Skip to content

Commit

Permalink
Doc fixes for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpghayes committed Nov 5, 2024
1 parent 9af0fda commit ae4eddd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ scratch
^data-raw$
^cran-comments\.md$
^CRAN-RELEASE$
^CRAN-SUBMISSION$
2 changes: 1 addition & 1 deletion R/object.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#'
#' @param v A [matrix()] of "right singular-ish" vectors.
#'
#' @param transformers A list of transformatioms from the [invertiforms]
#' @param transformers A list of transformations from the `invertiforms`
#' package.
#'
#' @param R_U Varimax rotation matrix use to transform `u` into `Z`.
Expand Down
2 changes: 1 addition & 1 deletion R/plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#'
#' data(enron, package = "igraphdata")
#'
#' fa <- vsp(enron, rank = 5)
#' fa <- vsp(enron, rank = 3)
#'
#' plot_varimax_z_pairs(fa)
#' plot_varimax_y_pairs(fa)
Expand Down
2 changes: 1 addition & 1 deletion man/plot_varimax_z_pairs.Rd

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

2 changes: 1 addition & 1 deletion man/vsp_fa.Rd

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

0 comments on commit ae4eddd

Please sign in to comment.