diff --git a/DESCRIPTION b/DESCRIPTION index d956628..29c7be8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: fdasrvf Type: Package Title: Elastic Functional Data Analysis -Version: 1.9.8 -Date: 2022-06-04 +Version: 2.0.0 +Date: 2023-02-19 Author: J. Derek Tucker Maintainer: J. Derek Tucker Description: Performs alignment, PCA, and modeling of multidimensional and diff --git a/NEWS.md b/NEWS.md index 08c2bf2..fa13984 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# fdasrvf 1.9.8.9000 +# fdasrvf 2.0.0 * bugfixes, doc updates * add additional penalties to warping * add multivariate kmeans diff --git a/README.md b/README.md index 3c6c850..201beb7 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ analysis ### Installation ------------------------------------------------------------------------------ -v1.9.8 is on [CRAN](https://cran.r-project.org/package=fdasrvf) +v2.0.0 is on [CRAN](https://cran.r-project.org/package=fdasrvf) and can be installed as > `install.packages("fdasrvf")` diff --git a/cran-comments.md b/cran-comments.md index 000b8c7..653e05c 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,5 @@ ## Test environments -* local OS X install, R 4.2.0 -* ubuntu 18.04 (on travis-ci), R 4.2.0 +* windows, os x, ubuntu 18.04 (on githubactions), R 4.2.2 * win-builder (devel and release) ## R CMD check results