Skip to content

Commit

Permalink
[skip deploy] Update renv.lock file for basic-teal app
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 29, 2024
1 parent 98ffe76 commit ff3c944
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
30 changes: 22 additions & 8 deletions basic-teal/renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -474,22 +474,22 @@
},
"formatters": {
"Package": "formatters",
"Version": "0.5.5.9010",
"Version": "0.5.5.9011",
"Source": "GitHub",
"RemoteType": "github",
"RemoteHost": "api.github.com",
"RemoteUsername": "insightsengineering",
"RemoteRepo": "formatters",
"RemoteRef": "main",
"RemoteSha": "9e98d8bb272b083eed1d343863c9d0927586c8db",
"RemoteSha": "3d347e40ae0de77a7f3ef1ce32b21a6184dcefc6",
"Requirements": [
"R",
"checkmate",
"grid",
"htmltools",
"methods"
],
"Hash": "356ee355f253efc5da436eaff4fadeca"
"Hash": "472e3c578420faf59f695c7c436e4f8b"
},
"fs": {
"Package": "fs",
Expand Down Expand Up @@ -1010,13 +1010,13 @@
},
"renv": {
"Package": "renv",
"Version": "1.0.4",
"Version": "1.0.5",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"utils"
],
"Hash": "11abaf7c540ff33f94514d50f929bfd1"
"Hash": "32c3f93e8360f667ca5863272ec8ba6a"
},
"rlang": {
"Package": "rlang",
Expand Down Expand Up @@ -1166,6 +1166,19 @@
],
"Hash": "96bb249d21b7473dbeb0311702ef5288"
},
"shinybusy": {
"Package": "shinybusy",
"Version": "0.3.2",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"htmltools",
"htmlwidgets",
"jsonlite",
"shiny"
],
"Hash": "cfb1edf0a7b334747556da1598ef67b1"
},
"shinycssloaders": {
"Package": "shinycssloaders",
"Version": "1.0.0",
Expand Down Expand Up @@ -1366,14 +1379,14 @@
},
"teal.reporter": {
"Package": "teal.reporter",
"Version": "0.3.0.9004",
"Version": "0.3.0.9005",
"Source": "GitHub",
"RemoteType": "github",
"RemoteHost": "api.github.com",
"RemoteUsername": "insightsengineering",
"RemoteRepo": "teal.reporter",
"RemoteRef": "main",
"RemoteSha": "685cc155152367c7e9a5441d358c54ef316a5b92",
"RemoteSha": "bf2cbcf490f422dd575b111d296d3676d7f33450",
"Requirements": [
"R6",
"bslib",
Expand All @@ -1386,10 +1399,11 @@
"rmarkdown",
"shiny",
"shinyWidgets",
"shinybusy",
"yaml",
"zip"
],
"Hash": "68940cd6af97026f24f22361346476d3"
"Hash": "e825c1dcce3ec81116b3d61270223097"
},
"teal.slice": {
"Package": "teal.slice",
Expand Down
2 changes: 1 addition & 1 deletion basic-teal/renv/activate.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
local({

# the requested version of renv
version <- "1.0.4"
version <- "1.0.5"
attr(version, "sha") <- NULL

# the project directory
Expand Down

0 comments on commit ff3c944

Please sign in to comment.