Package: finnts Title: Microsoft Finance Time Series Forecasting Framework Version: 0.6.0.9053 Authors@R: c(person(given = "Mike", family = "Tokic", role = c("aut", "cre"), email = "mftokic@gmail.com", comment = c(ORCID = "0000-0002-7630-7055")), person(given = "Aadharsh", family = "Kannan", role = c("aut"), email = "akannan@microsoft.com", comment = c(ORCID = "0000-0002-6475-8211"))) Description: Automated time series forecasting developed by Microsoft Finance. The Microsoft Finance Time Series Forecasting Framework, aka Finn, can be used to forecast any component of the income statement, balance sheet, or any other area of interest by finance. Any numerical quantity over time, Finn can be used to forecast it. While it can be applied outside of the finance domain, Finn was built to meet the needs of financial analysts to better forecast their businesses within a company, and has a lot of built in features that are specific to the needs of financial forecasters. Happy forecasting! URL: https://microsoft.github.io/finnts/, https://github.com/microsoft/finnts BugReports: https://github.com/microsoft/finnts/issues License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Remotes: Nixtla/nixtlar Imports: callr, cli, Cubist, dials (>= 1.3.0), digest, doParallel, dplyr, earth, feasts, foreach, fs, generics, glue, glmnet, gtools, httr, hts, jsonlite, kernlab, lubridate, magrittr, methods, nixtlar, parallel, parsnip, plyr, purrr, recipes, rlang, rsample, rules, snakecase, stringr, tibble, tidyr, tidyselect, timetk, tune, vroom, workflows Suggests: arrow (>= 8.0.0), AzureStor, Boruta, caret, corrr, ellmer, energy, knitr, Microsoft365R, notebookutils, qs2, reactable, rmarkdown, sparklyr, testthat (>= 3.0.0), tseries, withr, xgboost, vip Config/testthat/edition: 3 Depends: R (>= 4.1.0), modeltime VignetteBuilder: knitr Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libxml2-dev libssl-dev libnode-dev libx11-dev Repository: https://microsoft.r-universe.dev Date/Publication: 2026-06-29 18:54:53 UTC RemoteUrl: https://github.com/microsoft/finnts RemoteRef: HEAD RemoteSha: 53908f7d75ea2f37ccf269afada8bc62e99bc5c7 NeedsCompilation: no Packaged: 2026-06-29 20:06:53 UTC; root Author: Mike Tokic [aut, cre] (ORCID: ), Aadharsh Kannan [aut] (ORCID: ) Maintainer: Mike Tokic