Check out the slidedeck to quickly build your first package! :palm_tree: :sunny: :ocean:
Here's an alternate Git/RStudio workflow you can use to get your package started:
devtools::create(".")
to initiate a package. You can say "no" when it asks you to overwrite the RProj file.Also check out these guides to package development in R:
Here are some other great packages you may want to check out:
And some keyboard short-cuts:
devtools::test()
devtools::document()
If you are on Windows, Use Ctrl
in the place of Cmd
for the above shortcuts work.
Other reading/resources:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.