ropensci / RNeXML

Implementing semantically rich NeXML I/O in R
https://docs.ropensci.org/RNeXML
Other
13 stars 9 forks source link

Reconfigures manuscript on CircleCI to run only on master #212

Closed hlapp closed 5 years ago

hlapp commented 5 years ago

See #211. In a nutshell, the free CircleCI account under which this is running has a cap on CPU time that resets every month (I believe). This means that builds that aren't well justified should not be undertaken, so that CPU time remains when it is well (or at least better) justified.

Since we meanwhile have a more extensive test suite, it is hard to imagine that between the tests and the vignettes there is anything that these would miss but that the manuscript (which isn't very thorough in what of the API it is touching) would catch. Hence, rebuild only on master.

Closes #211.

hlapp commented 5 years ago

@cboettig since we won't be getting more CPU hours from CircleCI before Dec, I'm going to go ahead and merge this. You can easily revert it later :smile: