mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-27 07:11:54 +01:00
missed loading REDCapCAST library or reference function in ui.R - bummer
This commit is contained in:
parent
90f0a9d382
commit
bae5b6d2ec
@ -0,0 +1,10 @@
|
||||
name: redcapcast-latest
|
||||
title:
|
||||
username: agdamsbo
|
||||
account: agdamsbo
|
||||
server: shinyapps.io
|
||||
hostUrl: https://api.shinyapps.io/v1
|
||||
appId: 13441620
|
||||
bundleId: 9412096
|
||||
url: https://agdamsbo.shinyapps.io/redcapcast-latest/
|
||||
version: 1
|
@ -5,6 +5,6 @@ account: agdamsbo
|
||||
server: shinyapps.io
|
||||
hostUrl: https://api.shinyapps.io/v1
|
||||
appId: 11351429
|
||||
bundleId: 9402312
|
||||
bundleId: 9412139
|
||||
url: https://agdamsbo.shinyapps.io/redcapcast/
|
||||
version: 1
|
||||
|
@ -8,6 +8,7 @@ library(dplyr)
|
||||
library(devtools)
|
||||
if (!requireNamespace("REDCapCAST")) {
|
||||
devtools::install_github("agdamsbo/REDCapCAST", quiet = TRUE, upgrade = "never")
|
||||
# install.packages("REDCapCAST")
|
||||
}
|
||||
library(REDCapCAST)
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
library(REDCapCAST)
|
||||
ui <-
|
||||
bslib::page(
|
||||
theme = bslib::bs_theme(preset = "united"),
|
||||
title = "REDCap database creator",
|
||||
nav_bar_page()
|
||||
REDCapCAST::nav_bar_page()
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user