Skip to content
Prev 5149 / 12125 Next

[R-pkg-devel] Package in 'sugests' archived

I would ask the CRAN maintainers (cran at r-project.org).  I would guess
they will want a new submission.  The full text of the repository policy is
volunteers? time. Once a package is established (which may take several
rounds), ?no more than every 1?2 months? seems appropriate.

  which IMO clearly leaves wiggle room for this kind of special situation.

  General advice for that the future is that you should make sure that
all package machinery that uses Suggested package should run
*conditionally* ("if requireNamespace(prospectr) { ... }") so that it
will work correctly even if the package is missing/unavailable: see
https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Suggested-packages

  Ben Bolker
On 2020-03-09 5:43 a.m., Fabio Corradini Santander wrote: