Compare commits

...

4 Commits

Author SHA1 Message Date
Andreas Gammelgaard Damsbo
b6c187bf54
Merge pull request #8 from agdamsbo/agdamsbo-patch-1
added hosted shiny app
2024-02-28 09:39:50 +01:00
Andreas Gammelgaard Damsbo
26ee8aa528
added hosted shiny app 2024-02-28 09:39:30 +01:00
52f35bfcad updated link and cran comments 2024-02-28 07:42:30 +01:00
31122663e8 added code of conduct 2024-02-28 07:42:30 +01:00
4 changed files with 4 additions and 11 deletions

10
NEWS.md
View File

@ -18,15 +18,9 @@
### Other
I believe `renv` has now been added and runs correctly. After clone, do `renv::restore()` to install all necessary package to modify the package.
I believe `renv` has now been added and runs correctly. After clone, do `renv::restore()` to install all necessary package to modify the package. This seems to always be back and forth. `renv` may be on its way out again.
### Whishes before CRAN release
* Vignette for `ds2dd_detailed()`
* Tests for `ds2dd_detailed()`
* Tests for new functions.
Added a Code of Conduct.
# REDCapCAST 24.1.1

View File

@ -32,7 +32,7 @@ Here is just a short description of the main functions:
* `ds2dd_detailed()`: Converts a data set to a data dictionary for upload to a new REDCap database. Variables (fields) and instruments in a REDCap data base are defined by this data dictionary.
* `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.
* `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.
## Future

View File

@ -11,7 +11,6 @@
On windows-x86_64-devel (r-devel)
checking for detritus in the temp directory ... NOTE
Found the following files/directories:
'lastMiKTeXException'
On ubuntu-gcc-release (r-release), fedora-clang-devel (r-devel)

View File

@ -66,7 +66,7 @@ REDCapR::redcap_metadata_write(
)
```
In the ["REDCap R Handbook"](https://agdamsbo.github.io/redcap-r-handbook/) more is written on interfacing with REDCap in R using the `library(keyring)`to store credentials in [chapter 1.1](https://agdamsbo.github.io/redcap-r-handbook/access.html#sec-getting-access).
In the ["REDCap R Handbook"](https://agdamsbo.github.io/redcap-r-handbook/) more is written on interfacing with REDCap in R using the `library(keyring)`to store credentials in [chapter 1.1](https://agdamsbo.github.io/redcap-r-handbook/doc/access.html#sec-getting-access).
## Step 4 - Data upload