dependencies removed and version bump

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-03-14 09:26:46 +01:00
parent f787621f1b
commit 8816618da8
3 changed files with 8 additions and 10 deletions

7
.lintr
View File

@ -1,7 +0,0 @@
linters: linters_with_defaults(
commented_code_linter = NULL
)
encoding: "UTF-8"
exclusions: list(
"drafting/"
)

View File

@ -1,6 +1,6 @@
Package: REDCapCAST Package: REDCapCAST
Title: REDCap Castellated Data Handling Title: REDCap Castellated Data Handling
Version: 24.2.1 Version: 24.3.1
Authors@R: c( Authors@R: c(
person("Andreas Gammelgaard", "Damsbo", email = "agdamsbo@clin.au.dk", person("Andreas Gammelgaard", "Damsbo", email = "agdamsbo@clin.au.dk",
role = c("aut", "cre"),comment = c(ORCID = "0000-0002-7559-1154")), role = c("aut", "cre"),comment = c(ORCID = "0000-0002-7559-1154")),
@ -28,7 +28,6 @@ Suggests:
knitr, knitr,
rmarkdown, rmarkdown,
gt, gt,
usethis,
ggplot2, ggplot2,
here, here,
styler, styler,
@ -52,7 +51,6 @@ Imports:
stats, stats,
shiny, shiny,
openxlsx2, openxlsx2,
rsconnect,
haven haven
Collate: Collate:
'utils.r' 'utils.r'

View File

@ -1,3 +1,10 @@
# REDCapCAST 24.3.1
### 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 is for a rainy day: https://r-wasm.github.io/rwasm/.
# REDCapCAST 24.2.1 # REDCapCAST 24.2.1
### Functions ### Functions