Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed Nov 18, 2023
1 parent 39cb510 commit 2933993
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion R/LongRunCovMatrix.R
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion R/kmeans.R
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
1 change: 1 addition & 0 deletions fdasrvf_R.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ StripTrailingWhitespace: Yes

BuildType: Package
PackageUseDevtools: Yes
PackageCleanBeforeInstall: No
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace
2 changes: 1 addition & 1 deletion man/kmeans_align.Rd

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

0 comments on commit 2933993

Please sign in to comment.