CRAN Package Check Results for Package easyViz

Last updated on 2026-06-08 02:51:08 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.0 3.75 42.11 45.86 OK
r-devel-linux-x86_64-debian-gcc 2.1.0 2.66 24.40 27.06 ERROR
r-devel-linux-x86_64-fedora-clang 2.1.0 72.05 OK
r-devel-linux-x86_64-fedora-gcc 2.1.0 68.86 OK
r-devel-windows-x86_64 2.1.0 5.00 59.00 64.00 OK
r-patched-linux-x86_64 2.1.0 4.09 39.28 43.37 OK
r-release-linux-x86_64 2.1.0 2.85 38.63 41.48 OK
r-release-macos-arm64 2.1.0 1.00 13.00 14.00 OK
r-release-macos-x86_64 2.1.0 3.00 42.00 45.00 OK
r-release-windows-x86_64 2.1.0 6.00 60.00 66.00 OK
r-oldrel-macos-arm64 2.1.0 1.00 19.00 20.00 OK
r-oldrel-macos-x86_64 2.1.0 3.00 40.00 43.00 OK
r-oldrel-windows-x86_64 2.1.0 7.00 68.00 75.00 OK

Check Details

Version: 2.1.0
Check: examples
Result: ERROR Running examples in ‘easyViz-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: easyViz > ### Title: Easy Visualization of Conditional Effects from Regression Models > ### Aliases: easyViz > > ### ** Examples > > #------------------------------------------ > # Load required packages > #------------------------------------------ > > library(MASS) > library(nlme) > library(betareg) > library(survival) > library(lme4) Loading required package: Matrix Attaching package: ‘lme4’ The following object is masked from ‘package:nlme’: lmList > library(glmmTMB) Error in library(glmmTMB) : there is no package called ‘glmmTMB’ Execution halted Flavor: r-devel-linux-x86_64-debian-gcc