Skip to content
Prev 365952 / 398502 Next

are R packages safe?

On 12/8/2016 12:08 PM, Dimitri Liakhovitski wrote:
Doing those things are absolutely against CRAN policies, but you 
should get one of the CRAN maintainers to tell you the extent to which 
they check these things.


       CRAN will reject a violation of these rules if they catch them, 
and they do scan for many possible problems.  For example, I don't know 
if they'd catch a call to "q()" in a package if that line of code was 
not exercised in any of the standard tests.  Even of they could catch 
that, I don't know if they'd catch "do.call(q, list())"


       Best Wishes,
       Spencer Graves