-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
20 lines (20 loc) · 738 Bytes
/
DESCRIPTION
File metadata and controls
20 lines (20 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: TimeGPTapi
Type: Package
Title: Interact with the TimeGPT API
Version: 0.1.0
Authors@R:
c(person(given = "Daniele",
family = "Girolimetto",
role = c("aut", "cre"),
email = "daniele.girolimetto@unipd.it",
comment = c(ORCID = "0000-0001-9387-1232")))
Description: Interface to interact with the TimeGPT API. TimeGPT is a generative pre-trained transformer model for time series analysis developed by Nixtla <https://nixtla.io/>.
License: GPL (>= 3)
Encoding: UTF-8
URL: https://github.com/danigiro/TimeGPTapi
BugReports: https://github.com/danigiro/TimeGPTapi/issues
RoxygenNote: 7.2.3
Depends:
R (>= 3.4.0)
Imports:
httr2, jsonlite, stats, forecast, cli, askpass