diff --git a/DESCRIPTION b/DESCRIPTION index 5f4ee0d..9805e96 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: fdasrvf Type: Package Title: Elastic Functional Data Analysis -Version: 2.0.1 -Date: 2023-03-03 +Version: 2.0.2 +Date: 2023-05-12 Authors@R: c( person(given = "J. Derek", family = "Tucker", diff --git a/NEWS.md b/NEWS.md index e4321c1..ae0fe16 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,6 @@ -# fdasrvf 2.0.1.900 +# fdasrvf 2.0.2.900 + +# fdasrvf 2.0.2 * added dynamic grid to DP method (#25) * update outputs to curve functions (#26) diff --git a/README.md b/README.md index b359b50..dca4b9a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ analysis ### Installation ------------------------------------------------------------------------------ -v2.0.1 is on [CRAN](https://cran.r-project.org/package=fdasrvf) +v2.0.2 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 653e05c..b03cda2 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,5 @@ ## Test environments -* windows, os x, ubuntu 18.04 (on githubactions), R 4.2.2 +* windows, os x, ubuntu 22 (on githubactions), R 4.3.0 * win-builder (devel and release) ## R CMD check results