Skip to content

Commit f1eec88

Browse files
Update cran-comments.md
1 parent 1ba142a commit f1eec88

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

cran-comments.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

22
# Description
33

4-
This update includes an extended vignette and several openmx convenience functions. We left openmx as a suggests rather than a dependency because the openmx convenience aren't essential to the core functions. This should resolve r-oldrel-windows-x86_64 1.5.0 22.00 246.00 268.00 ERROR seen in the last CRAN check.
4+
This update includes an extended vignette and several openmx convenience functions. We left openmx as a suggests rather than a dependency because the openmx convenience aren't essential to the core functions. This should resolves an older error in CRAN (with R 1.5.0), and instead results in r-oldrel-windows-x86_64 1.5.2 20.00 245.00 265.00 NOTE
55

66
# Test Environments
77

88
1. Local OS: Windows 11 x64 (build 26220), R 4.5.3 (2026-03-11 ucrt)
99
2. **GitHub Actions**:
10-
- [Link](https://github.com/R-Computing-Lab/BGmisc/actions/runs/20786177599)
10+
- [Link](https://github.com/R-Computing-Lab/BGmisc/actions/runs/23058399384)
1111
- macOS (latest version) with the latest R release.
1212
- Windows (latest version) with the latest R release.
1313
- Ubuntu (latest version) with:
@@ -31,14 +31,15 @@ We checked 2 reverse dependencies, comparing R CMD check results across CRAN and
3131
* We saw 0 new problems
3232
* We failed to check 0 packages
3333

34-
The development version of ggpedigree resolves "E: 1" seen in the CRAN version. I maintain both packages, so once the latest version of BGmisc is on CRAN, I will submit the updated ggpedigree version.
34+
The development version of ggpedigree should resolve "E: 1" seen in the CRAN version. It's related to the openMx failure in older versions. I maintain both packages, so once the latest version of BGmisc is on CRAN, I will submit the updated ggpedigree version.
3535

36+
>pak::pkg_install("r-lib/revdepcheck")
3637
> revdepcheck::revdep_check(num_workers = 4)
3738
── INSTALL ────────────────────────────────────────────────────────── 2 versions ──
3839
── CHECK ──────────────────────────────────────────────────────────── 2 packages ──
39-
✔ discord 1.2.4.1 ── E: 0 | W: 0 | N: 0
40-
✔ ggpedigree 1.0.0.1 ── E: 1 | W: 0 | N: 0
41-
OK: 2
40+
✔ discord 1.3 ── E: 0 | W: 0 | N: 0
41+
✔ ggpedigree 1.1.0.3 ── E: 1 | W: 0 | N: 0
42+
OK: 2
4243

4344
BROKEN: 0
44-
Total time: 3 min
45+
Total time: 6 min

0 commit comments

Comments
 (0)