CRAN Package Check Results for Package occupancy

Last updated on 2024-06-13 07:50:38 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2 6.41 43.50 49.91 OK
r-devel-linux-x86_64-debian-gcc 1.2 4.92 28.74 33.66 ERROR
r-devel-linux-x86_64-fedora-clang 1.2 63.08 OK
r-devel-linux-x86_64-fedora-gcc 1.2 56.56 OK
r-devel-windows-x86_64 1.2 5.00 50.00 55.00 OK
r-patched-linux-x86_64 1.2 6.31 41.13 47.44 OK
r-release-linux-x86_64 1.2 6.65 40.16 46.81 OK
r-release-macos-arm64 1.2 18.00 OK
r-release-macos-x86_64 1.2 28.00 OK
r-release-windows-x86_64 1.2 5.00 52.00 57.00 OK
r-oldrel-macos-arm64 1.2 20.00 OK
r-oldrel-macos-x86_64 1.2 28.00 OK
r-oldrel-windows-x86_64 1.2 6.00 55.00 61.00 OK

Check Details

Version: 1.2
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘ggplot2’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.2
Check: examples
Result: ERROR Running examples in ‘occupancy-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: sample.ballbin > ### Title: Generates simulations from the extended balls-in-bins process > ### Aliases: sample.ballbin print.ballbin plot.ballbin summary.ballbin > ### print.summary.ballbin plot.summary.ballbin > > ### ** Examples > > > d <- sample.ballbin(12, 10, 4, .4) > print(d) Extended Balls-in-Bins Process Process with 10 balls randomly allocated to 4 bins, with occupancy probability = 0.4 Ball[1] Ball[2] Ball[3] Ball[4] Ball[5] Ball[6] Ball[7] Ball[8] Sample[1] NA NA NA 1 NA NA NA 3 Sample[2] NA 3 1 NA NA NA NA NA Sample[3] NA NA 1 1 NA NA 2 NA Sample[4] NA NA 1 NA NA 1 NA 3 Sample[5] 2 NA NA NA NA NA 2 4 Sample[6] NA NA NA 4 1 NA NA NA Sample[7] 3 2 NA NA NA 2 NA NA Sample[8] NA 2 1 NA 3 NA 2 NA Sample[9] 2 4 NA 3 1 NA NA 4 Sample[10] NA 3 NA NA NA 1 NA NA Sample[11] 4 4 4 NA NA NA 3 2 Sample[12] 3 3 3 NA 2 NA NA NA Ball[9] Ball[10] Sample[1] 2 NA Sample[2] NA NA Sample[3] 1 NA Sample[4] 2 2 Sample[5] NA 3 Sample[6] NA NA Sample[7] NA NA Sample[8] 3 NA Sample[9] 1 NA Sample[10] NA 1 Sample[11] NA NA Sample[12] NA NA > plot(d) Error in plot.ballbin(d) : Error: Plotting a 'ballbins' object requires the ggplot2 package Calls: plot -> plot.ballbin Execution halted Flavor: r-devel-linux-x86_64-debian-gcc