CRAN Package Check Results for Package harbinger

Last updated on 2025-04-25 18:50:25 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.717 21.81 172.00 193.81 OK
r-devel-linux-x86_64-debian-gcc 1.1.717 15.42 117.70 133.12 OK
r-devel-linux-x86_64-fedora-clang 1.1.717 320.01 OK
r-devel-linux-x86_64-fedora-gcc 1.1.717 300.28 OK
r-devel-windows-x86_64 1.1.707 23.00 151.00 174.00 ERROR
r-patched-linux-x86_64 1.1.707 19.66 148.97 168.63 ERROR
r-release-linux-x86_64 1.1.707 19.61 135.20 154.81 ERROR
r-release-macos-arm64 1.1.717 73.00 OK
r-release-macos-x86_64 1.1.717 157.00 OK
r-release-windows-x86_64 1.1.717 24.00 183.00 207.00 OK
r-oldrel-macos-arm64 1.1.717 84.00 OK
r-oldrel-macos-x86_64 1.1.717 164.00 OK
r-oldrel-windows-x86_64 1.1.717 27.00 232.00 259.00 OK

Check Details

Version: 1.1.707
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: 'hdis_sax.R' 'hmo_sax.R' 'hmo_xsax.R' Flavors: r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.1.707
Check: R code for possible problems
Result: NOTE han_autoencoder: no visible binding for global variable 'autoenc_encode_decode' Undefined global functions or variables: autoenc_encode_decode Flavors: r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.1.707
Check: examples
Result: ERROR Running examples in 'harbinger-Ex.R' failed The error most likely occurred in: > ### Name: han_autoencoder > ### Title: Anomaly detector using autoencoder > ### Aliases: han_autoencoder > > ### ** Examples > > # setting up time series regression model > #Use the same example of hanr_fbiad changing the constructor to: > model <- han_autoencoder(3,1) Error in han_autoencoder(3, 1) : object 'autoenc_encode_decode' not found Execution halted Flavor: r-devel-windows-x86_64

Version: 1.1.707
Check: examples
Result: ERROR Running examples in ‘harbinger-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: han_autoencoder > ### Title: Anomaly detector using autoencoder > ### Aliases: han_autoencoder > > ### ** Examples > > # setting up time series regression model > #Use the same example of hanr_fbiad changing the constructor to: > model <- han_autoencoder(3,1) Error in han_autoencoder(3, 1) : object 'autoenc_encode_decode' not found Execution halted Flavors: r-patched-linux-x86_64, r-release-linux-x86_64