Package: echos Type: Package Title: Echo State Networks for Time Series Modeling and Forecasting Version: 1.0.4 Description: Provides a lightweight implementation of functions and methods for fast and fully automatic time series modeling and forecasting using Echo State Networks (ESNs). Authors@R: person(given = "Alexander", family = "Häußer", email = "alexander-haeusser@gmx.de", role = c("aut", "cre", "cph"), comment = c(ORCID = "0009-0000-5419-8479")) License: GPL-3 URL: https://github.com/ahaeusser/echos, https://ahaeusser.github.io/echos/ BugReports: https://github.com/ahaeusser/echos/issues Depends: R (>= 4.0.0), fabletools (>= 0.3.0) Imports: Rcpp (>= 1.0.3), RcppArmadillo, tsibble, dplyr, tidyr, rlang, distributional LinkingTo: Rcpp, RcppArmadillo Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.3 Suggests: knitr, rmarkdown, tidyverse, fable, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Config/pak/sysreqs: libicu-dev Repository: https://ahaeusser.r-universe.dev Date/Publication: 2026-06-21 10:59:25 UTC RemoteUrl: https://github.com/ahaeusser/echos RemoteRef: HEAD RemoteSha: 08e24fbb0b1faa326c6554581e33d6d8d195ba7a NeedsCompilation: yes Packaged: 2026-06-21 12:20:01 UTC; root Author: Alexander Häußer [aut, cre, cph] (ORCID: ) Maintainer: Alexander Häußer