Skip to content

[Bioc-devel] linking to suggested package in documentation

2 messages · Stephanie M. Gogarten, Y-h. Taguchi

#
Is is possible to include a link to a package/function/class in the 
documentation if that package is only listed in "Suggests" rather than 
"Depends" or "Imports"?  I tried to do this, but I got a warning for a 
missing link during R CMD check.

Stephanie
#
Dear Steohanie,

2012/5/17 Stephanie M. Gogarten <sdmorris at u.washington.edu>:
Yes, you can, but....
In order to run "R CMD check" properly, you need to install everything
in  Suggests","Depends" or "Imports" in your ssytem, since it tries to
execute every example in vignette.

Have you tried it?

yours, tag.