mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-23 21:50:21 +01:00
dependencies removed and version bump
This commit is contained in:
parent
f787621f1b
commit
8816618da8
7
.lintr
7
.lintr
@ -1,7 +0,0 @@
|
|||||||
linters: linters_with_defaults(
|
|
||||||
commented_code_linter = NULL
|
|
||||||
)
|
|
||||||
encoding: "UTF-8"
|
|
||||||
exclusions: list(
|
|
||||||
"drafting/"
|
|
||||||
)
|
|
@ -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'
|
||||||
|
7
NEWS.md
7
NEWS.md
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user