Skip to content
Snippets Groups Projects
Commit 644f1c7a authored by Sebastian Kopf's avatar Sebastian Kopf
Browse files

add R dependencies

parent 723b969a
No related merge requests found
### install regular packages
install.packages("reticulate") # python support in RMarkdown
# install.packages(c("rmarkdown", "caTools", "bitops")) # for knitting
# install.packages(tidyverse) # install the entire tidyverse
install.packages("ggplot2") # for plotting
install.packages(c("rmarkdown", "caTools", "bitops")) # for knitting
### install bioconductor packages
# install.packages("BiocManager")
......@@ -10,4 +10,4 @@ install.packages("reticulate") # python support in RMarkdown
### install GitHub packages (tag = commit, branch or release tag)
# install.packages("devtools")
# devtools::install_github("user/repo, ref = "tag")
\ No newline at end of file
# devtools::install_github("user/repo", ref = "tag")
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment