Wykres commitów

114 Commity (27c2b403dbd3b6bb1b31f687ca4069434301465f)

Autor SHA1 Wiadomość Data
Tim Head c688b70696 Fix parentheses in the build scripts for R buildpack 2018-05-25 08:14:14 +02:00
ryanlovett f90758057a Update comment. 2018-05-24 09:50:19 -07:00
ryanlovett 60dc622b31 Merge branch 'master' of github.com:jupyterhub/repo2docker 2018-05-24 09:49:05 -07:00
ryanlovett 4a6bbae7da Install shiny library. 2018-05-24 09:48:17 -07:00
ryanlovett 6deda3cd7a Create shiny-server output directories. 2018-05-23 11:13:11 -07:00
ryanlovett 106087cedb Install shiny-server. 2018-05-23 10:34:05 -07:00
Min RK 3092365890 nbrsessionproxy to 0.7
for shiny support!
2018-05-23 15:52:24 +02:00
Tim Head ed717955b1 Fix detecting dependency files in binder/ subidr 2018-03-15 16:22:01 +01:00
Yuvi Panda c400c41a7a
Revert "Add shiny-server." 2018-03-13 13:13:03 -07:00
ryanlovett ef330192ab Configure shiny-server.
This assumes apps are in ~/ShinyApps/. For now this can be seeded by
postBuild, but a better convention is to specify remote app locations in
something like a shinyapps.txt file.
2018-02-13 17:56:42 -08:00
yuvipanda 957acbcd2b Fix curl commandline parameters 2018-02-02 17:40:18 -08:00
yuvipanda 39d3e6a8f7 Add more docstrings in R BuildPack
- Version-pin the devtools package installation independent of
  the current version
- Make sure get_build_scripts is independent of contents of
  current repository
2018-02-02 17:38:36 -08:00
yuvipanda 25611f0230 Fix venv test failure caused by r buildpack addition 2018-02-02 09:37:56 -08:00
yuvipanda e2099dbc97 Add basic R + IRKernel + RStudio support
This sets up R + RStudio + IRKernel for a repository that contains:

 1. A `runtime.txt` file with the text:

	r-<year>-<month>-<date>

	Where 'year', 'month' and 'date' refer to a specific
	date snapshot of https://mran.microsoft.com/timemachine
	from which libraries are to be installed.

 2. An optional `install.R` file that will be executed at build time,
	and can be used for installing packages from both MRAN and GitHub.

It currently sets up R from the ubuntu repository being used. This
is unideal, and we should investigate other solutions!

Fixes #24
2018-02-02 09:25:19 -08:00