Skip to content

Commit 9abe14d

Browse files
committed
update cran-comments, NEWS
1 parent 64b4a50 commit 9abe14d

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"Bash(/tmp/run_tests.R:*)",
1818
"Bash(/tmp/test_labelcol.R:*)",
1919
"WebFetch(domain:r-hub.github.io)",
20-
"WebFetch(domain:blog.r-hub.io)"
20+
"WebFetch(domain:blog.r-hub.io)",
21+
"WebFetch(domain:github.com)"
2122
]
2223
}
2324
}

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ This is a major release of the package adding considerable functionality for plo
1717
* In `plot.nestedLogit()`, added `label.col` argument (defaulting to the value of `col` in the call), to control the color of the curve label
1818
* Add example of plotting predictions for dichotomies to `ggeffects` vignette
1919
* Fixed problem in `ggeffects` vignette with `predict_response()` for nestedLogit models; see [ggeffects issue #671](https://github.com/strengejacke/ggeffects/issues/671)
20+
* Fixed problem in `other-examples` vignette traced to tibble not handled well in `plot.nestedLogit`
21+
* Added `rhub::rhub_check()` workflow.
2022

2123
## nestedLogit 0.3.4
2224

cran-comments.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
## Test environments
22
* local Windows 10, Windows 11 R version 4.5.2 (2025-10-31 ucrt)
33
* win-builder R Under development (unstable) (2026-03-04 r89536 ucrt)
4-
* Rhub: Ubuntu Linux 20.04.1 LTS, R-release, GCC
5-
* Rhub: Windows Server 2022, R-devel, 64 bit
4+
* R-hub: Ubuntu Linux 24.04 LTS, R-release, GCC
5+
* R-hub: macOS 13 Ventura, R-release, x86_64
6+
* R-hub: macOS 15 Sequoia, R-release, arm64
67

78
> devtools::check_win_devel()
8-
> rhub::rhub_check()
9+
> rhub::rhub_check(platforms = c("linux", "macos", "macos-arm64"))
910
1011
## R CMD check results
1112

0 commit comments

Comments
 (0)