Package: nixtlar Title: A Software Development Kit for 'Nixtla''s 'TimeGPT' Version: 1.0.0 Authors@R: c( person("Mariana", "Menchero", email = "mariana@nixtla.io", role = c("aut", "cre"), comment = "First author and maintainer"), person("Nixtla", role = "cph", comment = "Copyright held by 'Nixtla'") ) Description: A Software Development Kit for working with 'Nixtla''s 'TimeGPT', a foundation model for time series forecasting. 'API' is an acronym for 'application programming interface'; this package allows users to interact with 'TimeGPT' via the 'API'. You can set and validate 'API' keys and generate forecasts via 'API' calls. It is compatible with 'tsibble' and base R. For more details visit . License: Apache License (>= 2.0) Encoding: UTF-8 Roxygen: list(markdown = TRUE) Depends: R (>= 4.1.0) LazyData: true Imports: dplyr, ggplot2, httr2, lubridate, purrr, rlang, tidyr, tidyselect, utils Suggests: httptest2, knitr, rmarkdown, testthat (>= 3.0.0), usethis Config/testthat/edition: 3 URL: https://nixtla.github.io/nixtlar/, https://www.nixtla.io/docs, https://github.com/Nixtla/nixtlar VignetteBuilder: knitr BugReports: https://github.com/Nixtla/nixtlar/issues Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://nixtla.r-universe.dev Date/Publication: 2026-06-23 01:22:06 UTC RemoteUrl: https://github.com/nixtla/nixtlar RemoteRef: HEAD RemoteSha: fc25b89a4edd0b339e91f60ae1467961230141bc NeedsCompilation: no Packaged: 2026-06-23 02:45:06 UTC; root Author: Mariana Menchero [aut, cre] (First author and maintainer), Nixtla [cph] (Copyright held by 'Nixtla') Maintainer: Mariana Menchero