1
0
mirror of https://github.com/msberends/AMR.git synced 2025-09-07 12:09:38 +02:00

(v0.7.1.9022) CI fix for codecov

This commit is contained in:
2019-08-04 11:33:56 +02:00
parent d6ab3896a1
commit 643c5ed807
9 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
# AMR 0.7.1.9021
# AMR 0.7.1.9022
### Breaking
* Function `freq()` has moved to a new package, [`clean`](https://github.com/msberends/clean) ([CRAN link](https://cran.r-project.org/package=clean)). Creating frequency tables is actually not the scope of this package (never was) and this function has matured a lot over the last two years. We decided to create a new package for data cleaning and checking and it perfectly fits the `freq()` function. The [`clean`](https://github.com/msberends/clean) package is available on CRAN and will be installed automatically when updating the `AMR` package, that now imports it. In a later stage, the `skewness()` and `kurtosis()` functions will be moved to the `clean` package too.