Skip to content

Latest commit

 

History

History
executable file
·
23 lines (14 loc) · 861 Bytes

README.md

File metadata and controls

executable file
·
23 lines (14 loc) · 861 Bytes

BioDataScience1 - Learnr Tutorials and Shiny Interactive Applications

A series of {learnr} tutorials and {Shiny} applications for the Biological Data Science course 1 at the University of Mons, Belgium. This package is linked to the book Science des données biologiques 1.

Installation

Development version

Make sure you have the {remotes} R package installed:

install.packages("remotes")

Use install_github() to install the {BioDataScience1} package from GitHub (source from master branch will be recompiled on your machine):

remotes::install_github("BioDataScience-Course/BioDataScience1")

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.