Skip to content
Prev 8993 / 12125 Next

[R-pkg-devel] How to declare Bioconductor Dependencies in the Description File of my R Package

? Fri, 17 Mar 2023 12:29:51 +0000
"Ruff, Sergej" <Sergej.Ruff at tiho-hannover.de> ?????:
This is a similar, but different problem. It is indeed solved by having
your package with its dependencies in a repository.
The user is allowed to install your package with dependencies = NA
(which means not installing packages listed under Suggests). The
Depends, Imports and LinkingTo will be installed, but not Suggests. The
user will have to pass dependencies = TRUE in order to install the
packages listed under Suggests.

Your package is required to work (in particular, run the examples and
vignettes and pass the tests without errors) without having the
suggested packages installed:
<https://cran.r-project.org/doc/manuals/R-exts.html#Suggested-packages>.
You can check whether limma can be loaded and raise an error otherwise,
but your tests, examples and vignettes shouldn't raise errors or
otherwise crash. This is checked by CRAN here:
https://www.stats.ox.ac.uk/pub/bdr/noSuggests/README.txt

If your package can't be meaningfully used without limma, do list it as
a strong dependency.

Thread (32 messages)

Ruff, Sergej How to declare Bioconductor Dependencies in the Description File of my R Package Mar 16 Ivan Krylov How to declare Bioconductor Dependencies in the Description File of my R Package Mar 16 Tiago Olivoto How to declare Bioconductor Dependencies in the Description File of my R Package Mar 16 Ruff, Sergej How to declare Bioconductor Dependencies in the Description File of my R Package Mar 16 Duncan Murdoch How to declare Bioconductor Dependencies in the Description File of my R Package Mar 16 Tiago Olivoto How to declare Bioconductor Dependencies in the Description File of my R Package Mar 16 Tiago Olivoto How to declare Bioconductor Dependencies in the Description File of my R Package Mar 16 Ivan Krylov How to declare Bioconductor Dependencies in the Description File of my R Package Mar 16 Martin Morgan How to declare Bioconductor Dependencies in the Description File of my R Package Mar 16 Ruff, Sergej How to declare Bioconductor Dependencies in the Description File of my R Package Mar 17 Duncan Murdoch How to declare Bioconductor Dependencies in the Description File of my R Package Mar 17 Ruff, Sergej How to declare Bioconductor Dependencies in the Description File of my R Package Mar 17 Ivan Krylov How to declare Bioconductor Dependencies in the Description File of my R Package Mar 17 Ruff, Sergej How to declare Bioconductor Dependencies in the Description File of my R Package Mar 17 Ivan Krylov How to declare Bioconductor Dependencies in the Description File of my R Package Mar 17 Ruff, Sergej How to declare Bioconductor Dependencies in the Description File of my R Package Mar 17 Duncan Murdoch How to declare Bioconductor Dependencies in the Description File of my R Package Mar 17 Uwe Ligges How to declare Bioconductor Dependencies in the Description File of my R Package Mar 17 Ruff, Sergej How to declare Bioconductor Dependencies in the Description File of my R Package Mar 17 Uwe Ligges How to declare Bioconductor Dependencies in the Description File of my R Package Mar 17 Ivan Krylov How to declare Bioconductor Dependencies in the Description File of my R Package Mar 17 Duncan Murdoch How to declare Bioconductor Dependencies in the Description File of my R Package Mar 17 Ruff, Sergej How to declare Bioconductor Dependencies in the Description File of my R Package Mar 17 Simon Urbanek How to declare Bioconductor Dependencies in the Description File of my R Package Mar 17 Ruff, Sergej How to declare Bioconductor Dependencies in the Description File of my R Package Mar 17 Berry Boessenkool How to declare Bioconductor Dependencies in the Description File of my R Package Mar 18 Ruff, Sergej How to declare Bioconductor Dependencies in the Description File of my R Package Mar 18 Ruff, Sergej How to declare Bioconductor Dependencies in the Description File of my R Package Mar 20 Ruff, Sergej How to declare Bioconductor Dependencies in the Description File of my R Package Mar 20 Ivan Krylov How to declare Bioconductor Dependencies in the Description File of my R Package Mar 20 Ruff, Sergej How to declare Bioconductor Dependencies in the Description File of my R Package Mar 20 Ivan Krylov How to declare Bioconductor Dependencies in the Description File of my R Package Mar 20