[R-pkg-devel] Documenting dependencies on Bioconductor packages
Dirk Eddelbuettel
edd at debian.org
Mon Jul 4 19:23:34 CEST 2016
On 4 July 2016 at 06:51, Kristian Hovde Liland wrote:
| I haven't found any good examples on how to include such information in the
| descriptions. Is it sufficient to write at the end: "This package depends on
| the Biostrings package hosted by Bioconductor.", or is there a formal or more
| elegant way of including this information?
Why don't you just add a Depends: as this package does:
https://cran.r-project.org/web/packages/SimRAD/index.html
or a Suggests: (plus proper run-time tests) as done here:
https://cran.r-project.org/web/packages/phangorn/index.html
Dirk
--
http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
More information about the R-package-devel
mailing list