CRAN Package Check Results for Package nVennR2

Last updated on 2026-08-11 14:53:47 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang ERROR
r-devel-linux-x86_64-debian-gcc 2.0.4 25.30 68.29 93.59 OK
r-devel-linux-x86_64-fedora-clang 2.0.4 20.00 60.95 80.95 OK
r-devel-linux-x86_64-fedora-gcc 2.0.4 28.00 68.62 96.62 OK
r-devel-windows-x86_64 2.0.4 30.00 121.00 151.00 OK
r-patched-linux-x86_64 2.0.4 34.56 91.14 125.70 OK
r-release-linux-x86_64 2.0.4 31.81 89.39 121.20 OK
r-release-macos-arm64 2.0.4 8.00 40.00 48.00 OK
r-release-macos-x86_64 2.0.4 21.00 236.00 257.00 OK
r-release-windows-x86_64 2.0.4 33.00 124.00 157.00 OK
r-oldrel-macos-arm64 2.0.4 7.00 36.00 43.00 OK
r-oldrel-macos-x86_64 2.0.4 21.00 216.00 237.00 OK
r-oldrel-windows-x86_64 2.0.4 30.00 174.00 204.00 OK

Check Details

Version: 2.0.4
Check: examples
Result: ERROR Running examples in ‘nVennR2-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: setVennColor > ### Title: Change a set color > ### Aliases: setVennColor > > ### ** Examples > > myv <- nVennDiagram(list(Set1=c("a", "b", "c"), Set2=c("a", "c", "d")), verbose=FALSE) > myv <- setVennColor(myv, "Set2", "black") Error: Expecting a single string value: [type=logical; extent=1]. Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed nVennR2 4.329 0.031 5.219 Flavor: r-devel-linux-x86_64-debian-clang