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,
|
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
|
||||||
|
|
|
@ -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")
|
||||||
|
|
|
@ -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"
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue