Skip to content

Commit

Permalink
update script so deployment works
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooke Gibbons committed Jul 9, 2024
1 parent b500a28 commit 71df316
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 22 deletions.
6 changes: 3 additions & 3 deletions app.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ googlesheets4::gs4_auth()

## If CheckEM package has changed you will need to remove the package and reinstall ----
# remove.packages("CheckEM")
renv::install("GlobalArchiveManual/CheckEM")
devtools::install_github("GlobalArchiveManual/CheckEM")
library(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
27 changes: 8 additions & 19 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,6 @@
"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 @@ -95,7 +84,7 @@
"Package": "RColorBrewer",
"Version": "1.1-3",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R"
],
Expand Down Expand Up @@ -538,7 +527,7 @@
"Package": "devtools",
"Version": "2.4.5",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"cli",
Expand Down Expand Up @@ -749,7 +738,7 @@
"Package": "forcats",
"Version": "1.0.0",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"cli",
Expand Down Expand Up @@ -1125,7 +1114,7 @@
"Package": "here",
"Version": "1.0.1",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"rprojroot"
],
Expand Down Expand Up @@ -1373,7 +1362,7 @@
"Package": "leafgl",
"Version": "0.1.1",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"geojsonsf",
"grDevices",
Expand Down Expand Up @@ -1499,7 +1488,7 @@
"Package": "mgcv",
"Version": "1.9-0",
"Source": "Repository",
"Repository": "RSPM",
"Repository": "CRAN",
"Requirements": [
"Matrix",
"R",
Expand Down Expand Up @@ -1715,7 +1704,7 @@
"Package": "png",
"Version": "0.1-8",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R"
],
Expand Down Expand Up @@ -2230,7 +2219,7 @@
"Package": "shinydashboard",
"Version": "0.7.2",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"htmltools",
Expand Down

0 comments on commit 71df316

Please sign in to comment.