Skip to content
Prev 4922 / 12125 Next

[R-pkg-devel] CRAN rules re. web scraping?

On Thu, 23 Jan 2020 at 02:49, Spencer Graves
<spencer.graves at effectivedefense.org> wrote:
The message from Prof. Ripley is crystal-clear, and exposes two issues
(Internet access, writing files) that have been discussed many times
in this list. A quick scan of the CRAN policy [1] yields:

- Packages which use Internet resources should fail gracefully with an
informative message if the resource is not available (and not give a
check warning nor error).

- Packages should not write in the user?s home filespace (including
clipboards), nor anywhere else on the file system apart from the R
session?s temporary directory.

[1] https://cran.r-project.org/web/packages/policies.html

I?aki