Compare commits

...

4 Commits

Author SHA1 Message Date
7bbdf9b7fb
tested 2024-06-07 14:37:50 +02:00
3350050778
new 2024-06-07 14:20:37 +02:00
a341411cbf
ignere comments 2024-06-07 14:20:22 +02:00
c5ef79b97e
correct link 2024-06-07 14:18:43 +02:00
3 changed files with 11 additions and 1 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ docs
drafting drafting
\.DS_Store \.DS_Store
.DS_Store .DS_Store
cran-comments.md

View File

@ -13,7 +13,7 @@
### Documentation and more ### Documentation and more
* Dependencies: In order to deploy `shiny_cast()` with `shinylive`, I need to remove `curl` as a dependency. To accomplish this, the `shiny_deploy()` helper functions has been moved to the package [`pacakge.aid`](https://github.com/agdamsbo/package.aid). This was before realising that `REDCapR` has `curl` as dependency, which is the culprit. `REDCapCAST` is not going to be a `shinylive` web-app without removing `REDCapR` dependency or any other REDCap database interaction, which would defy the purpose. I'll stick to hosted Shiny app instead. * Dependencies: In order to deploy `shiny_cast()` with `shinylive`, I need to remove `curl` as a dependency. To accomplish this, the `shiny_deploy()` helper functions has been moved to the package [`project.aid`](https://github.com/agdamsbo/project.aid). This was before realising that `REDCapR` has `curl` as dependency, which is the culprit. `REDCapCAST` is not going to be a `shinylive` web-app without removing `REDCapR` dependency or any other REDCap database interaction, which would defy the purpose. I'll stick to hosted Shiny app instead.
# REDCapCAST 24.2.1 # REDCapCAST 24.2.1

View File

@ -1,2 +1,11 @@
── R CMD check results ───────────────────────────────────────── REDCapCAST 24.6.1 ────
Duration: 22.2s
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
R CMD check succeeded
## Test environments ## Test environments
New Rhubv2 implemented and tested with GitHub actions. All passed. New Rhubv2 implemented and tested with GitHub actions. All passed.
Link corrected.