Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed Dec 16, 2023
1 parent ec39a38 commit f459a42
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: fdasrvf
Type: Package
Title: Elastic Functional Data Analysis
Version: 2.1.0
Date: 2023-11-17
Version: 2.1.1
Date: 2023-12-15
Authors@R: c(
person(given = "J. Derek",
family = "Tucker",
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# fdasrvf 2.1.1
* bugfixes

# fdasrvf 2.1.0
* added elastic change point functions
* exposed `SqrtMeanInverse` and `inv_exp_map` to global
Expand Down
3 changes: 2 additions & 1 deletion R/curve_srvf_align.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
#' @export
#' @examples
#' data("mpeg7")
#' out = curve_srvf_align(beta[,,1,1:2],maxit=2) # note: use more shapes and iterations, small for speed
#' # note: use more shapes and iterations, small for speed
#' out = curve_srvf_align(beta[,,1,1:2],maxit=2)
curve_srvf_align <- function(beta, mode="O", rotated=T, scale = F, lambda = 0.0,
maxit=20, ms = "mean"){
if (mode=="C"){
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ analysis

### Installation
------------------------------------------------------------------------------
v2.1.0 is on [CRAN](https://cran.r-project.org/package=fdasrvf)
v2.1.1 is on [CRAN](https://cran.r-project.org/package=fdasrvf)
and can be installed as
> `install.packages("fdasrvf")`
Expand Down
3 changes: 2 additions & 1 deletion man/curve_srvf_align.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f459a42

Please sign in to comment.