getting to shinyapps

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-25 09:09:26 +01:00
parent 5854021e01
commit 126193ec6a
No known key found for this signature in database
4 changed files with 6 additions and 6 deletions

View file

@ -29,5 +29,7 @@ Suggests:
styler,
devtools,
rhub
Remotes:
agdamsbo/webResearch
URL: https://github.com/agdamsbo/webResearch
BugReports: https://github.com/agdamsbo/webResearch/issues

View file

@ -19,9 +19,6 @@ library(quarto)
library(here)
library(broom)
library(broom.helpers)
if (!requireNamespace("REDCapCAST")) {
devtools::install_github("agdamsbo/REDCapCAST", quiet = TRUE, upgrade = "never")
}
library(REDCapCAST)
if (!requireNamespace("webResearch")) {
devtools::install_github("agdamsbo/webResearch", quiet = TRUE, upgrade = "never")

View file

@ -170,9 +170,10 @@ ui <- bslib::page(
selected = NULL,
choices = list(
"Word" = "docx",
"LibreOffice" = "odt",
"PDF" = "pdf",
"All the above" = "all"
"LibreOffice" = "odt"
# ,
# "PDF" = "pdf",
# "All the above" = "all"
)
),