Skip to content
Prev 10390 / 12125 Next

[R-pkg-devel] Submission after archived version

? Mon, 11 Mar 2024 23:45:13 +0100
Nils Mechtel <nils.mech at gmail.com> ?????:
This one can be explained in the submission comment. The rest of the
NOTE is to be expected.
Just remove the Author: field from your DESCRIPTION and let R CMD build
automatically generate it from Authors at R.
Make sure that when your tests and examples create files, they do so in
the session temp directory and then remove the files afterwards. If a
user had a valuable file named metabolomics_data.csv in the current
directory, ran example(...) and had it overwritten as a result, they
would be very unhappy.

The NOTEs on Windows are similar.

Good luck!