README.md

Travis-CI Build Status

How to create an R package :package:

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:

  1. Create an new GitHub repo on https://github.com/new
  2. Create a new Git R project (File --> New Project --> Version Control --> Git --> [paste in Repository URL] & [Create Project])
  3. Use devtools::create(".") to initiate a package. You can say "no" when it asks you to overwrite the RProj file.

Other tips and resources

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:

If you are on Windows, Use Ctrl in the place of Cmd for the above shortcuts work.

Other reading/resources:



isteves/r-pkg-intro documentation built on May 22, 2019, 11:50 p.m.