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

policy violation by copy to user work directory #662

Closed
adokter opened this issue Jul 15, 2024 · 2 comments
Closed

policy violation by copy to user work directory #662

adokter opened this issue Jul 15, 2024 · 2 comments
Milestone

Comments

@adokter
Copy link
Owner

adokter commented Jul 15, 2024

calculate_vp() example contains a CRAN policy violation: copies to user home directory not allowed:

#' file.copy(pvolfile, "~/volume.h5")

adokter added a commit that referenced this issue Jul 15, 2024
@peterdesmet
Copy link
Collaborator

If it's just in the example, it can likely be resolved by creating a specific dir and removing it. See here for an example: https://docs.ropensci.org/frictionless/reference/write_package.html#ref-examples

adokter added a commit that referenced this issue Jul 15, 2024
@adokter
Copy link
Owner Author

adokter commented Jul 15, 2024

closed by f27f789

@adokter adokter closed this as completed Jul 15, 2024
@iskandari iskandari added this to the 0.8.0 milestone Jul 15, 2024
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

No branches or pull requests

3 participants