mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-21 13:00:23 +01:00
Compare commits
4 Commits
eef682ce15
...
b6c187bf54
Author | SHA1 | Date | |
---|---|---|---|
|
b6c187bf54 | ||
|
26ee8aa528 | ||
52f35bfcad | |||
31122663e8 |
10
NEWS.md
10
NEWS.md
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user