Package: conformalForecast Title: Conformal Prediction Methods for Multistep-Ahead Time Series Forecasting Version: 0.1.1 Authors@R: c( person("Xiaoqian", "Wang", , "Xiaoqian.Wang@amss.ac.cn", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-4827-496X")), person("Rob", "Hyndman", , "Rob.Hyndman@monash.edu", role = "aut", comment = c(ORCID = "0000-0002-2140-5352")) ) Description: Methods and tools for performing multistep-ahead time series forecasting using conformal prediction methods including classical conformal prediction, adaptive conformal prediction, conformal PID (Proportional-Integral-Derivative) control, and autocorrelated multistep-ahead conformal prediction. The methods were described by Wang and Hyndman (2024) . License: GPL-3 URL: https://github.com/xqnwang/conformalForecast, https://xqnwang.github.io/conformalForecast/ BugReports: https://github.com/xqnwang/conformalForecast/issues Imports: forecast, ggdist, rlang, stats, zoo Suggests: dplyr, ggplot2, knitr, rmarkdown, testthat (>= 3.0.0), tibble, tsibble Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 VignetteBuilder: knitr Depends: R (>= 4.1.0) Repository: https://robjhyndman.r-universe.dev Date/Publication: 2026-02-05 12:01:42 UTC RemoteUrl: https://github.com/xqnwang/conformalForecast RemoteRef: HEAD RemoteSha: 6cc4e48afd218c38eae4c373ba9e5685c01bf7ea NeedsCompilation: no Packaged: 2026-06-16 09:42:08 UTC; root Author: Xiaoqian Wang [aut, cre, cph] (ORCID: ), Rob Hyndman [aut] (ORCID: ) Maintainer: Xiaoqian Wang