Skip to content

Commit

Permalink
Merge pull request #48 from imperialCHEPI/time
Browse files Browse the repository at this point in the history
Update out-of-sync `renv.lock` file
  • Loading branch information
SaranjeetKaur authored Aug 16, 2024
2 parents 441d98a + 72190b7 commit 38a0494
Showing 1 changed file with 142 additions and 0 deletions.
142 changes: 142 additions & 0 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,39 @@
],
"Hash": "f20c47fd52fae58b4e377c37bb8c335b"
},
"cpp11": {
"Package": "cpp11",
"Version": "0.4.7",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R"
],
"Hash": "5a295d7d963cc5035284dcdbaf334f4e"
},
"dplyr": {
"Package": "dplyr",
"Version": "1.1.4",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R",
"R6",
"cli",
"generics",
"glue",
"lifecycle",
"magrittr",
"methods",
"pillar",
"rlang",
"tibble",
"tidyselect",
"utils",
"vctrs"
],
"Hash": "fedd9d00c2944ff00a0e2696ccf048ec"
},
"fansi": {
"Package": "fansi",
"Version": "1.0.6",
Expand All @@ -105,6 +138,17 @@
"Repository": "RSPM",
"Hash": "680887028577f3fa2a81e410ed0d6e42"
},
"generics": {
"Package": "generics",
"Version": "0.1.3",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R",
"methods"
],
"Hash": "15e9634c0fcd294799e9b2e929ed1b86"
},
"ggplot2": {
"Package": "ggplot2",
"Version": "3.5.1",
Expand Down Expand Up @@ -141,6 +185,20 @@
],
"Hash": "e0b3a53876554bd45879e596cdb10a52"
},
"gridExtra": {
"Package": "gridExtra",
"Version": "2.3",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"grDevices",
"graphics",
"grid",
"gtable",
"utils"
],
"Hash": "7d7f283939f563670a697165b2cf5560"
},
"gtable": {
"Package": "gtable",
"Version": "0.3.5",
Expand Down Expand Up @@ -285,6 +343,21 @@
],
"Hash": "01f28d4278f15c76cddbea05899c5d6f"
},
"purrr": {
"Package": "purrr",
"Version": "1.0.2",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R",
"cli",
"lifecycle",
"magrittr",
"rlang",
"vctrs"
],
"Hash": "1cba04a4e9414bdefc9dcaa99649a8dc"
},
"renv": {
"Package": "renv",
"Version": "1.0.5",
Expand Down Expand Up @@ -326,6 +399,36 @@
],
"Hash": "c19df082ba346b0ffa6f833e92de34d1"
},
"stringi": {
"Package": "stringi",
"Version": "1.8.4",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"stats",
"tools",
"utils"
],
"Hash": "39e1144fd75428983dc3f63aa53dfa91"
},
"stringr": {
"Package": "stringr",
"Version": "1.5.1",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"cli",
"glue",
"lifecycle",
"magrittr",
"rlang",
"stringi",
"vctrs"
],
"Hash": "960e2ae9e09656611e0b8214ad543207"
},
"tibble": {
"Package": "tibble",
"Version": "3.2.1",
Expand All @@ -345,6 +448,45 @@
],
"Hash": "a84e2cc86d07289b3b6f5069df7a004c"
},
"tidyr": {
"Package": "tidyr",
"Version": "1.3.1",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R",
"cli",
"cpp11",
"dplyr",
"glue",
"lifecycle",
"magrittr",
"purrr",
"rlang",
"stringr",
"tibble",
"tidyselect",
"utils",
"vctrs"
],
"Hash": "915fb7ce036c22a6a33b5a8adb712eb1"
},
"tidyselect": {
"Package": "tidyselect",
"Version": "1.2.1",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R",
"cli",
"glue",
"lifecycle",
"rlang",
"vctrs",
"withr"
],
"Hash": "829f27b9c4919c16b593794a6344d6c0"
},
"utf8": {
"Package": "utf8",
"Version": "1.2.4",
Expand Down

0 comments on commit 38a0494

Please sign in to comment.