put ggplot2 in Suggests:
see 1.1.3 of https://cran.r-project.org/doc/manuals/r-release/R-exts.html
The ‘Suggests’ field uses the same syntax as ‘Depends’ and lists packages
that are not necessarily needed. This includes packages used only in
examples, tests or vignettes (see Writing package vigne
___
From: Bioc-devel on behalf of Xu Ren
Sent: Tuesday, February 19, 2019 10:01:54 AM
To: bioc-devel@r-project.org
Subject: [Bioc-devel] Question about package dependency
Hi everyone,
I'm developing a Bioconductor package and I have a question about package
dependency. The functions in my p
Hi everyone,
I'm developing a Bioconductor package and I have a question about package
dependency. The functions in my package do not depend on ggplot2 but I used
ggplot2 to do some visualization in the package vignette. I'm wondering if
I should import ggplot2 in the DESCRIPTION file. If ggplot2