Skip to content

Commit

Permalink
fix: add renv lock
Browse files Browse the repository at this point in the history
  • Loading branch information
gregfrasco committed Nov 12, 2024
1 parent c829457 commit 430694f
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions comets_shinyapp_example/renv.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"R": {
"Version": "4.4.1",
"Repositories": [
{
"Name": "CRAN",
"URL": "https://mirror.las.iastate.edu/CRAN"
}
]
},
"Packages": {
"shiny": {
"Package": "shiny",
"Version": "1.9.1",
"Source": "Repository",
"Repository": "CRAN"
},
"data.table": {
"Package": "data.table",
"Version": "1.16.2",
"Source": "Repository",
"Repository": "CRAN"
},
"tidyverse": {
"Package": "tidyverse",
"Version": "2.0.0",
"Source": "Repository",
"Repository": "CRAN"
},
"DT": {
"Package": "DT",
"Version": "0.33",
"Source": "Repository",
"Repository": "CRAN"
},
"renv": {
"Package": "renv",
"Version": "1.0.11",
"Source": "Repository",
"Repository": "CRAN"
},
"ggplot2": {
"Package": "ggplot2",
"Version": "3.5.1",
"Source": "Repository",
"Repository": "CRAN"
}
}
}

0 comments on commit 430694f

Please sign in to comment.