-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 1.08 KB
/
Copy pathDESCRIPTION
File metadata and controls
40 lines (40 loc) · 1.08 KB
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
Package: AutoQuant
Title: AutoQuant
Version: 1.0.3
Date: 2023-03-26
Authors@R:
c(person(given = "Adrian",
family = "Antico",
role = c("aut","cre","ctb")))
Maintainer: Adrian Antico <adrianantico@gmail.com>
Description: R package for the automation of machine learning, forecasting, model evaluation, and model interpretation. Built using data.table for all tabular data-related tasks.
License: AGPL (>= 3)
URL: https://github.com/AdrianAntico/AutoQuant
BugReports: https://github.com/AdrianAntico/AutoQuant/issues
Depends: R (>= 3.5.0)
Imports:
AutoPlots,
bit64,
data.table,
digest,
doParallel,
echarts4r,
foreach,
lubridate,
timeDate,
Rodeo
Suggests: knitr, rmarkdown, gridExtra, htmlwidgets, webshot2, chromote, forecast
Remotes:
AdrianAntico/AutoPlots,
AdrianAntico/Rodeo
VignetteBuilder: knitr
Contact: Adrian Antico
Encoding: UTF-8
Language: en-US
LazyData: true
NeedsCompilation: no
Packaged: 2023-03-26 14:00:00 UTC
RoxygenNote: 7.3.3
SystemRequirements: Java (>= 7.0)
Author: Adrian Antico [aut, cre]
ByteCompile: TRUE