You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Binder supports using R and RStudio, with libraries pinned to a specific
153
152
snapshot on [MRAN](https://mran.microsoft.com/documents/rro/reproducibility).
154
153
155
-
**Note:** An alternative is to use the [holepunch package for R](https://karthik.github.io/holepunch/articles/getting_started.html).
154
+
**Note:** We recommend to follow [r-conda](https://github.com/binder-examples/r-conda) instead. Especially if you want to use a specific version of R or need faster build times.
155
+
156
+
**Note:** Another alternative is to use the [holepunch package for R](https://karthik.github.io/holepunch/articles/getting_started.html).
156
157
157
158
##### Requirements and suggestions
158
159
@@ -358,6 +359,48 @@ presentation will automatically begin.
358
359
See the [RISE Documentation](https://damianavila.github.io/RISE/)
359
360
for more information.
360
361
362
+
#### Files in this repository
363
+
```
364
+
environment.yml
365
+
index.ipynb
366
+
```
367
+
### Interactive dashboard from notebook with Voilà
0 commit comments