krlmlr / r-appveyor

Tools for using R with AppVeyor (https://appveyor.com)
132 stars 60 forks source link

testthat::skip_on_cran() also skips on appveyor #108

Closed hughjonesd closed 5 years ago

hughjonesd commented 6 years ago

(But not e.g. Travis, I think.)

This could be avoided by setting the NOT_CRAN environment variable, which the function tests for.

hughjonesd commented 6 years ago

Heh, or I could do it myself:

environment:
  NOT_CRAN: true

Perhaps this could be in the documentation or added to the default from devtools.

krlmlr commented 6 years ago

Happy to have this in the README. Would you like to submit a PR?

krlmlr commented 5 years ago

Closed in 6bef152.