Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gMCPLite 0.1.1

Choose a tag to compare

@allenzhuaz allenzhuaz released this 27 Aug 01:53
· 46 commits to main since this release
cd867ec

Improvements

  • Added method references DOI to the description field of the DESCRIPTION file.
  • Removed redundant \dontrun{} from examples.
  • Replaced cat() with message() where suppression options like verbose are
    not available, except for printing raw R Markdown content in vignettes,
    which requires cat().
  • Removed setting options(warn=-1) and options(warn=0) in function.
  • Reset the user's options() in vignettes after changing it.