From 3694ea53ec189f5ea56315f595b7d8262b9fccb1 Mon Sep 17 00:00:00 2001 From: Pedro Nascimento de Lima Date: Sun, 18 Dec 2022 08:30:50 -0500 Subject: [PATCH] adding jsonlite for renv --- .Rbuildignore | 2 ++ 01_tables_plots.R | 3 +++ renv.lock | 8 ++++++++ 3 files changed, 13 insertions(+) diff --git a/.Rbuildignore b/.Rbuildignore index 5163d0b..d3ddafe 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1 +1,3 @@ +^renv$ +^renv\.lock$ ^LICENSE\.md$ diff --git a/01_tables_plots.R b/01_tables_plots.R index cb47547..dd4b409 100644 --- a/01_tables_plots.R +++ b/01_tables_plots.R @@ -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)) diff --git a/renv.lock b/renv.lock index e0e4dbc..fd25fbd 100644 --- a/renv.lock +++ b/renv.lock @@ -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",