CRAN Package Check Results for Package rsprite2

Last updated on 2024-06-14 00:53:57 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 3.47 36.08 39.55 OK
r-devel-linux-x86_64-debian-gcc 0.2.1 2.66 25.71 28.37 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.1 49.32 OK
r-devel-linux-x86_64-fedora-gcc 0.2.1 46.91 OK
r-devel-windows-x86_64 0.2.1 3.00 49.00 52.00 OK
r-patched-linux-x86_64 0.2.1 3.53 35.68 39.21 OK
r-release-linux-x86_64 0.2.1 3.18 35.40 38.58 OK
r-release-macos-arm64 0.2.1 19.00 OK
r-release-macos-x86_64 0.2.1 28.00 OK
r-release-windows-x86_64 0.2.1 3.00 53.00 56.00 OK
r-oldrel-macos-arm64 0.2.1 17.00 OK
r-oldrel-macos-x86_64 0.2.1 40.00 OK
r-oldrel-windows-x86_64 0.2.1 4.00 53.00 57.00 OK

Check Details

Version: 0.2.1
Check: package dependencies
Result: NOTE Packages suggested but not available for checking: 'ggplot2', 'testthat', 'tibble', 'tidyr' Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.1
Check: examples
Result: ERROR Running examples in ‘rsprite2-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: plot_distributions > ### Title: Plot distributions > ### Aliases: plot_distributions > > ### ** Examples > > sprite_parameters <- set_parameters(mean = 2.2, sd = 1.3, n_obs = 20, + min_val = 1, max_val = 5) > > poss <- find_possible_distributions(sprite_parameters, 5, seed = 1234) > > # All distributions in same plot > plot_distributions(poss, plot_type = "ecdf") Error: Some required packages are not installed. Make sure you have these packages: tidyr, ggplot2 Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.1
Check: tests
Result: ERROR Running ‘testthat.R’ [0s/1s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) Error in library(testthat) : there is no package called 'testthat' Execution halted Flavor: r-devel-linux-x86_64-debian-gcc