Skip to content
Snippets Groups Projects
Commit 00e43534 authored by Colin Angell's avatar Colin Angell
Browse files

Update binder/environment.yml

Deleted binder/install.R, binder/runtime.txt files
parent c315e342
No related branches found
No related tags found
No related merge requests found
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- matplotlib
- numpy
- pandas
- r-base=3.5.3
- r-dplyr
- r-ggplot2
- r-reshape2
- r-tidyverse
- r-plotly
- r-stringr
- python=3.7.7
- pip
- pip:
- plotly
- pandas
- matplotlib
- scikit-learn
- numpy
### install regular packages
install.packages("reticulate") # python support in RMarkdown
install.packages("ggplot2") # for plotting
install.packages(c("rmarkdown", "caTools", "bitops")) # for knitting
### install bioconductor packages
# install.packages("BiocManager")
# BiocManager::install("package")
### 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
r-2018-11-01
\ 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