-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
41 lines (41 loc) · 1.3 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: nixtlar
Title: A Software Development Kit for 'Nixtla''s 'TimeGPT'
Version: 0.6.2
Authors@R: c(
person("Mariana", "Menchero", email = "[email protected]", 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 <https://docs.nixtla.io/>.
License: Apache License (>= 2.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)
LazyData: true
Imports:
dplyr,
future,
future.apply,
ggplot2,
httr2,
lubridate,
purrr,
rlang,
tidyr,
tidyselect
Suggests:
httptest2,
knitr,
rmarkdown,
testthat (>= 3.0.0),
usethis
Config/testthat/edition: 3
URL: https://nixtla.github.io/nixtlar/, https://docs.nixtla.io/, https://github.com/Nixtla/nixtlar
VignetteBuilder: knitr
BugReports: https://github.com/Nixtla/nixtlar/issues