-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
24 lines (24 loc) · 755 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
24 lines (24 loc) · 755 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
Package: rmddm
Type: Package
Title: RMarkdown Templates for Data Mining
Version: 0.2.0
Authors@R: c(
person("Wil","Davis",email="davis.3243@osu.edu",role=c("aut","cre"),comment = c(ORCID = "0000-0001-9780-2576")),
person("Anthony","Segura",email="ansechaves@gmail.com",role=c("ctb"),comment = "Spanish translation of CRISP-DM template.")
)
Description: A set of RMarkdown templates to organize and document data mining projects. Based on the CRISP-DM process and the 'rticles' package.
URL: https://github.com/wkdavis/rmddm
BugReports: https://github.com/wkdavis/rmddm/issues
License: CC0
Encoding: UTF-8
LazyData: true
Imports:
utils,
rmarkdown,
knitr,
yaml,
rticles
Suggests:
testthat
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1