CRAN Package Check Results for Package mixAR

Last updated on 2024-06-13 00:55:23 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.22.8 27.19 342.15 369.34 OK
r-devel-linux-x86_64-debian-gcc 0.22.8 20.77 131.09 151.86 ERROR
r-devel-linux-x86_64-fedora-clang 0.22.8 462.25 OK
r-devel-linux-x86_64-fedora-gcc 0.22.8 428.76 OK
r-devel-windows-x86_64 0.22.8 24.00 241.00 265.00 OK
r-patched-linux-x86_64 0.22.8 26.54 336.47 363.01 OK
r-release-linux-x86_64 0.22.8 28.43 322.76 351.19 OK
r-release-macos-arm64 0.22.8 98.00 OK
r-release-macos-x86_64 0.22.8 165.00 OK
r-release-windows-x86_64 0.22.8 25.00 244.00 269.00 OK
r-oldrel-macos-arm64 0.22.8 110.00 OK
r-oldrel-macos-x86_64 0.22.8 245.00 OK
r-oldrel-windows-x86_64 0.22.8 32.00 323.00 355.00 OK

Check Details

Version: 0.22.8
Check: package dependencies
Result: NOTE Packages suggested but not available for checking: 'fma', 'testthat' Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.22.8
Check: examples
Result: ERROR Running examples in ‘mixAR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: MixARGaussian-class > ### Title: mixAR models with Gaussian noise components > ### Aliases: MixARGaussian-class MixARGaussian > ### Keywords: classes MixAR > > ### ** Examples > > showClass("MixARGaussian") Class "MixARGaussian" [package "mixAR"] Slots: Name: prob order shift scale arcoef Class: numeric numeric numeric numeric raggedCoef Extends: "MixAR" > > ## load ibm data from BJ > ## data(ibmclose, package = "fma") > > ## compute a predictive density, assuming exampleModels$WL_ibm model > ## for the first date after the end of the data > pdf1 <- mix_pdf(exampleModels$WL_ibm, xcond = as.numeric(fma::ibmclose)) Error in (function (cond) : error in evaluating the argument 'xcond' in selecting a method for function 'mix_pdf': there is no package called ‘fma’ Calls: mix_pdf ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.22.8
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