CRAN Package Check Results for Package MuMIn

Last updated on 2026-09-04 04:51:06 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.48.19 14.81 155.86 170.67 OK
r-devel-linux-x86_64-debian-gcc 1.48.19 9.93 113.22 123.15 ERROR
r-devel-linux-x86_64-fedora-clang 1.48.19 13.00 106.30 119.30 ERROR
r-devel-linux-x86_64-fedora-gcc 1.48.19 11.00 99.73 110.73 ERROR
r-devel-windows-x86_64 1.48.19 17.00 176.00 193.00 OK
r-patched-linux-x86_64 1.48.19 16.87 148.51 165.38 OK
r-release-linux-x86_64 1.48.19 16.85 150.53 167.38 OK
r-release-macos-arm64 1.48.19 4.00 42.00 46.00 OK
r-release-macos-x86_64 1.48.19 11.00 275.00 286.00 OK
r-release-windows-x86_64 1.48.19 17.00 175.00 192.00 OK
r-oldrel-macos-arm64 1.48.19 4.00 41.00 45.00 OK
r-oldrel-macos-x86_64 1.48.19 10.00 121.00 131.00 OK
r-oldrel-windows-x86_64 1.48.19 24.00 218.00 242.00 OK

Additional issues

M1mac

Check Details

Version: 1.48.19
Check: examples
Result: ERROR Running examples in ‘MuMIn-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: std.coef > ### Title: Standardized model coefficients > ### Aliases: std.coef beta.weights partial.sd > ### Keywords: models > > ### ** Examples > > > # Fit model to original data: > fm <- lm(y ~ x1 + x2 + x3 + x4, data = GPA) > > # Partial SD for the default formula: y ~ x1 + x2 + x3 + x4 > psd <- partial.sd(lm(data = GPA))[-1] # remove first element for intercept Error in (function (cond) : error in evaluating the argument 'object' in selecting a method for function 'coef': argument "formula" is missing, with no default Calls: partial.sd -> coef -> lm -> <Anonymous> Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.48.19
Check: examples
Result: ERROR Running examples in ‘MuMIn-Ex.R’ failed The error most likely occurred in: > ### Name: std.coef > ### Title: Standardized model coefficients > ### Aliases: std.coef beta.weights partial.sd > ### Keywords: models > > ### ** Examples > > > # Fit model to original data: > fm <- lm(y ~ x1 + x2 + x3 + x4, data = GPA) > > # Partial SD for the default formula: y ~ x1 + x2 + x3 + x4 > psd <- partial.sd(lm(data = GPA))[-1] # remove first element for intercept Error in (function (cond) : error in evaluating the argument 'object' in selecting a method for function 'coef': argument "formula" is missing, with no default Calls: partial.sd -> coef -> lm -> <Anonymous> Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc