Skip to content

Commit 96749a4

Browse files
Apply suggestions from code review
Co-authored-by: Simon P. Couch <[email protected]>
1 parent 93463c2 commit 96749a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/sparsevctrs.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#'
77
#' Using sparse data for model fitting and prediction shouldn't require any
88
#' additional configurations. Just pass in a sparse matrix such as dgCMatrix
9-
#' from the `Matrix` package or a sparse tibble from the `sparsevctrs` package
10-
#' to the data argument of the respective [fit()], [fit_xy()], and [predict()].
9+
#' from the `Matrix` package or a sparse tibble from the sparsevctrs package
10+
#' to the data argument of [fit()], [fit_xy()], and [predict()].
1111
#'
1212
#' Models that don't support sparse data will try to convert to non-sparse data
1313
#' with warnings. An informative error will be thrown if conversion isn't

0 commit comments

Comments
 (0)