openpharma / mmrm

Mixed Models for Repeated Measures (MMRM) in R.
https://openpharma.github.io/mmrm/
Other
101 stars 17 forks source link

URGENT! Failed CRAN Checks: 2024-01-14 #408

Closed github-actions[bot] closed 5 months ago

github-actions[bot] commented 5 months ago

CRAN checks for mmrm resulted in one or more (ERROR)s:

See the table below for a summary of the checks run by CRAN:

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.7 587.21 234.55 821.76 ERROR NA
r-devel-linux-x86_64-debian-gcc 0.3.7 464.77 186.49 651.26 OK NA
r-devel-linux-x86_64-fedora-clang 0.3.7 NA NA 1013.78 NOTE NA
r-devel-linux-x86_64-fedora-gcc 0.3.7 NA NA 1289.76 OK NA
r-devel-windows-x86_64 0.3.7 429.00 268.00 697.00 NOTE NA
r-patched-linux-x86_64 0.3.7 482.26 241.65 723.91 OK NA
r-release-linux-x86_64 0.3.7 438.20 243.61 681.81 OK NA
r-release-macos-arm64 0.3.7 NA NA 294.00 NOTE NA
r-release-macos-x86_64 0.3.7 NA NA 412.00 NOTE NA
r-release-windows-x86_64 0.3.7 543.00 346.00 889.00 NOTE NA
r-oldrel-macos-arm64 0.3.7 NA NA 273.00 NOTE NA
r-oldrel-windows-x86_64 0.3.7 511.00 303.00 814.00 NOTE NA

All details and logs are available here: https://cran.r-project.org/web/checks/check_results_mmrm.html

danielinteractive commented 5 months ago

Idea is to skip tests if all of the following hold:

I decided not to test whether being on CRAN or not since that seems fragile from what I understand e.g. from package pkgmaker documentation.