Skip to content

Instantly share code, notes, and snippets.

@remlapmot
Last active August 19, 2022 11:41
Show Gist options
  • Save remlapmot/5ffe1d7ac4ac4678f1197c65a10eb81b to your computer and use it in GitHub Desktop.
Save remlapmot/5ffe1d7ac4ac4678f1197c65a10eb81b to your computer and use it in GitHub Desktop.
try(remove.packages("mytestpackage"))
reprex::reprex({
remotes::install_github("remlapmot/mytestpackage", quiet = TRUE)
rmarkdown::draft("example.qmd", template = "quarto_template", package = "mytestpackage", edit = FALSE)
dir("example")
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment