Best practices for CRAN package calling a Bioconductor package function
1
0
Entering edit mode
bjgrant • 0
@bjgrant-18165
Last seen 5.5 years ago

I maintain a CRAN package and a user has submitted a new function that calls a function from a bioconductor package. I know how to specify Imports and Suggests for other CRAN packages but was wondering what the recommended mechanism is for linking to a bioconductor package::function().

Many thanks!

 

cran package development dependencies • 1.0k views
ADD COMMENT
2
Entering edit mode
@peter-langfelder-4469
Last seen 28 days ago
United States

AFAIK, same as for CRAN packages (my WGCNA package also lives on CRAN but imports functions from a few Bioconductor packages). CRAN includes Bioconductor packages on its package check machines. The only issue is that users cannot simply type install.packages("your package") to install it, they will need to install BiocManager and use BiocManager::install.

ADD COMMENT

Login before adding your answer.

Traffic: 715 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