CRAN Package Check Results for Package jenga

Last updated on 2022-04-24 03:52:28 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 16.44 138.87 155.31 OK
r-devel-linux-x86_64-debian-gcc 1.1.0 12.04 103.10 115.14 OK
r-devel-linux-x86_64-fedora-clang 1.1.0 185.96 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1.0 163.27 NOTE
r-patched-linux-x86_64 1.1.0 11.72 130.29 142.01 OK
r-release-linux-x86_64 1.1.0 8.51 112.94 121.45 ERROR
r-release-macos-arm64 1.1.0 NOTE
r-release-macos-x86_64 1.1.0 NOTE
r-release-windows-x86_64 1.1.0 18.00 141.00 159.00 OK
r-oldrel-macos-arm64 1.1.0 NOTE
r-oldrel-macos-x86_64 1.1.0 NOTE
r-oldrel-windows-ix86+x86_64 1.1.0 36.00 128.00 164.00 ERROR

Check Details

Version: 1.1.0
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘stringr’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 1.1.0
Check: examples
Result: ERROR
    Running examples in ‘jenga-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: jenga
    > ### Title: jenga: automatic projections of time features using KNN
    > ### Aliases: jenga jenga-package
    >
    > ### ** Examples
    >
    > jenga(covid_in_europe[, c(2, 3)], n_sample = 1)
    Error in `map_dfr()`:
    ! `map_df()` requires dplyr
    Backtrace:
     ▆
     1. └─jenga::jenga(covid_in_europe[, c(2, 3)], n_sample = 1)
     2. └─purrr::map_dfr(exploration, ~apply(.x$test_metrics, 2, function(x) mean(x)))
     3. └─rlang::abort("`map_df()` requires dplyr")
    Execution halted
Flavor: r-release-linux-x86_64

Version: 1.1.0
Check: examples
Result: ERROR
    Running examples in 'jenga-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: jenga
    > ### Title: jenga: automatic projections of time features using KNN
    > ### Aliases: jenga jenga-package
    >
    > ### ** Examples
    >
    > jenga(covid_in_europe[, c(2, 3)], n_sample = 1)
    Error in `map_dfr()`:
    ! `map_df()` requires dplyr
    Backtrace:
     x
     1. \-jenga::jenga(covid_in_europe[, c(2, 3)], n_sample = 1)
     2. \-purrr::map_dfr(exploration, ~apply(.x$test_metrics, 2, function(x) mean(x)))
     3. \-rlang::abort("`map_df()` requires dplyr")
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64