Skip to content

Instantly share code, notes, and snippets.

@karthik
Created February 12, 2014 21:12
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 karthik/8964615 to your computer and use it in GitHub Desktop.
Save karthik/8964615 to your computer and use it in GitHub Desktop.
List of rOpenSci packages

List of packages we need on rOpenSci's new Rstudio Server


Please add to list as needed

  • rgbif
  • ggplot2
  • plyr
  • dplyr
  • reshape2
  • data.table
  • rfigshare

Github only

  • EML
@sckott
Copy link

sckott commented Feb 12, 2014

CRAN:

  • taxize
  • rbison
  • rinat
  • ecoengine
  • rebird

Github

  • spocc
  • rCharts

@karthik
Copy link
Author

karthik commented Feb 12, 2014

rfisheries

@sckott
Copy link

sckott commented Feb 12, 2014

here's the deps for ropensci package listed above

c('XML','RCurl','stringr','plyr','httr','RJSONIO','foreach','ape','Taxonstand','reshape2','data.table','reshape','vegan','phytools','testthat','roxygen2','rjson','knitr','mapproj','ggplot2','grid','gridExtra','maptools','sp','maps','assertthat','whisker','lubridate','leafletR','rinat','rbison','rgbif','ecoengine','rebird','ggmap','rgeos','RColorBrewer','rgdal','shiny')

the cran packages

c('stats','methods','plyr','digest','grid','gtable','reshape','scales','proto','MASS','quantreg','Hmisc','mapproj','maps','hexbin','maptools','multcomp','nlme','testthat','abind','tcltk','foreach','doMC','itertools','iterators','assertthat','utils','Rcpp','hflights','RSQLite','extfuns','RMySQL','RPostgreSQL','data','table','bigrquery','Lahman','knitr','microbenchmark','ggplot','mgcv','stringr','lattice','chron','fastmatch','xts','bit')

@sckott
Copy link

sckott commented Feb 12, 2014

Here's the list for ropensci and cran packages together

c('abind','ape','assertthat','bigrquery','bit','chron','data','data.table','digest','doMC','ecoengine','extfuns','fastmatch','foreach','ggmap','ggplot','ggplot2','grid','gridExtra','gtable','hexbin','hflights','Hmisc','httr','iterators','itertools','knitr','Lahman','lattice','leafletR','lubridate','mapproj','maps','maptools','MASS','methods','mgcv','microbenchmark','multcomp','nlme','phytools','plyr','proto','quantreg','rbison','RColorBrewer','Rcpp','RCurl','rebird','reshape','reshape2','rgbif','rgdal','rgeos','rinat','rjson','RJSONIO','RMySQL','roxygen2','RPostgreSQL','RSQLite','scales','shiny','sp','stats','stringr','table','Taxonstand','tcltk','testthat','utils','vegan','whisker','XML','xts','yml')

@karthik
Copy link
Author

karthik commented Feb 12, 2014

Got it. So far the setup looks good. Still need to set up security groups and the logins for everyone.

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