manage github dependency , not CRAN nor bioc
2
0
Entering edit mode
kmezhoud ▴ 10
@kmezhoud-6841
Last seen 5.0 years ago
Tunisia

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

dependency github • 1.8k views
ADD COMMENT
1
Entering edit mode
Dan Tenenbaum ★ 8.2k
@dan-tenenbaum-4256
Last seen 3.2 years ago
United States

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.

 

ADD COMMENT
0
Entering edit mode

BTW, it looks like the Remotes field is a devtools thing. But biocLite() and install.packages() do not know about it.

No need to post to bioc-devel unless you have further questions about this.

ADD REPLY
0
Entering edit mode
kmezhoud ▴ 10
@kmezhoud-6841
Last seen 5.0 years ago
Tunisia

Thanks,

Ok for bioc-devel list.

Just for to close.

https://cran.r-project.org/web/packages/devtools/vignettes/dependencies.html

 

Thanks

ADD COMMENT

Login before adding your answer.

Traffic: 813 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6