mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2025-04-19 05:03:55 +02:00
Compare commits
No commits in common. "45315080c596d3c1ea5f2e815ef27d2a50230326" and "90f0a9d382740ad25d41c4de142b315d0d3e070a" have entirely different histories.
45315080c5
...
90f0a9d382
@ -1,6 +1,6 @@
|
||||
Package: REDCapCAST
|
||||
Title: REDCap Metadata Casting and Castellated Data Handling
|
||||
Version: 24.11.3
|
||||
Version: 24.11.2
|
||||
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,8 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,10 +0,0 @@
|
||||
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: 9412329
|
||||
bundleId: 9402312
|
||||
url: https://agdamsbo.shinyapps.io/redcapcast/
|
||||
version: 1
|
||||
|
@ -1,7 +1,6 @@
|
||||
library(REDCapCAST)
|
||||
ui <-
|
||||
bslib::page(
|
||||
theme = bslib::bs_theme(preset = "united"),
|
||||
title = "REDCap database creator",
|
||||
REDCapCAST::nav_bar_page()
|
||||
nav_bar_page()
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user