Skip to content
Prev 9247 / 12125 Next

[R-pkg-devel] Questions regarding a new (seperated package) and how to submit them to cran

Bernd,

the sequence in which you submit doesn't matter - the packages have to work regardless of the sequence. Suggests means that the dependency is optional, not that it can break tests. You have to skip the tests that cannot be run due to missing dependencies (see 1.1.3.1 in R-exts)

Cheers,
Simon