Displaying 1 result from an estimated 1 matches for "johndoepkg".
2009 Nov 03
0
Wishlist: Downgrade missing Rd links to NOTEs for non-installed Suggested packages
...gests=false, then R CMD check will
silently accept that packages under Suggests: are not
available/installed. This is the policy of CRAN.
3. However, R CMD check will give a WARNING for Rd cross reference to
such packages, e.g.
* checking Rd cross-references ... WARNING
Unknown package(s) ?JohnDoePkg? in Rd xrefs
4. CRAN has a strict policy of not allowing any WARNINGs (or ERRORs).
Hence, you are forced to remove such Rd references.
5. The only way to get rid of such WARNINGs is to removing the Rd
reference/replacing it with plain text, e.g replace
\link[JohnDoePkg:aFcn]{aFcn} with 'aFcn(...