BioDataScience - Initialize the R environment for BioDataScience courses at the University of Mons, Belgium
The latest stable version of {BioDataScience} can be installed from CRAN (note: not yet!):
install.packages("BioDataScience")
Make sure you have the {remotes} R package installed:
install.packages("remotes")
Use install_github()
to install the {BioDataScience} package from Github (source from master branch will be recompiled on your machine):
remotes::install_github("BioDataScience-Course/BioDataScience")
R should install all required dependencies automatically, and then it should compile and install {BioDataScience}.
Latest development version of {BioDataScience} (source + Windows binaries for the latest stable version of R at the time of compilation) is also available from appveyor.
There is really only one useful function: init()
whose role is to initialize a series of variables required by the various {BioDataScienceX} packages.
BioDataScience::init()
Get help about this package:
library(help = "BioDataScience")
help("BioDataScience-package")
For further instructions, please, refer to these help pages.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.