Skip to content

Instantly share code, notes, and snippets.

@krlmlr
Created October 23, 2023 05:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krlmlr/392f4778f5ef8456c9875c3397f3ee9d to your computer and use it in GitHub Desktop.
Save krlmlr/392f4778f5ef8456c9875c3397f3ee9d to your computer and use it in GitHub Desktop.
Using check_suggested() standalone
usethis::use_standalone("cynkra/dm", "standalone-check_suggested.R")
#> ✔ Setting active project to '/Users/kirill/git/R/fledge'
#> ✔ Writing 'R/import-standalone-check_suggested.R'
@olivroy
Copy link

olivroy commented Oct 23, 2023

It also works to just specify

usethis::use_standalone("cynkra/dm", "check_suggested")

Thanks for letting me work on this with you!

@krlmlr
Copy link
Author

krlmlr commented Oct 23, 2023

The pleasure is all mine, thank you for your support!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment