Skip to content

Commit b621348

Browse files
committed
binder/holepunch
- only need DESCRIPTION and .binder/Docerfile
1 parent 3b2e064 commit b621348

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.binder/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM rocker/binder:4.0.2
2-
LABEL maintainer='Unknown'
1+
FROM rocker/binder:3.5.2
2+
LABEL maintainer='John Little'
33
USER root
44
COPY . ${HOME}
55
RUN chown -R ${NB_USER} ${HOME}

DESCRIPTION

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ Authors@R:
66
person(given = "John",
77
family = "Little",
88
role = c("aut", "cre"),
9-
email = "[email protected]")
9+
email = "[email protected]",
10+
comment = c(ORCID = "0000-0002-3600-0972"))
1011
Description: Using the rvest library to learn about web crawling and HTML parsing in R.
1112
License: CC BY-NC
13+
URL: https://github.com/libjohn/workshop_webscraping
1214
Depends:
1315
glue,
1416
gt,

0 commit comments

Comments
 (0)