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, styler,
devtools, devtools,
rhub rhub
Remotes:
agdamsbo/webResearch
URL: https://github.com/agdamsbo/webResearch URL: https://github.com/agdamsbo/webResearch
BugReports: https://github.com/agdamsbo/webResearch/issues BugReports: https://github.com/agdamsbo/webResearch/issues

View file

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

View file

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