Skip to content
Snippets Groups Projects

update contributing

2 files
+ 3
5
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
2
@@ -695,8 +695,8 @@ In R those apps are called **packages**.
@@ -695,8 +695,8 @@ In R those apps are called **packages**.
There are different sources to get packages from:
There are different sources to get packages from:
- The [CRAN](https://cran.r-project.org/) which is the default source
- The [CRAN](https://cran.r-project.org/) which is the default source
- [Bioconducor](http://www.bioconductor.org) which is another source specialized for biology packages
- [Bioconducor](http://www.bioconductor.org) which is another source specialized for biology packages (more information [here](./bioconductor.html))
- Directly from [github](https://github.com/)
- Directly from [github](https://github.com/)(more information [here](./github.html))
To install packages from [Bioconducor](http://www.bioconductor.org) and [github](https://github.com/) you will need to install specific packages from the [CRAN](https://cran.r-project.org/).
To install packages from [Bioconducor](http://www.bioconductor.org) and [github](https://github.com/) you will need to install specific packages from the [CRAN](https://cran.r-project.org/).
Loading