Skip to content

Throttle-by-default examples as well, using \dontshow{} wrapper#152

Merged
eddelbuettel merged 1 commit intomasterfrom
feature/throttle_examples
Aug 3, 2020
Merged

Throttle-by-default examples as well, using \dontshow{} wrapper#152
eddelbuettel merged 1 commit intomasterfrom
feature/throttle_examples

Conversation

@eddelbuettel
Copy link
Contributor

Following the 0.7.0 upload, we now use a helper function to throttle tests as the CRAN Respository Policy says

If running a package uses multiple threads/cores it must never use more than two simultaneously: the check farm is a shared resource and will typically be running many checks simultaneously.

We need to do the same examples, and this PR does that injecting a call to the throttler function, wrapped by \dontshow{} so that it is not displayed in the generated documentation that each example is part of. Help files were then regenerated from R sources via roxygen2. No other changes.

@eddelbuettel eddelbuettel merged commit 3ac9685 into master Aug 3, 2020
@eddelbuettel eddelbuettel deleted the feature/throttle_examples branch August 3, 2020 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants