We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2e064 commit b621348Copy full SHA for b621348
.binder/Dockerfile
@@ -1,5 +1,5 @@
1
-FROM rocker/binder:4.0.2
2
-LABEL maintainer='Unknown'
+FROM rocker/binder:3.5.2
+LABEL maintainer='John Little'
3
USER root
4
COPY . ${HOME}
5
RUN chown -R ${NB_USER} ${HOME}
DESCRIPTION
@@ -6,9 +6,11 @@ Authors@R:
6
person(given = "John",
7
family = "Little",
8
role = c("aut", "cre"),
9
- email = "[email protected]")
+ email = "[email protected]",
10
+ comment = c(ORCID = "0000-0002-3600-0972"))
11
Description: Using the rvest library to learn about web crawling and HTML parsing in R.
12
License: CC BY-NC
13
+URL: https://github.com/libjohn/workshop_webscraping
14
Depends:
15
glue,
16
gt,
0 commit comments