mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
rebuilding
This commit is contained in:
parent
f67beb14ba
commit
1fe925baa5
6 changed files with 119 additions and 536 deletions
|
|
@ -5,6 +5,6 @@ account: agdamsbo
|
|||
server: shinyapps.io
|
||||
hostUrl: https://api.shinyapps.io/v1
|
||||
appId: 13276335
|
||||
bundleId: 9412182
|
||||
bundleId: 9412301
|
||||
url: https://agdamsbo.shinyapps.io/webResearch/
|
||||
version: 1
|
||||
|
|
|
|||
|
|
@ -20,10 +20,14 @@ library(here)
|
|||
library(broom)
|
||||
library(broom.helpers)
|
||||
library(REDCapCAST)
|
||||
if (!requireNamespace("webResearch")) {
|
||||
devtools::install_github("agdamsbo/webResearch", quiet = TRUE, upgrade = "never")
|
||||
# if (!requireNamespace("webResearch")) {
|
||||
# devtools::install_github("agdamsbo/webResearch", quiet = TRUE, upgrade = "never")
|
||||
# }
|
||||
# library(webResearch)
|
||||
|
||||
if (file.exists(here::here("functions.R"))) {
|
||||
source(here::here("functions.R"))
|
||||
}
|
||||
library(webResearch)
|
||||
|
||||
server <- function(input, output, session) {
|
||||
## Listing files in www in session start to keep when ending and removing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue