From e389ec9c28c8d082a498a02849f9a3e85ed0bdb3 Mon Sep 17 00:00:00 2001 From: Andreas Gammelgaard Damsbo Date: Wed, 2 Oct 2024 12:52:18 +0200 Subject: [PATCH] updated link --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index f6c2381..9607a46 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: REDCapCAST Title: REDCap Castellated Data Handling -Version: 24.10.1 +Version: 24.10.2 Authors@R: c( person("Andreas Gammelgaard", "Damsbo", email = "agdamsbo@clin.au.dk", role = c("aut", "cre"),comment = c(ORCID = "0000-0002-7559-1154")), diff --git a/NEWS.md b/NEWS.md index d319a16..f11bd9a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# REDCapCAST 24.10.2 + +Updated links and spelling. + # REDCapCAST 24.10.1 Minor changes to pass tests and renv is out. `rhub` is really not running as smooth as previously. diff --git a/README.md b/README.md index 26b069f..6bacfef 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Here is just a short description of the main functions: * `doc2dd()`: Converts a document table to data dictionary. This allows to specify instrument or whole data dictionary in text document, which for most is easier to work with and easily modifiable. Very much like a easy version of just working directly in the data dictionary file itself. -* `shiny_cast()`: [Shiny](https://www.rstudio.com/products/shiny/) application to ease the process of converting a spreadsheet/data set to a REDCap database. The app runs locally and data is transferred securely. You can just create and upload the data dictionary, but you can also transfer the given data in the same process. The app is [hosted on shinyapps.io](https://agdamsbo.shinyapps.io/redcapcast/) ~~while I work on a [shinylive](https://posit-dev.github.io/r-shinylive/) implementation~~. +* `shiny_cast()`: [Shiny](https://shiny.posit.co/) application to ease the process of converting a spreadsheet/data set to a REDCap database. The app runs locally and data is transferred securely. You can just create and upload the data dictionary, but you can also transfer the given data in the same process. The app is [hosted on shinyapps.io](https://agdamsbo.shinyapps.io/redcapcast/) ~~while I work on a [shinylive](https://posit-dev.github.io/r-shinylive/) implementation~~. ## Future