diff --git a/inst/apps/data_analysis_modules/rsconnect/shinyapps.io/agdamsbo/freesearcheR.dcf b/inst/apps/data_analysis_modules/rsconnect/shinyapps.io/agdamsbo/freesearcheR.dcf new file mode 100644 index 0000000..15b0d31 --- /dev/null +++ b/inst/apps/data_analysis_modules/rsconnect/shinyapps.io/agdamsbo/freesearcheR.dcf @@ -0,0 +1,10 @@ +name: freesearcheR +title: +username: agdamsbo +account: agdamsbo +server: shinyapps.io +hostUrl: https://api.shinyapps.io/v1 +appId: 13611073 +bundleId: 9533439 +url: https://agdamsbo.shinyapps.io/freesearcheR/ +version: 1 diff --git a/inst/apps/data_analysis_modules/server.R b/inst/apps/data_analysis_modules/server.R index 75fc89d..1460229 100644 --- a/inst/apps/data_analysis_modules/server.R +++ b/inst/apps/data_analysis_modules/server.R @@ -11,7 +11,7 @@ library(gt) library(openxlsx2) library(haven) library(readODS) -library(shiny) +require(shiny) library(bslib) library(assertthat) library(dplyr) @@ -26,6 +26,8 @@ library(DHARMa) library(datamods) library(toastui) library(IDEAFilter) +library(shinyWidgets) +library(DT) # if (!requireNamespace("webResearch")) { # devtools::install_github("agdamsbo/webResearch", quiet = TRUE, upgrade = "never") # } diff --git a/inst/apps/data_analysis_modules/ui.R b/inst/apps/data_analysis_modules/ui.R index 1b6a5f0..f70f3ce 100644 --- a/inst/apps/data_analysis_modules/ui.R +++ b/inst/apps/data_analysis_modules/ui.R @@ -1,10 +1,3 @@ -library(shiny) -library(bslib) -library(datamods) -library(shinyWidgets) -library(DT) -requireNamespace("gt") - # ns <- NS(id) ui_elements <- list( diff --git a/renv.lock b/renv.lock index bf6c7be..23ec3f1 100644 --- a/renv.lock +++ b/renv.lock @@ -366,7 +366,7 @@ }, "ape": { "Package": "ape", - "Version": "5.8", + "Version": "5.8-1", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -381,7 +381,7 @@ "stats", "utils" ], - "Hash": "16b5ff4dff0ead9ea955f62f794b1535" + "Hash": "54e5b03e928da23e75dc5bb633648d27" }, "askpass": { "Package": "askpass", @@ -1021,7 +1021,7 @@ }, "emmeans": { "Package": "emmeans", - "Version": "1.10.5", + "Version": "1.10.6", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -1034,7 +1034,7 @@ "stats", "utils" ], - "Hash": "5c42da2936ccaa3802b4893a65553dc4" + "Hash": "6b0c6fcbdbefe525d2ee713f95880f90" }, "estimability": { "Package": "estimability", @@ -2050,13 +2050,13 @@ }, "openssl": { "Package": "openssl", - "Version": "2.2.2", + "Version": "2.3.0", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "askpass" ], - "Hash": "d413e0fef796c9401a4419485f709ca1" + "Hash": "5bfe2927efa9f87766ca9605301ea48f" }, "openxlsx2": { "Package": "openxlsx2", @@ -2785,7 +2785,7 @@ }, "shiny": { "Package": "shiny", - "Version": "1.9.1", + "Version": "1.10.0", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -2814,7 +2814,7 @@ "withr", "xtable" ], - "Hash": "6a293995a66e12c48d13aa1f957d09c7" + "Hash": "4b4477baa9a939c5577e5ddb4bf01f28" }, "shinyTime": { "Package": "shinyTime", @@ -2916,10 +2916,10 @@ }, "sodium": { "Package": "sodium", - "Version": "1.3.2", + "Version": "1.4.0", "Source": "Repository", "Repository": "CRAN", - "Hash": "869b09ca565ecaa9efc62534ebfa3efd" + "Hash": "ae00d33a499e429a04409bc1167c4995" }, "sourcetools": { "Package": "sourcetools",