1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 11:51:59 +02:00

(v1.0.1.9004) Support dplyr 1.0.0

This commit is contained in:
2020-03-14 14:05:43 +01:00
parent 3760bcb11e
commit 219cff403f
62 changed files with 616 additions and 213 deletions

View File

@ -1,10 +1,13 @@
# AMR 1.0.1.9003
## <small>Last updated: 08-Mar-2020</small>
# AMR 1.0.1.9004
## <small>Last updated: 14-Mar-2020</small>
### New
* Support for easy principal component analysis for AMR, using the new `pca()` function
* Plotting biplots for principal component analysis using the new `ggplot_pca()` function
### Other
* Support for the upcoming `dplyr` version 1.0.0
# AMR 1.0.1
### Changed