binder icon indicating copy to clipboard operation
binder copied to clipboard

Template for RStudio on Binder / JupyterHub

Results 2 binder issues
Sort by recently updated
recently updated
newest added

I used the template to create a binder repository https://github.com/lsaravia/binder-rethinking in the Install.R file `install.packages(c("StanHeaders","rstan"),type="source")` or `install.packages("rstan", repos = c("https://mc-stan.org/r-packages/", getOption("repos")))` in both cases the package seems to be well...

A more reproducible approach w.r.t. to packaging is using `renv` instead of the `install.R` file. Thus I wonder whether the template could be extended to handle `renv` packaging as well?...