-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 782 Bytes
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 782 Bytes
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
Package: automlr
Type: Package
Title: Automated Machine Learning System in R
Description: Provides web UI to train regression and classification models.
Version: 0.0.17
Date: 2019-04-21
License: GPL-3
Authors@R: c(
person(
"Thiloshon", "Nagarajah",
email = "thiloshon@gmail.com",
role = c("aut","cre")),
person(
"Guhanathan", "Poravi",
email = "guhanathan.p@iit.ac.lk",
role = c("aut"),
comment = c(ORCID = '0000-0003-1557-8596'))
)
Maintainer: Thiloshon Nagarajah <thiloshon@gmail.com>
Imports: rmarkdown, knitr, shiny, shinydashboard, shinyjs, DT, data.table, graphics, methods, stats, utils, fiery
Remotes: thomasp85/fiery
Depends: R (>= 2.10)
RoxygenNote: 6.1.1
LazyData: true
Suggests:
testthat
mlr