Last updated on 2026-04-09 05:52:02 CEST.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| hfr | 2 | 12 | |
| tidyfit | 1 | 13 |
Current CRAN status: NOTE: 2, OK: 12
Version: 0.7.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Johann Pfitzinger <johann.pfitzinger@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Johann",
family = "Pfitzinger",
role = c("aut", "cre"),
email = "johann.pfitzinger@gmail.com")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: ERROR: 1, OK: 13
Version: 0.7.4
Check: examples
Result: ERROR
Running examples in ‘tidyfit-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: .fit.tvp
> ### Title: Bayesian Time-Varying Regression for 'tidyfit'
> ### Aliases: .fit.tvp
>
> ### ** Examples
>
> # Load data
> data <- tidyfit::Factor_Industry_Returns
> data <- dplyr::filter(data, Industry == "HiTec")
> data <- dplyr::select(data, -Industry)
>
> # Within 'regress' function (using low niter for illustration)
> fit <- regress(data, Return ~ ., m("tvp", niter = 10, index_col = "Date"))
Error in m("tvp", niter = 10, index_col = "Date") :
Package 'shrinkTVP' is required for method 'tvp'. Run install.packages('shrinkTVP').
Calls: regress -> m
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc