> On Jun 12, 2015, at 1:24 AM, Mick Jordan <mick.jor...@oracle.com> wrote: > > Is the mechanism by which packages are tested on CRAN described > anywhere? Is it by any chance written in R? The FastR > <https://bitbucket.org/allr/fastr/wiki/Home> team is interested in > running a virtual CRAN where we can test all the CRAN packages on FastR. >
Well, that’s what R CMD check is for - since it’s just R code (all the check shell script does is to call tools:::.check_packages()) your FastR should be able to run it as long as it’s compatible with R … Cheers, Simon ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel