-
Notifications
You must be signed in to change notification settings - Fork 13
Development Process
Jasmine Dumas edited this page May 25, 2017
·
3 revisions
-
Get repo created
-
Establish initial package structure with devtools (NAMESPACE, README, CONDUCT etc)
-
Download Rstudio add-ins package
devtools::install_github("rstudio/addinexamples", type = "source", force=T)
- Download the rstudio API package, which allows allows you to interact with RStudio directly from the R code you write.
install.packages("rstudioapi", type = "source")
-
Download node.js:
Node.js was installed at /usr/local/bin/node npm was installed at /usr/local/bin/npm Make sure that /usr/local/bin is in your $PATH.