Skip to content

Commit

Permalink
adding jsonlite for renv
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroliman committed Dec 18, 2022
1 parent 8dc23de commit 3694ea5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
^renv$
^renv\.lock$
^LICENSE\.md$
3 changes: 3 additions & 0 deletions 01_tables_plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ library(janitor)
library(forcats)
library(writexl)

# for renv:
library(jsonlite)

# 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 @@ -202,6 +202,14 @@
"tidyselect"
]
},
"jsonlite": {
"Package": "jsonlite",
"Version": "1.8.4",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "a4269a09a9b865579b2635c77e572374",
"Requirements": []
},
"labeling": {
"Package": "labeling",
"Version": "0.4.2",
Expand Down

0 comments on commit 3694ea5

Please sign in to comment.