You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Improved `autoplot.apd_pca()` selector handling to fail early with a clear error when `...` selectors match no columns.
4
+
- Modernized package code, tests, and vignettes to use base R pipes (`|>`) and replaced superseded tidyverse helpers (`pivot_longer()`, `across()`, and `rename_with()`).
5
+
- Updated tests to use stricter modern expectations, including replacing success-path `expect_error(..., regexp = NA)` checks with `expect_no_error()`.
6
+
- Expanded isolation-method maintenance and coverage work, including formula-interface checks, `check_isotree()` test paths, and refreshed isolation `.Rd` documentation.
7
+
- Added a helper script (`scripts/test-changed-functions.R`) to report changed functions, check test references, run testthat, and run `covr` coverage for changed code.
8
+
- Improved CRAN/release readiness with additional housekeeping: build ignore updates for `scripts/`, version/roxygen metadata maintenance, link/DOI and vignette compliance fixes, plus spelling/WORDLIST updates.
9
+
- Included prior plotting/printing refinements: PCA plot sizing/faceting and print-method formatting cleanups.
10
+
- Updated Quarto vignette chunk options to in-body YAML style and bumped package version in `DESCRIPTION` to `0.2.1`.
11
+
- Switched Ames dataset documentation links from `http` to `https` in source, vignette text, and generated `.Rd` docs.
12
+
- Refreshed website/project assets and configuration files (including favicon assets and editor/project config updates).
13
+
14
+
# applicable 0.1.1
15
+
16
+
17
+
- Changes in [apd_isolation()] because [isotree::isolation.forest()] changed their default for the number of dimensions to 1.
18
+
19
+
- Updated snapshot unit tests that changed from rlang's changes related to the call/traceback.
20
+
21
+
# applicable 0.1.0
22
+
23
+
24
+
Added isolation forest methods via the isotree package in the function `apd_isolation()`.
25
+
26
+
# applicable 0.0.1.1
27
+
3
28
4
29
Minor patch release: fixed failing units tests due to recent package updates.
0 commit comments