Package: tsfknn Type: Package Title: Time Series Forecasting Using Nearest Neighbors Version: 0.6.0 Authors@R: person("Francisco", "Martinez", email = "fmartin@ujaen.es", role = c("aut", "cre")) Description: Allows forecasting time series using nearest neighbors regression Francisco Martinez, Maria P. Frias, Maria D. Perez-Godoy and Antonio J. Rivera (2019) . When the forecasting horizon is higher than 1, two multi-step ahead forecasting strategies can be used. The model built is autoregressive, that is, it is only based on the observations of the time series. The nearest neighbors used in a prediction can be consulted and plotted. Maintainer: Francisco Martinez License: GPL-2 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Depends: R (>= 3.6.0) Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Imports: ggplot2 (>= 3.1.1), graphics, Rcpp, stats, utils VignetteBuilder: knitr URL: https://github.com/franciscomartinezdelrio/tsfknn BugReports: https://github.com/franciscomartinezdelrio/tsfknn/issues LinkingTo: Rcpp Config/testthat/edition: 3 Repository: https://franciscomartinezdelrio.r-universe.dev Date/Publication: 2023-12-20 15:47:49 UTC RemoteUrl: https://github.com/franciscomartinezdelrio/tsfknn RemoteRef: HEAD RemoteSha: 45e95c28ac29249f7d46229637cd2656904d27dd NeedsCompilation: yes Packaged: 2026-07-04 05:52:59 UTC; root Author: Francisco Martinez [aut, cre]