From 8816618da841fc6f47c17fd0b4e14833cf7b9bf7 Mon Sep 17 00:00:00 2001 From: Andreas Gammelgaard Damsbo Date: Thu, 14 Mar 2024 09:26:46 +0100 Subject: [PATCH] dependencies removed and version bump --- .lintr | 7 ------- DESCRIPTION | 4 +--- NEWS.md | 7 +++++++ 3 files changed, 8 insertions(+), 10 deletions(-) delete mode 100644 .lintr diff --git a/.lintr b/.lintr deleted file mode 100644 index f817c43..0000000 --- a/.lintr +++ /dev/null @@ -1,7 +0,0 @@ -linters: linters_with_defaults( - commented_code_linter = NULL - ) -encoding: "UTF-8" -exclusions: list( - "drafting/" - ) diff --git a/DESCRIPTION b/DESCRIPTION index 209be80..c11214d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: REDCapCAST Title: REDCap Castellated Data Handling -Version: 24.2.1 +Version: 24.3.1 Authors@R: c( person("Andreas Gammelgaard", "Damsbo", email = "agdamsbo@clin.au.dk", role = c("aut", "cre"),comment = c(ORCID = "0000-0002-7559-1154")), @@ -28,7 +28,6 @@ Suggests: knitr, rmarkdown, gt, - usethis, ggplot2, here, styler, @@ -52,7 +51,6 @@ Imports: stats, shiny, openxlsx2, - rsconnect, haven Collate: 'utils.r' diff --git a/NEWS.md b/NEWS.md index c91ce1b..b23b671 100644 --- a/NEWS.md +++ b/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 ### Functions