The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

CRAN Package Check Results for Package tsDyn

Last updated on 2026-07-22 23:58:23 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 11.0.5.2 25.84 446.52 472.36 NOTE
r-devel-linux-x86_64-debian-gcc 11.0.5.2 16.84 298.29 315.13 ERROR
r-devel-linux-x86_64-fedora-clang 11.0.5.2 43.00 503.40 546.40 NOTE
r-devel-linux-x86_64-fedora-gcc 11.0.5.2 18.00 295.78 313.78 NOTE
r-devel-windows-x86_64 11.0.5.2 32.00 442.00 474.00 NOTE
r-patched-linux-x86_64 11.0.5.2 25.50 417.04 442.54 OK
r-release-linux-x86_64 11.0.5.2 23.97 416.29 440.26 OK
r-release-macos-arm64 11.0.5.2 7.00 108.00 115.00 OK
r-release-macos-x86_64 11.0.5.2 19.00 465.00 484.00 OK
r-release-windows-x86_64 11.0.5.2 32.00 439.00 471.00 OK
r-oldrel-macos-arm64 11.0.5.2 OK
r-oldrel-macos-x86_64 11.0.5.2 16.00 389.00 405.00 OK
r-oldrel-windows-x86_64 11.0.5.2 40.00 608.00 648.00 OK

Additional issues

MKL

Check Details

Version: 11.0.5.2
Check: R code for possible problems
Result: NOTE Found calls to structure() using deprecated special names: tsDyn/data/barry.R (.Dim: 1, .Dimnames: 1, .Tsp: 1) tsDyn/data/zeroyld.R (.Names: 1) '.Dim' should be changed to 'dim'. '.Dimnames' should be changed to 'dimnames'. '.Tsp' should be changed to 'tsp'. '.Names' should be changed to 'names'. 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

Version: 11.0.5.2
Check: tests
Result: ERROR Running ‘00SetarAndFriends.R’ [4s/5s] Comparing ‘00SetarAndFriends.Rout’ to ‘00SetarAndFriends.Rout.save’ ... OK Running ‘GIRF_TEST.R’ [13s/17s] Comparing ‘GIRF_TEST.Rout’ to ‘GIRF_TEST.Rout.save’ ... OK Running ‘TVAR_TEST.R’ [9s/11s] Comparing ‘TVAR_TEST.Rout’ to ‘TVAR_TEST.Rout.save’ ... OK Running ‘TVECM.sim.R’ [4s/4s] Comparing ‘TVECM.sim.Rout’ to ‘TVECM.sim.Rout.save’ ... OK Running ‘TVECM_HSTEST.R’ [5s/7s] Comparing ‘TVECM_HSTEST.Rout’ to ‘TVECM_HSTEST.Rout.save’ ... OK Running ‘VAR_TEST.R’ [4s/5s] Comparing ‘VAR_TEST.Rout’ to ‘VAR_TEST.Rout.save’ ... OK Running ‘VECM_TEST.R’ [3s/5s] Running ‘compare_tsDyn_vars.R’ [4s/5s] Comparing ‘compare_tsDyn_vars.Rout’ to ‘compare_tsDyn_vars.Rout.save’ ... OK Running ‘irf_nlVAR_TEST.R’ [21s/24s] Comparing ‘irf_nlVAR_TEST.Rout’ to ‘irf_nlVAR_TEST.Rout.save’ ... OK Running ‘irf_nlar_TEST.R’ [12s/14s] Comparing ‘irf_nlar_TEST.Rout’ to ‘irf_nlar_TEST.Rout.save’ ... OK Running ‘linear_TEST.R’ [3s/4s] Comparing ‘linear_TEST.Rout’ to ‘linear_TEST.Rout.save’ ... OK Running ‘lstar_TEST.R’ [6s/8s] Running ‘nlar-methods_TEST.R’ [12s/13s] Comparing ‘nlar-methods_TEST.Rout’ to ‘nlar-methods_TEST.Rout.save’ ... OK Running ‘regime.R’ [4s/5s] Comparing ‘regime.Rout’ to ‘regime.Rout.save’ ... OK Running ‘setar.sim_TEST.R’ [4s/6s] Comparing ‘setar.sim_TEST.Rout’ to ‘setar.sim_TEST.Rout.save’ ... OK Running ‘setarTest_test.R’ [7s/10s] Comparing ‘setarTest_test.Rout’ to ‘setarTest_test.Rout.save’ ... OK Running ‘testthat.R’ [17s/22s] Running ‘toMlm.R’ [3s/4s] Comparing ‘toMlm.Rout’ to ‘toMlm.Rout.save’ ... OK Running ‘univ_ar_mean.R’ [3s/4s] Comparing ‘univ_ar_mean.Rout’ to ‘univ_ar_mean.Rout.save’ ... OK Running the tests in ‘tests/VECM_TEST.R’ failed. Complete output: > library(tsDyn) > > > data(zeroyld) > data(barry) > > > > > ## Test a few VECM models > vecm_OLS_l1_co <-VECM(barry, lag=1) > vecm_OLS_l3_co <-VECM(barry, lag=3, include="const") > vecm_OLS_l3_co_betaGiven<-VECM(barry, lag=3, include="const", beta=c(0.1, -0.05)) > vecm_OLS_l1_tr <-VECM(barry, lag=1, include="trend") > vecm_OLS_l1_bo <-VECM(barry, lag=1, include="both") > vecm_OLS_l1_no <-VECM(barry, lag=1, include="none") > vecm_OLS_l1_coAsExo <-VECM(barry, lag=1, include="none", exogen=rep(1, nrow(barry))) > vecm_OLS_l3_coAsExo <-VECM(barry, lag=3, include="none", exogen=rep(1, nrow(barry))) > > vecm_OLS_l0_co <-VECM(barry, lag=0) Warning message: In lineVar(data, lag, r = r, include = include, model = "VECM", : Lag=0 not fully implemented, methods not expected to work: fevd, predict, irf,... > vecm_OLS_l0_tr <-VECM(barry, lag=0, include="trend") Warning message: In lineVar(data, lag, r = r, include = include, model = "VECM", : Lag=0 not fully implemented, methods not expected to work: fevd, predict, irf,... > vecm_ML_l0_co <-VECM(barry, lag=0, include="const", estim="ML") Warning message: In lineVar(data, lag, r = r, include = include, model = "VECM", : Lag=0 not fully implemented, methods not expected to work: fevd, predict, irf,... > vecm_ML_l0_tr <-VECM(barry, lag=0, include="trend", estim="ML") Warning message: In lineVar(data, lag, r = r, include = include, model = "VECM", : Lag=0 not fully implemented, methods not expected to work: fevd, predict, irf,... > vecm_ML_l0_bo <-VECM(barry, lag=0, include="both", estim="ML") Warning message: In lineVar(data, lag, r = r, include = include, model = "VECM", : Lag=0 not fully implemented, methods not expected to work: fevd, predict, irf,... > vecm_ML_l0_no <-VECM(barry, lag=0, include="none", estim="ML") Warning message: In lineVar(data, lag, r = r, include = include, model = "VECM", : Lag=0 not fully implemented, methods not expected to work: fevd, predict, irf,... > vecm_ML_l0_LRco <-VECM(barry, lag=0, LRinclude="const", estim="ML") Warning messages: 1: In lineVar(data, lag, r = r, include = include, model = "VECM", : Lag=0 not fully implemented, methods not expected to work: fevd, predict, irf,... 2: In lineVar(data, lag, r = r, include = include, model = "VECM", : When `LRinclude` is either 'const' or 'both', `include` can only be `none`. Setting include='none'. > vecm_ML_l0_LRtr <-VECM(barry, lag=0, LRinclude="trend", estim="ML") Warning message: In lineVar(data, lag, r = r, include = include, model = "VECM", : Lag=0 not fully implemented, methods not expected to work: fevd, predict, irf,... > > vecm_OLS_l1_LRco <-VECM(barry, lag=1, LRinclude="const") Warning message: In lineVar(data, lag, r = r, include = include, model = "VECM", :*** buffer overflow detected ***: terminated Aborted Flavor: r-devel-linux-x86_64-debian-gcc

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.