Entering edit mode
Dear bioC,
How can I use a github (not CRAN) dependency in bioconductor package?
I added in DESCRIPTION
Remotes: github::vnijs/MathJaxR (>= 0.11)
but does not work.
Karim
Thanks
Dear bioC,
How can I use a github (not CRAN) dependency in bioconductor package?
I added in DESCRIPTION
Remotes: github::vnijs/MathJaxR (>= 0.11)
but does not work.
Karim
Thanks
Questions about developing bioconductor packages should be posted to the bioc-devel list.
But the answer is, you can't. All dependencies must be available in CRAN or Bioconductor.
I have not seen the Remotes
field in a DESCRIPTION file before and it is not discussed in Writing R Extensions, therefore I assume it is not supported.
Thanks,
Ok for bioc-devel list.
Just for to close.
https://cran.r-project.org/web/packages/devtools/vignettes/dependencies.html
Thanks
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
BTW, it looks like the
Remotes
field is adevtools
thing. ButbiocLite()
andinstall.packages()
do not know about it.No need to post to bioc-devel unless you have further questions about this.