Skip to content

Commit a14a99b

Browse files
committed
.
1 parent 4679943 commit a14a99b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

setup-environment.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
install.packages(c("rmarkdown", "tidyverse", "DT", "slickR", "RCurl", "openalexR",
2-
"leaflet", "fontawesome", "hrbrthemes", "ggalt", "ggbeeswarm"))
2+
"leaflet", "fontawesome", "hrbrthemes", "ggalt", "ggbeeswarm",
3+
"curl"))
34

subsite/publications.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: "Publications"
44

55
```{r, echo=FALSE, message=FALSE}
66
7+
library(curl)
78
library(openalexR)
89
library(tidyverse)
910
library(DT)
1011
12+
1113
# pub <- openalexR::oa_fetch(entity ="works",
1214
# authorships.institutions.id = "I146122375",
1315
# output = "list",

0 commit comments

Comments
 (0)