CRAN Package Check Results for Package fHMM

Last updated on 2026-06-21 12:53:58 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.3 34.75 171.69 206.44 OK
r-devel-linux-x86_64-debian-gcc 1.4.3 21.12 117.21 138.33 ERROR
r-devel-linux-x86_64-fedora-clang 1.4.3 53.00 269.75 322.75 OK
r-devel-linux-x86_64-fedora-gcc 1.4.3 59.00 410.23 469.23 OK
r-devel-windows-x86_64 1.4.3 44.00 218.00 262.00 OK
r-patched-linux-x86_64 1.4.3 30.79 154.75 185.54 OK
r-release-linux-x86_64 1.4.3 32.76 151.34 184.10 ERROR
r-release-macos-arm64 1.4.3 8.00 50.00 58.00 OK
r-release-macos-x86_64 1.4.3 23.00 222.00 245.00 OK
r-release-windows-x86_64 1.4.3 41.00 203.00 244.00 OK
r-oldrel-macos-arm64 1.4.3 7.00 48.00 55.00 OK
r-oldrel-macos-x86_64 1.4.3 22.00 120.00 142.00 OK
r-oldrel-windows-x86_64 1.4.3 51.00 266.00 317.00 OK

Check Details

Version: 1.4.3
Check: examples
Result: ERROR Running examples in ‘fHMM-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: set_controls > ### Title: Define and validate model specifications > ### Aliases: set_controls validate_controls print.fHMM_controls > ### summary.fHMM_controls > > ### ** Examples > > # 2-state HMM with t-distributions for simulated data > set_controls( + states = 2, # the number of states + sdds = "t", # the state-dependent distribution + runs = 50 # the number of optimization runs + ) fHMM controls: * hierarchy: FALSE * data type: simulated * number of states: 2 * sdds: t() * number of runs: 50 > > # 3-state HMM with normal distributions for the DAX closing prices > set_controls( + states = 3, + sdds = "normal", + file = download_data("^GDAXI"), # the data set + date_column = "Date", # the column with the dates + data_column = "Close" # the column with the data + ) Yahoo Finance API request failed. This can have different reasons: - Maybe 'symbol' is unknown. - Or there is no data for the specified time interval.FALSE Error: ! Input `data$date_column` is bad: Date column 'Date' not found in supplied data.frame. Backtrace: ▆ 1. └─fHMM::set_controls(...) 2. └─fHMM:::validate_controls(controls) 3. └─oeli::input_check_response(...) 4. └─cli::cli_abort(paste(prefix, "{check_msg}"), call = NULL) 5. └─rlang::abort(...) Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.4.3
Check: re-building of vignette outputs
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 Quitting from v02_controls.Rmd:45-56 [set controls emp hmm] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error: ! Input `data$date_column` is bad: Date column 'Date' not found in supplied data.frame. --- Backtrace: ▆ 1. └─fHMM::set_controls(controls) 2. └─fHMM:::validate_controls(controls) 3. └─oeli::input_check_response(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'v02_controls.Rmd' failed with diagnostics: Input `data$date_column` is bad: Date column 'Date' not found in supplied data.frame. --- failed re-building ‘v02_controls.Rmd’ --- re-building ‘v03_data_management.Rmd’ using rmarkdown --- finished re-building ‘v03_data_management.Rmd’ --- re-building ‘v04_model_estimation.Rmd’ using rmarkdown --- finished re-building ‘v04_model_estimation.Rmd’ --- re-building ‘v05_state_decoding_and_prediction.Rmd’ using rmarkdown --- finished re-building ‘v05_state_decoding_and_prediction.Rmd’ --- re-building ‘v06_model_checking.Rmd’ using rmarkdown --- 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 file failed: ‘v02_controls.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64

Version: 1.4.3
Check: examples
Result: ERROR Running examples in ‘fHMM-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: set_controls > ### Title: Define and validate model specifications > ### Aliases: set_controls validate_controls print.fHMM_controls > ### summary.fHMM_controls > > ### ** Examples > > # 2-state HMM with t-distributions for simulated data > set_controls( + states = 2, # the number of states + sdds = "t", # the state-dependent distribution + runs = 50 # the number of optimization runs + ) fHMM controls: * hierarchy: FALSE * data type: simulated * number of states: 2 * sdds: t() * number of runs: 50 > > # 3-state HMM with normal distributions for the DAX closing prices > set_controls( + states = 3, + sdds = "normal", + file = download_data("^GDAXI"), # the data set + date_column = "Date", # the column with the dates + data_column = "Close" # the column with the data + ) Yahoo Finance API request failed. This can have different reasons: - Maybe 'symbol' is unknown. - Or there is no data for the specified time interval.FALSE Error: ! Input `data$date_column` is bad: Date column 'Date' not found in supplied data.frame. Backtrace: ▆ 1. └─fHMM::set_controls(...) 2. └─fHMM:::validate_controls(controls) 3. └─oeli::input_check_response(...) 4. └─cli::cli_abort(paste(prefix, "{check_msg}"), call = NULL) 5. └─rlang::abort(...) Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed compare_models 4.329 0.2 5.745 Flavor: r-release-linux-x86_64