Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -27,7 +27,7 @@ Imports:
glue (>= 1.6.1),
odbc (>= 1.2.2),
progressr,
rads,
rads (>= 1.3.4),
rads.data,
stats,
tidyr,
Expand All @@ -46,6 +46,6 @@ Suggests:
srvyr,
survey (>= 4.0)
Depends:
R (>= 4.1)
R (>= 4.4)
Config/testthat/edition: 3
RoxygenNote: 7.3.2
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand All @@ -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

Expand Down