CRAN Package Check Results for Package marginme

Last updated on 2026-05-04 20:51:15 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 23.94 150.98 174.92 OK
r-devel-linux-x86_64-debian-gcc 0.1.1 4.90 46.32 51.22 OK
r-devel-linux-x86_64-fedora-clang 0.1.1 11.00 93.26 104.26 OK
r-devel-linux-x86_64-fedora-gcc 0.1.1 52.17 OK
r-devel-windows-x86_64 0.1.1 8.00 69.00 77.00 OK
r-patched-linux-x86_64 0.1.0 18.61 142.27 160.88 OK
r-release-linux-x86_64 0.1.1 6.18 54.02 60.20 OK
r-release-macos-arm64 0.1.1 5.00 ERROR
r-release-macos-x86_64 0.1.1 6.00 ERROR
r-release-windows-x86_64 0.1.0 8.00 74.00 82.00 ERROR
r-oldrel-macos-arm64 0.1.1 4.00 ERROR
r-oldrel-macos-x86_64 0.1.1 128.00 ERROR
r-oldrel-windows-x86_64 0.1.1 7.00 85.00 92.00 OK

Check Details

Version: 0.1.1
Check: package dependencies
Result: ERROR Package required and available but unsuitable version: ‘glmmrBase’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 0.1.0
Check: examples
Result: ERROR Running examples in 'marginme-Ex.R' failed The error most likely occurred in: > ### Name: confint.margin > ### Title: Confidence interval for marginal effect > ### Aliases: confint.margin > > ### ** Examples > > ## fit a model using glmmTMB > fit <- glmmTMB::glmmTMB(y ~ Treatment + x1 + x2 + x3 + x4 + (1|Cluster), + data = trial_data, family = binomial(link="logit"),REML = TRUE) > ## relative risk, average over random effects and fixed effects > m1 <- margin(fit, + x = "Treatment", + type = "ratio", + average = c("x1","x2","x3","x4"), + re = "average", + se="GLS") Error in model$mcmc_options <- `*vtmp*` : cannot add bindings to a locked environment Calls: margin Execution halted Flavor: r-release-windows-x86_64