jjsayleraxio / Axio_rstudio

Custom rstudio container used at Axio Research
0 stars 0 forks source link

remove bioconductor package and replace with setRepositories() #2

Open jjsayleraxio opened 5 years ago

jjsayleraxio commented 5 years ago

need to update to newest version of Rstudio and remove call to install bioconductor package. by changing the repositories using setRepositories(c(2,3,4)), it will add 3 bioconductor repos and search them for any bioconductor packages.

jjsayleraxio commented 5 years ago

also need to add devtools to package list (thought it was on there!)