mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 09:59:39 +02:00
getting to shinyapps
This commit is contained in:
parent
5854021e01
commit
126193ec6a
4 changed files with 6 additions and 6 deletions
|
@ -29,5 +29,7 @@ Suggests:
|
|||
styler,
|
||||
devtools,
|
||||
rhub
|
||||
Remotes:
|
||||
agdamsbo/webResearch
|
||||
URL: https://github.com/agdamsbo/webResearch
|
||||
BugReports: https://github.com/agdamsbo/webResearch/issues
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
),
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue