Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRAN feedbacks #14

Merged
merged 5 commits into from
May 26, 2024
Merged

CRAN feedbacks #14

merged 5 commits into from
May 26, 2024

Conversation

KetsiaGuichard
Copy link
Collaborator

Feedbacks from Benjamin Altmann (CRAN)

\dontrun{} should only be used if the example really cannot be executed (e.g. because of missing additional software, missing API keys, ...) by the user. That's why wrapping examples in \dontrun{} adds the comment ("# Not run:") as a warning for the user. Does not seem always necessary. Please replace \dontrun with \donttest.
Please unwrap the examples if they are executable in < 5 sec, or replace dontrun{} with \donttest{}.

Please ensure that your functions do not write by default or in your examples/vignettes/tests in the user's home filespace (including the package directory and getwd()). This is not allowed by CRAN policies. Please omit any default path in writing functions. In your examples/vignettes/tests you can write to tempdir().
-> R/create_config.R; R/data_write_update.R

@KetsiaGuichard KetsiaGuichard merged commit 3083b7d into main May 26, 2024
6 checks passed
@KetsiaGuichard KetsiaGuichard deleted the fix/CRAN-feedbacks branch May 26, 2024 12:27
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.

None yet

1 participant