Last updated on 2025-08-19 01:49:01 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
aggutils | 1 | 2 | 10 |
Current CRAN status: ERROR: 1, NOTE: 2, OK: 10
Version: 1.0.2
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘docstring’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.0.2
Check: tests
Result: ERROR
Running 'testthat.R' [1s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(aggutils)
>
> test_check("aggutils")
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 10 ]
>
> proc.time()
user system elapsed
0.67 0.25 0.85
Flavor: r-devel-windows-x86_64