CRAN Package Check Results for Maintainer ‘Lukas Wallrich <lukas.wallrich at gmail.com>’

Last updated on 2024-06-14 01:52:25 CEST.

Package ERROR OK
rsprite2 1 12

Package rsprite2

Current CRAN status: ERROR: 1, OK: 12

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