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

provide an easy way to copy vignettes #93

Open
sebkopf opened this issue Feb 11, 2020 · 0 comments
Open

provide an easy way to copy vignettes #93

sebkopf opened this issue Feb 11, 2020 · 0 comments

Comments

@sebkopf
Copy link
Contributor

sebkopf commented Feb 11, 2020

vignettes don't usually ship with devtools::install_github() unless explicitly compiled (which takes a long time) so this may not be an option until the package is on CRAN but it would be quite useful to have a way to copy all vignettes into the current working directory for users to play with, something along these lines (pseudocode):

iso_copy_reader_vignettes <- function(target_folder = ".", overwrite_existing = FALSE, remove_vignette_header = TRUE) {
  ...
}
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

1 participant