diff --git a/DESCRIPTION b/DESCRIPTION index 21a1e1f..d9f7d50 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -50,7 +50,7 @@ LinkingTo: Rcpp, RcppArmadillo, nloptr -RoxygenNote: 7.3.0 +RoxygenNote: 7.3.1 Roxygen: list(markdown = TRUE) Suggests: fda, diff --git a/R/fdakmeans.R b/R/fdakmeans.R index 3cac947..419e603 100644 --- a/R/fdakmeans.R +++ b/R/fdakmeans.R @@ -357,7 +357,7 @@ fdakmeans <- function( centroid_type = centroid_type, max_iter = maximum_number_of_iterations, use_verbose = use_verbose, - nonempty = 2L, + nonempty = 2L, scale = FALSE, alignment = (warping_class == "bpd") )