Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 2.19 KB

File metadata and controls

45 lines (30 loc) · 2.19 KB

Description

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

Test Environments

  1. Local OS: Windows 11 x64 (build 26220), R 4.5.3 (2026-03-11 ucrt)
  2. GitHub Actions:
    • Link
    • macOS (latest version) with the latest R release.
    • Windows (latest version) with the latest R release.
    • Ubuntu (latest version) with:
      • The development version of R.
      • The latest R release.

R CMD check results

── R CMD check results ───────────────── BGmisc 1.6.0.1 ──── Duration: 1m 44.2s

0 errors ✔ | 0 warnings ✔ | 0 notes ✔

R CMD check succeeded

revdepcheck results

We checked 2 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

  • We saw 0 new problems
  • We failed to check 0 packages

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.

pak::pkg_install("r-lib/revdepcheck") revdepcheck::revdep_check(num_workers = 4) ── INSTALL ────────────────────────────────────────────────────────── 2 versions ── ── CHECK ──────────────────────────────────────────────────────────── 2 packages ── ✔ discord 1.3 ── E: 0 | W: 0 | N: 0
✔ ggpedigree 1.1.0.3 ── E: 1 | W: 0 | N: 0
OK: 2

BROKEN: 0 Total time: 6 min