Skip to content

Commit

Permalink
fix rlang::is_installed() calls
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt committed May 9, 2024
1 parent 07bc00b commit fcbbaaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/coerce.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ coerce_to_sparse_matrix <- function(x) {
#' @param x sparse matrix.
#'
#' @seealso [coerce_to_sparse_data_frame()] [coerce_to_sparse_matrix()]
#' @examplesIf rlang::is_installed("Matrix")
#' @examplesIf rlang::is_installed("tibble")
#' set.seed(1234)
#' mat <- matrix(sample(0:1, 100, TRUE, c(0.9, 0.1)), nrow = 10)
#' colnames(mat) <- letters[1:10]
Expand Down
2 changes: 1 addition & 1 deletion man/coerce_to_sparse_tibble.Rd

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

0 comments on commit fcbbaaa

Please sign in to comment.