Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Simon P. Couch <[email protected]>
  • Loading branch information
EmilHvitfeldt and simonpcouch authored Sep 9, 2024
1 parent 93463c2 commit 96749a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/sparsevctrs.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#'
#' Using sparse data for model fitting and prediction shouldn't require any
#' additional configurations. Just pass in a sparse matrix such as dgCMatrix
#' from the `Matrix` package or a sparse tibble from the `sparsevctrs` package
#' to the data argument of the respective [fit()], [fit_xy()], and [predict()].
#' from the `Matrix` package or a sparse tibble from the sparsevctrs package
#' to the data argument of [fit()], [fit_xy()], and [predict()].
#'
#' Models that don't support sparse data will try to convert to non-sparse data
#' with warnings. An informative error will be thrown if conversion isn't
Expand Down

0 comments on commit 96749a4

Please sign in to comment.