nanxstats / liftr

🐳 Containerize R Markdown documents for continuous reproducibility
https://nanx.me/liftr/
GNU General Public License v3.0
171 stars 20 forks source link

Error: With R version 3.5 or greater, install Bioconductor packages using BiocManager #45

Closed lubianat closed 5 years ago

lubianat commented 5 years ago

Hey,

BioConductor has updated its way of installing packages, which caused an incompatibility problem with current liftr version.

The command '/bin/sh -c Rscript -e "source('http://bioconductor.org/biocLite.R');biocLite(c('FCBF/1.2.2'))"' returned a non-zero code: 1"

The issue is at : https://github.com/nanxstats/liftr/blob/4271ec88c36c57049b2ce93461cff92c412146aa/inst/templates/pkg-bioc.Rmd

I will try to work on a solution and send a pr.

Best, Tiago

nanxstats commented 5 years ago

Fixed by https://github.com/nanxstats/liftr/pull/46