8000 ready for the binder · jaeyk/R-functional-programming@1650e53 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1650e53

Browse files
author
Jae Yeon Kim
committed
ready for the binder
1 parent 2c09897 commit 1650e53

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ This workshop helps you to step up your R skills with functional programming. Th
2424

2525
## Prerequisites
2626

27+
- Some experience with writing functions in R
28+
2729
## Setup
2830

31+
Launch the ... . Please do so before attending the worskshop as it takes a while (especially, if you do it for the first time).
32+
2933
![](https://i.creativecommons.org/l/by/4.0/88x31.png) This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).

install.R

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
install.packages(c("pacman",
2+
"tidyverse",
3+
"glue",
4+
"furrr",
5+
"tictoc",
6+
"rvest",
7+
"broom"))

runtime.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
r-3.6-2020-06-03

0 commit comments

Comments
 (0)
0