Skip to content

A Series of Learnr Documents to study Biological Data Science

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

BioDataScience-Course/BioDataScience

Repository files navigation

BioDataScience - Initialize the R environment for BioDataScience courses at the University of Mons, Belgium

Linux & OSX Build Status Win Build Status Coverage Status CRAN Status License: CC BY-SA 4.0

Installation

Latest stable version

The latest stable version of {BioDataScience} can be installed from CRAN (note: not yet!):

install.packages("BioDataScience")

Development version

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.

Usage

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.

Note to developers

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.