Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarochi committed Nov 14, 2024
1 parent 4679943 commit a14a99b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup-environment.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
install.packages(c("rmarkdown", "tidyverse", "DT", "slickR", "RCurl", "openalexR",
"leaflet", "fontawesome", "hrbrthemes", "ggalt", "ggbeeswarm"))
"leaflet", "fontawesome", "hrbrthemes", "ggalt", "ggbeeswarm",
"curl"))

2 changes: 2 additions & 0 deletions subsite/publications.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ title: "Publications"

```{r, echo=FALSE, message=FALSE}
library(curl)
library(openalexR)
library(tidyverse)
library(DT)
# pub <- openalexR::oa_fetch(entity ="works",
# authorships.institutions.id = "I146122375",
# output = "list",
Expand Down

0 comments on commit a14a99b

Please sign in to comment.