-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (42 loc) · 1.14 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
42
Package: GoodeR
Title: Automate Common Data Science Tasks
Version: 0.0.1
Authors@R:
person(given = "Abraham",
family = "Mathew",
role = c("aut", "cre", "ctb"),
email = "[email protected]")
Maintainer: Abraham Mathew <[email protected]>
Description: R package for the automation of machine learning, forecasting, feature engineering, model evaluation, model interpretation, and other tasks. Built using data.table for all tabular data-related tasks.
License: MPL-2.0 | file LICENSE
URL: https://github.com/abmathewks/GoodeR
BugReports: https://github.com/abmathewks/GoodeR/issues
Depends: R (>= 3.5.0)
Imports:
data.table,
lubridate,
usethis,
odbc,
DBI,
chron,
rstudioapi,
logger,
broom,
magrittr
Suggests:
knitr,
rmarkdown,
gridExtra,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Contact: Abraham Mathew
Encoding: UTF-8
Language: en-US
LazyData: true
NeedsCompilation: no
Packaged: 2022-01-10 14:00:00 UTC
RoxygenNote: 7.1.1
SystemRequirements: Java (>= 7.0)
Author: Abraham Mathew [aut, cre, ctb]
ByteCompile: TRUE
Config/testthat/edition: 3