Skip to content

Commit a112181

Browse files
authored
add link to binder container with preinstalled package (#174)
* add Binder playground * add note on memory limitations
1 parent ed717b1 commit a112181

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,14 @@ devtools::load_all()
153153

154154
</details>
155155

156+
You can also explore the package and the data in an interactive RStudio
157+
container right in your web browser thanks to Binder, just click [the
158+
link](https://mybinder.org/v2/gh/e-kotov/spanishoddata-playground/HEAD?urlpath=rstudio)
159+
or the button:
160+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/e-kotov/spanishoddata-playground/HEAD?urlpath=rstudio).
161+
Note that the session will be limited by memory and you will only be
162+
able to work with one full day of data.
163+
156164
Load it as follows:
157165

158166
``` r
@@ -501,7 +509,7 @@ For more information on the package, see:
501509
- [Quickly getting daily aggregated 2022+ data at municipality
502510
level](https://ropenspain.github.io/spanishoddata/articles/quick-get.html)
503511

504-
- Learning materials that use `spanishoddata`:
512+
- Teaching materials that use `spanishoddata`:
505513

506514
- Tutorial/workshop [“Analysing massive open human mobility data using
507515
spanishoddata, duckdb and

inst/vignette-include/install-package.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,5 @@ devtools::load_all()
5353
```
5454

5555
</details>
56+
57+
You can also explore the package and the data in an interactive RStudio container right in your web browser thanks to Binder, just click [the link](https://mybinder.org/v2/gh/e-kotov/spanishoddata-playground/HEAD?urlpath=rstudio) or the button: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/e-kotov/spanishoddata-playground/HEAD?urlpath=rstudio). Note that the session will be limited by memory and you will only be able to work with one full day of data.

0 commit comments

Comments
 (0)