Carmen,

On 16 February 2018 at 17:59, Carmen M. Livi wrote:
| I am new here and have a question regarding package submissions:
| 
| "CRAN Repository Policy" states that "packages will not be accepted that 
| do not run on at least two major R platforms".
| 
| My package runs on MAC and Linux. So I assume that I can submit my 
| package without configuring it for Windows.
| 
| - Can I therefore ignore the "R CMD check" results from winbuilder after 
| submitting the package?
| - Or is there a way to force the submission just on MAC and Linux machines?

There is, via OS_type. Again, see "Writing R Extensions". But methinks that
you could (and should) fix your package to build in Windows if there is no
structural reason for it not to build.

Dirk

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org

______________________________________________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

Reply via email to