Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
fixing CRAN issues
  • Loading branch information
patriciamar committed Nov 27, 2024
1 parent 7659255 commit 0b6618d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/blis.R
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ get_orig_levels <- function(object) {
#'
#' Extracts item parameters from fitted BLIS model. For BLIRT parametrization,
#' use `IRTpars = TRUE` in your function call. Contrary to
#' [coef,SingleGroupClass-method], response category labels can be displayed in
#' [mirt::coef,SingleGroupClass-method], response category labels can be displayed in
#' the output using `labels = TRUE`. On top of that, as BLIS/BLIRT
#' parametrizations utilize the information of correct response category, you
#' can denote these in the output with `mark_correct = TRUE`.
Expand Down
2 changes: 1 addition & 1 deletion R/plot_corr.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' Computes and visualizes an item correlation matrix (also known as a heatmap),
#' offering several correlation "types" and optional clustering (with possible
#' cluster outlining). The function relies on [ggplot2()] package, providing a
#' cluster outlining). The function relies on [ggplot2::ggplot()], providing a
#' high customisability using "the grammar of graphics" (see the examples
#' below).
#'
Expand Down
2 changes: 1 addition & 1 deletion man/coef-BlisClass-method.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/plot_corr.Rd

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

0 comments on commit 0b6618d

Please sign in to comment.