mobilizingcs / MobilizePrime

Simple wrapper functions for high school curriculum
http://www.exploringcs.org/curriculum
5 stars 2 forks source link

rstudio not referenced as a dependency #54

Open stevenolen opened 9 years ago

stevenolen commented 9 years ago

https://github.com/mobilizingcs/MobilizeSimple/blob/master/R/load_lab.R#L62

explicitly uses the rstudio package without a fallback. needs to be added as a dependency

stevenolen commented 9 years ago

This one may not be as simple. probably needs a fallback when running in a CLI to at least say rstudio gui is required for this interaction.

> install.packages('rstudio')
Installing package into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
Warning message:
package ‘rstudio’ is not available (for R version 3.2.0)