From aa1608c55364925d6aec40a1cbe4d533587cff0c Mon Sep 17 00:00:00 2001 From: Andrea Ranzato Date: Sun, 30 Mar 2025 09:43:54 +0200 Subject: [PATCH] docs: Run 'devtools::document()' --- man/tibble.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/tibble.Rd b/man/tibble.Rd index 1212393d3..3fc306cd9 100644 --- a/man/tibble.Rd +++ b/man/tibble.Rd @@ -64,10 +64,10 @@ fully described in \code{\link[=tbl_df-class]{tbl_df}}. \item \code{tibble()} is much lazier than \code{\link[base:data.frame]{base::data.frame()}} in terms of transforming the user's input. \itemize{ -\item Character vectors are not coerced to factor. \item List-columns are expressly anticipated and do not require special tricks. \item Column names are not modified. \item Inner names in columns are left unchanged. +\item For R < 4.0, \href{https://blog.r-project.org/2020/02/16/stringsasfactors/}{character vectors were not coerced to factor}. } \item \code{tibble()} builds columns sequentially. When defining a column, you can refer to columns created earlier in the call. Only columns of length one