Skip to content

Commit

Permalink
adding curl for renv
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroliman committed Dec 19, 2022
1 parent 3694ea5 commit 0244d32
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 01_tables_plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ library(writexl)

# for renv:
library(jsonlite)
library(curl)
library(renv)

# source necessary functions:
invisible(sapply(X = paste0(list.files(path = "./R/funs/", pattern = "*.R",full.names = T)),FUN = source, echo = F))
Expand Down
8 changes: 8 additions & 0 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@
"Hash": "fa53ce256cd280f468c080a58ea5ba8c",
"Requirements": []
},
"curl": {
"Package": "curl",
"Version": "4.3.3",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "0eb86baa62f06e8855258fa5a8048667",
"Requirements": []
},
"dplyr": {
"Package": "dplyr",
"Version": "1.0.10",
Expand Down

0 comments on commit 0244d32

Please sign in to comment.