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

Bug Fix to BiocInstaller #46

Closed lubianat closed 5 years ago

lubianat commented 5 years ago

It is a quick bug fix for the BiocInstaller situation.

Modifications in the parsers.

Main usage modification:

Bioconductor packages depended in the document.
If used, first package must be followed by desired Bioconductor version (e.g. `Gviz/3.9`).
All the packages used must be installed from the same Bioconductor version. 

It was the work around I could build with the time I had. I hope it helps :)

nanxstats commented 5 years ago

-great, PR merged. Thanks!

Fixes https://github.com/nanxstats/liftr/issues/45