mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2025-04-04 07:02:31 +02:00
Compare commits
5 Commits
90f0a9d382
...
45315080c5
Author | SHA1 | Date | |
---|---|---|---|
45315080c5 | |||
c6cbb4abc8 | |||
eab88d562a | |||
637e950dc8 | |||
bae5b6d2ec |
@ -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")),
|
||||
|
5
NEWS.md
5
NEWS.md
@ -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.
|
||||
|
@ -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
|
@ -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
|
||||
|
@ -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…
x
Reference in New Issue
Block a user