Package check result: OK Changes to worse in reverse depends: Package: fHMM [Old version: 1.3.1, New version: 1.4.0] Check: dependencies in R code New result: WARNING Missing or unexported object: ‘oeli::check_date’ Package: fHMM [Old version: 1.3.1, New version: 1.4.0] Check: re-building of vignette outputs New result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘fHMM.Rmd’ using rmarkdown --- finished re-building ‘fHMM.Rmd’ --- re-building ‘v01_model_definition.Rmd’ using rmarkdown --- finished re-building ‘v01_model_definition.Rmd’ --- re-building ‘v02_controls.Rmd’ using rmarkdown --- finished re-building ‘v02_controls.Rmd’ --- re-building ‘v03_data_management.Rmd’ using rmarkdown Quitting from lines 37-48 [prepare_data example] (v03_data_management.Rmd) Error: processing vignette 'v03_data_management.Rmd' failed with diagnostics: 'check_date' is not an exported object from 'namespace:oeli' --- failed re-building ‘v03_data_management.Rmd’ --- re-building ‘v04_model_estimation.Rmd’ using rmarkdown Quitting from lines 81-94 [data preparation] (v04_model_estimation.Rmd) Error: processing vignette 'v04_model_estimation.Rmd' failed with diagnostics: 'check_date' is not an exported object from 'namespace:oeli' --- failed re-building ‘v04_model_estimation.Rmd’ --- re-building ‘v05_state_decoding_and_prediction.Rmd’ using rmarkdown ** Processing: fHMM-decoded-ts-1.png 960x576 pixels, 3x8 bits/pixel, RGB Input IDAT size = 133746 bytes Input file size = 134016 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 126278 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 126278 Output IDAT size = 126278 bytes (7468 bytes decrease) Output file size = 126356 bytes (7660 bytes = 5.72% decrease) --- finished re-building ‘v05_state_decoding_and_prediction.Rmd’ --- re-building ‘v06_model_checking.Rmd’ using rmarkdown ** Processing: fHMM-plot-res-1.png 960x576 pixels, 3x8 bits/pixel, RGB Input IDAT size = 94032 bytes Input file size = 94242 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 70648 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 70648 Output IDAT size = 70648 bytes (23384 bytes decrease) Output file size = 70726 bytes (23516 bytes = 24.95% decrease) --- finished re-building ‘v06_model_checking.Rmd’ --- re-building ‘v07_model_selection.Rmd’ using rmarkdown --- finished re-building ‘v07_model_selection.Rmd’ SUMMARY: processing the following files failed: ‘v03_data_management.Rmd’ ‘v04_model_estimation.Rmd’ Error: Vignette re-building failed. Execution halted Package: fHMM [Old version: 1.3.1, New version: 1.4.0] Check: tests New result: ERROR Running ‘testthat.R’ [13s/14s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(fHMM) Thanks for using {fHMM} version 1.4.0! See https://loelschlaeger.de/fHMM for help. > > test_check("fHMM") [ FAIL 4 | WARN 0 | SKIP 11 | PASS 250 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-download_data.R:41:3', 'test-fHMM_controls.R:191:3', 'test-fHMM_controls.R:207:3', 'test-fHMM_controls.R:299:3', 'test-fHMM_controls.R:350:3', 'test-fHMM_data.R:16:3', 'test-fHMM_parameters.R:72:3', 'test-fit_model.R:44:3', 'test-fit_model.R:77:3', 'test-get_initial_values.R:20:3', 'test-get_initial_values.R:49:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-fHMM_data.R:22:3'): data preparation for empirical HMM works ─── Error: 'check_date' is not an exported object from 'namespace:oeli' Backtrace: ▆ 1. └─fHMM::prepare_data(controls, seed = 1) at test-fHMM_data.R:22:3 2. └─fHMM:::read_data(controls) ── Error ('test-fHMM_data.R:41:3'): data preparation for empirical HHMM works ── Error: 'check_date' is not an exported object from 'namespace:oeli' Backtrace: ▆ 1. └─fHMM::prepare_data(controls, seed = 1) at test-fHMM_data.R:41:3 2. └─fHMM:::read_data(controls) ── Error ('test-plot.R:31:3'): plotting simulated fHMM_data works ────────────── Error: 'check_date' is not an exported object from 'namespace:oeli' Backtrace: ▆ 1. └─fHMM::prepare_data(controls) at test-plot.R:31:3 2. └─fHMM:::read_data(controls) ── Error ('test-read_data.R:13:3'): read of data works ───────────────────────── Error: 'check_date' is not an exported object from 'namespace:oeli' Backtrace: ▆ 1. └─fHMM::prepare_data(controls) at test-read_data.R:13:3 2. └─fHMM:::read_data(controls) [ FAIL 4 | WARN 0 | SKIP 11 | PASS 250 ] Error: Test failures Execution halted