Skip to content

Commit

Permalink
Fix: Adding gfonts to renv
Browse files Browse the repository at this point in the history
  • Loading branch information
JT-39 committed Sep 25, 2024
1 parent f3b9003 commit e1df4fc
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
2 changes: 2 additions & 0 deletions global.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ if (FALSE) {
shhh(library(dfeR))
shhh(library(dfeshiny))
shhh(library(shinyGovstyle))
# Plotting
shhh(library(gfonts))
}


Expand Down
62 changes: 62 additions & 0 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,21 @@
],
"Hash": "ab12c7b080a57475248a30f4db6298c0"
},
"crul": {
"Package": "crul",
"Version": "1.5.0",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R6",
"curl",
"httpcode",
"jsonlite",
"mime",
"urltools"
],
"Hash": "22e70c5046981d39b7bf7af74433e396"
},
"curl": {
"Package": "curl",
"Version": "5.2.1",
Expand Down Expand Up @@ -854,6 +869,23 @@
],
"Hash": "ab2ca7d6bd706ed218d096b7b16d7233"
},
"gfonts": {
"Package": "gfonts",
"Version": "0.2.0",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"crayon",
"crul",
"glue",
"htmltools",
"jsonlite",
"shiny",
"utils"
],
"Hash": "a535d76cf92645364997a8751396d63b"
},
"ggiraph": {
"Package": "ggiraph",
"Version": "0.8.10",
Expand Down Expand Up @@ -1082,6 +1114,13 @@
],
"Hash": "04291cc45198225444a397606810ac37"
},
"httpcode": {
"Package": "httpcode",
"Version": "0.3.0",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "13641a1c6d2cc98801b76764078e17ea"
},
"httpuv": {
"Package": "httpuv",
"Version": "1.6.15",
Expand Down Expand Up @@ -2257,6 +2296,16 @@
],
"Hash": "39b1d69229e30314e7cba023c777f52d"
},
"triebeard": {
"Package": "triebeard",
"Version": "0.4.1",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"Rcpp"
],
"Hash": "642507a148b0dd9b5620177e0a044413"
},
"tzdb": {
"Package": "tzdb",
"Version": "0.4.0",
Expand All @@ -2282,6 +2331,19 @@
],
"Hash": "409328b8e1253c8d729a7836fe7f7a16"
},
"urltools": {
"Package": "urltools",
"Version": "1.7.3",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"Rcpp",
"methods",
"triebeard"
],
"Hash": "e86a704261a105f4703f653e05defa3e"
},
"usethis": {
"Package": "usethis",
"Version": "3.0.0",
Expand Down

0 comments on commit e1df4fc

Please sign in to comment.