Skip to content

hlshao/r

 
 

Repository files navigation

「數位人文學」課堂使用說明

  1. 依照課堂進度,閱讀教學影片,完成L1~L3。

  2. 如果擔心破壞原來教材,可以另存新檔再做。

Original NOTE Specifying an R environment with a runtime.txt file

Jupyter+R: Binder

RStudio: Binder

RShiny: Binder

Binder supports using R + RStudio, with libraries pinned to a specific snapshot on MRAN.

You need to have a runtime.txt file that is formatted like:

r-<YYYY>-<MM>-<DD>

where YYYY-MM-DD is a snapshot at MRAN that will be used for installing libraries.

You can also have an install.R file that will be executed during build, and can be used to install libraries.

Both RStudio and IRKernel are installed by default, so you can use either the Jupyter notebook interface or the RStudio interface.

This repository also contains an example of a Shiny app.

About

Using R with Jupyter / RStudio on Binder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 95.1%
  • R 4.9%