Skip to content

Commit

Permalink
add CheckEM to lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooke Gibbons committed Jul 9, 2024
1 parent 7e53dad commit b500a28
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
3 changes: 2 additions & 1 deletion app.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ gargle::gargle_oauth_cache()
googlesheets4::gs4_auth()

## If CheckEM package has changed you will need to remove the package and reinstall ----
remove.packages("CheckEM")
# remove.packages("CheckEM")
renv::install("GlobalArchiveManual/CheckEM")
devtools::install_github("GlobalArchiveManual/CheckEM")
library(CheckEM)

# Step 1. Load all functions from package ----
pkgload::load_all(export_all = FALSE, helpers = FALSE, attach_testthat = FALSE)
Expand Down
17 changes: 14 additions & 3 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
"Repository": "RSPM",
"Hash": "a8235afbcd6316e6e91433ea47661013"
},
"CheckEM": {
"Package": "CheckEM",
"Version": "1.0",
"Source": "GitHub",
"RemoteType": "github",
"RemoteHost": "api.github.com",
"RemoteUsername": "GlobalArchiveManual",
"RemoteRepo": "CheckEM",
"RemoteRef": "main",
"RemoteSha": "ec883382d59e2deddee10f35194cb541fa3ee46d"
},
"DBI": {
"Package": "DBI",
"Version": "1.2.3",
Expand Down Expand Up @@ -1987,9 +1998,9 @@
},
"roxygen2": {
"Package": "roxygen2",
"Version": "7.3.1",
"Version": "7.3.2",
"Source": "Repository",
"Repository": "RSPM",
"Repository": "CRAN",
"Requirements": [
"R",
"R6",
Expand All @@ -2009,7 +2020,7 @@
"withr",
"xml2"
],
"Hash": "c25fe7b2d8cba73d1b63c947bf7afdb9"
"Hash": "6ee25f9054a70f44d615300ed531ba8d"
},
"rprojroot": {
"Package": "rprojroot",
Expand Down

0 comments on commit b500a28

Please sign in to comment.