diff --git a/DESCRIPTION b/DESCRIPTION index 48554fc..05cc95d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: apde.chi.tools Type: Package -Title: Simplify Common Analytics Pipeline Procesees Of Public Health Seattle & King County's Assessment Policy Development and Evaluation Unit -Version: 0.0.2 +Title: Simplify Community Health Indicators Analytics Pipeline for Public Health Seattle & King County's Assessment Policy Development and Evaluation Unit +Version: 2025.0.1 Authors@R: person( "Ronald","Buie", email = "rbuie@kingcounty.gov", @@ -27,7 +27,7 @@ Imports: glue (>= 1.6.1), odbc (>= 1.2.2), progressr, - rads, + rads (>= 1.3.4), rads.data, stats, tidyr, @@ -46,6 +46,6 @@ Suggests: srvyr, survey (>= 4.0) Depends: - R (>= 4.1) + R (>= 4.4) Config/testthat/edition: 3 RoxygenNote: 7.3.2 diff --git a/README.md b/README.md index 2e6a032..f4a9dcd 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,7 @@ To install a particular branch, (for example, if participating in testing or nee Load [`apde.chi.tools`](https://github.com/PHSKC-APDE/apde.chi.tools) ... `library(apde.chi.tools)` - -## New for version 2025.0.0 +## New for version 2025.0.0 (and 2025.0.1) Our first full release! @@ -37,6 +36,7 @@ If something doesn’t work or appears broken, let Danny or Ronald know, and sub Review documentation using '?[function_name]()' in R studio, as well as the [wiki](https://github.com/PHSKC-APDE/apde.chi.tools/wiki). +Version 2025.0.1 includes minor patches and will require that you have RADS version 1.3.4 or later installed. ## Best Practices