From 2933993bc08be9cb8d3685c9d6eee13506125c62 Mon Sep 17 00:00:00 2001 From: "J. Derek Tucker" Date: Fri, 17 Nov 2023 20:39:43 -0700 Subject: [PATCH] spelling --- R/LongRunCovMatrix.R | 1 - R/kmeans.R | 2 +- fdasrvf_R.Rproj | 1 + man/kmeans_align.Rd | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/R/LongRunCovMatrix.R b/R/LongRunCovMatrix.R index 5e9d21e..8928770 100644 --- a/R/LongRunCovMatrix.R +++ b/R/LongRunCovMatrix.R @@ -1,4 +1,3 @@ - #' Long Run Covariance Matrix Estimation for Multivariate Time Series #' #' This function estimates the long run covariance matrix of a given multivariate data sample. diff --git a/R/kmeans.R b/R/kmeans.R index f58cb6e..cce01f0 100644 --- a/R/kmeans.R +++ b/R/kmeans.R @@ -34,7 +34,7 @@ utils::globalVariables("n") #' @param sparam An integer value specifying the number of box filters applied. #' Defaults to `25L`. #' @param parallel A boolean specifying whether parallel mode (using -#' [foreach::foreach()] and the **doParallel** package) shoud be activated. +#' [foreach::foreach()] and the **doParallel** package) should be activated. #' Defaults to `FALSE`. #' @param alignment A boolean specifying whether to perform alignment. Defaults #' to `TRUE`. diff --git a/fdasrvf_R.Rproj b/fdasrvf_R.Rproj index 270314b..cb6cf75 100644 --- a/fdasrvf_R.Rproj +++ b/fdasrvf_R.Rproj @@ -17,5 +17,6 @@ StripTrailingWhitespace: Yes BuildType: Package PackageUseDevtools: Yes +PackageCleanBeforeInstall: No PackageInstallArgs: --no-multiarch --with-keep.source PackageRoxygenize: rd,collate,namespace diff --git a/man/kmeans_align.Rd b/man/kmeans_align.Rd index 9ae7ef6..f6d39ab 100644 --- a/man/kmeans_align.Rd +++ b/man/kmeans_align.Rd @@ -64,7 +64,7 @@ filter. Defaults to \code{FALSE}.} Defaults to \code{25L}.} \item{parallel}{A boolean specifying whether parallel mode (using -\code{\link[foreach:foreach]{foreach::foreach()}} and the \strong{doParallel} package) shoud be activated. +\code{\link[foreach:foreach]{foreach::foreach()}} and the \strong{doParallel} package) should be activated. Defaults to \code{FALSE}.} \item{alignment}{A boolean specifying whether to perform alignment. Defaults