Skip to content

Commit

Permalink
[skip deploy] Update renv.lock file for python app
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 29, 2024
1 parent ad16287 commit abc9831
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 16 deletions.
44 changes: 29 additions & 15 deletions python/renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,16 +209,16 @@
},
"RcppEigen": {
"Package": "RcppEigen",
"Version": "0.3.3.9.4",
"Version": "0.3.4.0.0",
"Source": "Repository",
"Repository": "RSPM",
"Repository": "BioC.CRAN",
"Requirements": [
"R",
"Rcpp",
"stats",
"utils"
],
"Hash": "acb0a5bf38490f26ab8661b467f4f53a"
"Hash": "df49e3306f232ec28f1604e36a202847"
},
"RcppTOML": {
"Package": "RcppTOML",
Expand Down Expand Up @@ -843,22 +843,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 @@ -1841,13 +1841,13 @@
},
"renv": {
"Package": "renv",
"Version": "1.0.4",
"Version": "1.0.5",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "BioC.CRAN",
"Requirements": [
"utils"
],
"Hash": "11abaf7c540ff33f94514d50f929bfd1"
"Hash": "32c3f93e8360f667ca5863272ec8ba6a"
},
"reticulate": {
"Package": "reticulate",
Expand Down Expand Up @@ -2053,6 +2053,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 @@ -2304,14 +2317,14 @@
},
"teal.modules.general": {
"Package": "teal.modules.general",
"Version": "0.2.16.9026",
"Version": "0.2.16.9029",
"Source": "GitHub",
"RemoteType": "github",
"RemoteHost": "api.github.com",
"RemoteUsername": "insightsengineering",
"RemoteRepo": "teal.modules.general",
"RemoteRef": "main",
"RemoteSha": "c9f87bf8b8ecc4b3176481c2ef252a676c998b33",
"RemoteSha": "5357b8b45d7b917d7e6d04a21a6ebcbbd1b9bbc7",
"Requirements": [
"DT",
"R",
Expand Down Expand Up @@ -2343,18 +2356,18 @@
"tidyselect",
"utils"
],
"Hash": "71ea7e7b231126585310ab30781a488a"
"Hash": "a8092b58cca5fe2ed2676d008c16f618"
},
"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 @@ -2367,10 +2380,11 @@
"rmarkdown",
"shiny",
"shinyWidgets",
"shinybusy",
"yaml",
"zip"
],
"Hash": "68940cd6af97026f24f22361346476d3"
"Hash": "e825c1dcce3ec81116b3d61270223097"
},
"teal.slice": {
"Package": "teal.slice",
Expand Down
2 changes: 1 addition & 1 deletion python/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 abc9831

Please sign in to comment.