Skip to content

Commit d0d1df7

Browse files
author
wkdavis
committed
bump version
1 parent 91ab3e5 commit d0d1df7

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

Diff for: DESCRIPTION

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
Package: rmddm
22
Type: Package
33
Title: RMarkdown Templates for Data Mining
4-
Version: 0.1.1
5-
Authors@R: person("Wil","Davis",email="[email protected]",role=c("aut","cre"))
6-
Maintainer: Wil Davis <[email protected]>
4+
Version: 0.2.0
5+
Authors@R: c(
6+
person("Wil","Davis",email="[email protected]",role=c("aut","cre"),comment = c(ORCID = "0000-0001-9780-2576")),
7+
person("Anthony","Segura",email="[email protected]",role=c("ctb"),comment = "Spanish translation of CRISP-DM template.")
8+
)
79
Description: A set of RMarkdown templates to organize and document data mining projects. Based on the CRISP-DM process and the 'rticles' package.
810
URL: https://github.com/wkdavis/rmddm
911
BugReports: https://github.com/wkdavis/rmddm/issues
@@ -19,4 +21,4 @@ Imports:
1921
Suggests:
2022
testthat
2123
Roxygen: list(markdown = TRUE)
22-
RoxygenNote: 6.0.1
24+
RoxygenNote: 6.1.1

Diff for: NEWS.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
# rmddm 0.2.0
2+
3+
* A Spanish version of the CRISP-DM report is now available. As a result,
4+
`crispdm_report()` gains the new argument `language`. (@anthonySegura, #8)
5+
16
# rmddm 0.1.1
27

3-
* Added parameters to `crispdm_report` to allow user to pass `file` and other argumens to `rmarkdown::draft`
8+
* Added parameters to `crispdm_report()` to allow user to pass `file` and other argumens to `rmarkdown::draft()`
49
* Added *Travis-CI* and *AppVeyor* integration
510
* Added *codecov* integration
611

0 commit comments

Comments
 (0)