Skip to content

Commit

Permalink
Added cov.wt to NAMESPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstiDE committed Jan 17, 2024
1 parent d30c72a commit 7a34f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ importFrom(stats,coefficients)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,cov.wt)
importFrom(stats,ecdf)
importFrom(stats,kmeans)
importFrom(stats,knots)
Expand Down
2 changes: 1 addition & 1 deletion R/RStoolbox.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
#' @importFrom tidyr pivot_wider complete
#' @importFrom dplyr mutate group_by summarize filter
#' @importFrom XML xmlParse xmlToList
#' @importFrom stats coefficients lm ecdf approxfun knots kmeans complete.cases loadings cov cor setNames
#' @importFrom stats coefficients cov.wt lm ecdf approxfun knots kmeans complete.cases loadings cov cor setNames
#' @importFrom graphics par abline
#' @importFrom methods as show
#' @importFrom utils read.csv read.delim read.table str write.table data capture.output
Expand Down

0 comments on commit 7a34f23

Please sign in to comment.