Skip to content

Commit

Permalink
[fix] ggplot2 version on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
schoulten committed Apr 29, 2024
1 parent fd38701 commit e02a31c
Showing 1 changed file with 23 additions and 17 deletions.
40 changes: 23 additions & 17 deletions renv.lock
@@ -1,6 +1,6 @@
{
"R": {
"Version": "4.3.1",
"Version": "4.3.3",
"Repositories": [
{
"Name": "CRAN",
Expand Down Expand Up @@ -642,26 +642,28 @@
},
"ggplot2": {
"Package": "ggplot2",
"Version": "3.3.6",
"Version": "3.5.1",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"MASS",
"R",
"digest",
"cli",
"glue",
"grDevices",
"grid",
"gtable",
"isoband",
"lifecycle",
"mgcv",
"rlang",
"scales",
"stats",
"tibble",
"vctrs",
"withr"
],
"Hash": "0fb26d0674c82705c6b701d1a61e02ea"
"Hash": "44c6a2f8202d5b7e878ea274b1092426"
},
"ggtext": {
"Package": "ggtext",
Expand Down Expand Up @@ -953,15 +955,16 @@
},
"lifecycle": {
"Package": "lifecycle",
"Version": "1.0.1",
"Version": "1.0.4",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"cli",
"glue",
"rlang"
],
"Hash": "a6b6d352e3ed897373ab19d8395c98d0"
"Hash": "b8552d117e1b808b09a832f589b79035"
},
"listenv": {
"Package": "listenv",
Expand Down Expand Up @@ -1270,14 +1273,14 @@
},
"rlang": {
"Package": "rlang",
"Version": "1.0.2",
"Version": "1.1.3",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"utils"
],
"Hash": "04884d9a75d778aca22c7154b8333ec9"
"Hash": "42548638fae05fd9a9b5f3f437fbbbe2"
},
"rmarkdown": {
"Package": "rmarkdown",
Expand Down Expand Up @@ -1358,20 +1361,23 @@
},
"scales": {
"Package": "scales",
"Version": "1.1.1",
"Version": "1.3.0",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"R6",
"RColorBrewer",
"cli",
"farver",
"glue",
"labeling",
"lifecycle",
"munsell",
"rlang",
"viridisLite"
],
"Hash": "6f76f71042411426ec8df6c54f34e6dd"
"Hash": "c19df082ba346b0ffa6f833e92de34d1"
},
"shiny": {
"Package": "shiny",
Expand Down Expand Up @@ -1592,16 +1598,17 @@
},
"vctrs": {
"Package": "vctrs",
"Version": "0.3.8",
"Version": "0.6.5",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"ellipsis",
"cli",
"glue",
"lifecycle",
"rlang"
],
"Hash": "ecf749a1b39ea72bd9b51b76292261f1"
"Hash": "c03fa420630029418f7e6da3667aac4a"
},
"viridis": {
"Package": "viridis",
Expand Down Expand Up @@ -1665,16 +1672,15 @@
},
"withr": {
"Package": "withr",
"Version": "2.4.2",
"Version": "3.0.0",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"grDevices",
"graphics",
"stats"
"graphics"
],
"Hash": "ad03909b44677f930fa156d47d7a3aeb"
"Hash": "d31b6c62c10dcf11ec530ca6b0dd5d35"
},
"xfun": {
"Package": "xfun",
Expand Down

0 comments on commit e02a31c

Please sign in to comment.