Compare commits

..

No commits in common. "7bbdf9b7fb77a217abd65faebd8b58e44bccfc66" and "6abee8f78ee81a4a4201ca582e74783388286db6" have entirely different histories.

3 changed files with 1 additions and 11 deletions

1
.gitignore vendored
View File

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

View File

@ -13,7 +13,7 @@
### 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 [`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.
* 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.
# REDCapCAST 24.2.1

View File

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