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

Skip to content

microbiomeDB/mbioUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R-CMD-check

mbioUtils

mbioUtils is an R package which provides utility functions and data structures for microbiomeDB R packages. It was forked from veupathUtils 2.6.7 and stripped of VEuPathDB-specific functionality.

Installation

Use the R package remotes to install mbioUtils. From the R command prompt:

remotes::install_github('microbiomeDB/mbioUtils')

Usage

This package is primarily intended for use as a dependency in other R packages. In order to establish that depedency the developer of the dependent package must follow these steps:

  1. add mbioUtils to the Imports section of the dependent package's DESCRIPTION file.
  2. add a Remotes section to the dependent package's DESCRIPTION file.
  3. add microbiomeDB/mbioUtils to the Remotes section of the dependent package's DESCRIPTION file.
  4. add #' @import mbioUtils to the dependent package's package-level documentation file (usually called {mypackage}-package.R).
  5. run devtools::document().

The developer of the dependent package can either install this package using remotes as descripted in the "Installation" section above, or if they mean to also develop mbioUtils simultaneously, can use devtools::load_all("{path-to-mbioUtils}") to load this package in their R session.

Contributing

Pull requests are welcome and should be made to the dev branch.

For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

As a general policy, we're exporting every function that gets added here. So unless you have very good reason, export!

License

Apache 2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages