diff --git a/DESCRIPTION b/DESCRIPTION index 11868ba9..cda5a8d3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -41,4 +41,4 @@ Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: {library(tidyr); list(markdown = TRUE)} -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 diff --git a/R/step-first.R b/R/step-first.R index c6aa3846..457f6232 100644 --- a/R/step-first.R +++ b/R/step-first.R @@ -1,7 +1,7 @@ #' Create a "lazy" data.table for use with dplyr verbs #' #' @description -#' A lazy data.table lazy captures the intent of dplyr verbs, only actually +#' A lazy data.table captures the intent of dplyr verbs, only actually #' performing computation when requested (with [collect()], [pull()], #' [as.data.frame()], [data.table::as.data.table()], or [tibble::as_tibble()]). #' This allows dtplyr to convert dplyr verbs into as few data.table expressions diff --git a/man/lazy_dt.Rd b/man/lazy_dt.Rd index 694de01d..50d2e1e1 100644 --- a/man/lazy_dt.Rd +++ b/man/lazy_dt.Rd @@ -28,7 +28,7 @@ joins that use the keys. See \code{vignette("datatable-keys-fast-subset")} for more details.} } \description{ -A lazy data.table lazy captures the intent of dplyr verbs, only actually +A lazy data.table captures the intent of dplyr verbs, only actually performing computation when requested (with \code{\link[=collect]{collect()}}, \code{\link[=pull]{pull()}}, \code{\link[=as.data.frame]{as.data.frame()}}, \code{\link[data.table:as.data.table]{data.table::as.data.table()}}, or \code{\link[tibble:as_tibble]{tibble::as_tibble()}}). This allows dtplyr to convert dplyr verbs into as few data.table expressions