Skip to content

Development Process

Jasmine Dumas edited this page May 25, 2017 · 3 revisions

Steps to create this package

  1. Get repo created

  2. Establish initial package structure with devtools (NAMESPACE, README, CONDUCT etc)

  3. Download Rstudio add-ins package

 devtools::install_github("rstudio/addinexamples", type = "source", force=T)
  1. 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")
  1. 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.
Clone this wiki locally