CRAN Package Check Results for Package harbinger

Last updated on 2025-04-22 18:50:20 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.707 23.25 158.90 182.15 ERROR
r-devel-linux-x86_64-debian-gcc 1.1.707 16.45 109.49 125.94 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.707 269.42 ERROR
r-devel-linux-x86_64-fedora-gcc 1.1.707 263.99 ERROR
r-devel-windows-x86_64 1.1.707 24.00 178.00 202.00 NOTE
r-patched-linux-x86_64 1.1.707 22.32 161.68 184.00 NOTE
r-release-linux-x86_64 1.1.707 20.92 153.26 174.18 NOTE
r-release-macos-arm64 1.1.707 76.00 NOTE
r-release-macos-x86_64 1.1.707 152.00 NOTE
r-release-windows-x86_64 1.1.707 22.00 181.00 203.00 NOTE
r-oldrel-macos-arm64 1.1.707 77.00 OK
r-oldrel-macos-x86_64 1.1.707 125.00 OK
r-oldrel-windows-x86_64 1.1.707 30.00 231.00 261.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-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-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-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

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-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

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 Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc