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,
Hi,
I have a question regarding the separation of a package into smaller pieces (to
avoid long testing/installation times and more important to avoid to many
dependencies)
I am the maintainer of an R package (dartR) which has grown and is now at the
limit in terms of testing/run time and also