Compare commits

...

5 Commits

5 changed files with 19 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Package: REDCapCAST
Title: REDCap Metadata Casting and Castellated Data Handling
Version: 24.11.2
Version: 24.11.3
Authors@R: c(
person("Andreas Gammelgaard", "Damsbo", email = "agdamsbo@clin.au.dk",
role = c("aut", "cre"),comment = c(ORCID = "0000-0002-7559-1154")),

View File

@ -1,3 +1,8 @@
# REDCapCAST 24.11.3
* BUG: shiny_cast() fails to load as I missed loading REDCapCAST library in ui.r. Fixed. Tests would be great.
# REDCapCAST 24.11.2
24.11.1 was rejected on CRAN based on wrong title capitalisation. This was an opportunity to extend the package overhaul. And this actually turned out to be a major step towards a very usable shiny app which have received most of the focus.

View File

@ -0,0 +1,10 @@
name: redcapcast-latest
title:
username: agdamsbo
account: agdamsbo
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 13442058
bundleId: 9412341
url: https://agdamsbo.shinyapps.io/redcapcast-latest/
version: 1

View File

@ -5,6 +5,6 @@ account: agdamsbo
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 11351429
bundleId: 9402312
bundleId: 9412329
url: https://agdamsbo.shinyapps.io/redcapcast/
version: 1

View File

@ -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()
)