Skip to content

Commit 6f03885

Browse files
committed
Add cran-comments
1 parent 2252157 commit 6f03885

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ README.md
1919
pkgdown
2020
^CRAN-RELEASE$
2121
^\.github$
22+
^cran-comments\.md$

cran-comments.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Test environments
2+
* local OS X install, R 3.6.1
3+
* ubuntu 14.04 (on travis-ci), R 3.6.1
4+
* win-builder (devel and release)
5+
6+
## R CMD check results
7+
8+
0 errors | 0 warnings | 1 note
9+
10+
* This is a new release.
11+
12+
13+
# Changes:
14+
15+
## auditor 1.3.0
16+
17+
* new default color palete `DALEX::colors_discrete_drwhy`
18+
* depend on `R v3.5` to comply with `DALEX`
19+
* Allow for some deprecated names in `plot()` function, to make it compatible with the paper [auditor: an R Package for Model-Agnostic Visual Validation and Diagnostics](https://journal.r-project.org/archive/2019/RJ-2019-036/index.html) in The R Journal,
20+
* add `arrow_size` to `plot_pca` and increase the default width value to `2`
21+
* add `show_rugs` to `plot_residual_density` which allows to hide the rugs layer
22+
* add `score_auprc` which calculates the AUPRC measure
23+
* add `plot_prc` which plots the Precision-Recall Curve
24+
* use `stringsAsFactors=TRUE` when creating `data.frame` in `model_*()` functions
25+
* add `coord_fixed` to `plot_coord_fixed`
26+
* add `predict_funcion` and `residual_function` to `audit` function

0 commit comments

Comments
 (0)