Skip to content

Commit

Permalink
doc updates for pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
bschneidr committed Nov 2, 2024
1 parent 4dd2320 commit d21a4d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/generalized-replication-helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#' @return A list object with two named components:
#' - `values`: A vector of eigenvalues.
#' - `vectors`: A matrix with eigenvectors corresponding to the eigenvalues.
#' @keywords internal
#' @md
compute_eigen_decomposition <- function(Sigma) {

Expand Down
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ reference:
- contents:
- matches("quad_form")
- matches("psd_matrix")
- matches("make_kernel")
- title: Creating Jackknife Replicate Weights
- contents:
- matches("jack")
Expand Down
1 change: 1 addition & 0 deletions man/compute_eigen_decomposition.Rd

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

0 comments on commit d21a4d5

Please sign in to comment.