Package: tibble Title: Simple Data Frames Version: 3.3.1.9017 Authors@R: c( person("Kirill", "Müller", , "kirill@cynkra.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1416-3412")), person("Hadley", "Wickham", , "hadley@rstudio.com", role = "aut"), person("Romain", "Francois", , "romain@r-enthusiasts.com", role = "ctb"), person("Jennifer", "Bryan", , "jenny@rstudio.com", role = "ctb"), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: Provides a 'tbl_df' class (the 'tibble') with stricter checking and better formatting than the traditional data frame. License: MIT + file LICENSE URL: https://tibble.tidyverse.org/, https://github.com/tidyverse/tibble BugReports: https://github.com/tidyverse/tibble/issues Depends: R (>= 3.4.0) Imports: cli, lifecycle (>= 1.0.0), magrittr, methods, pillar (>= 1.8.1), pkgconfig, rlang (>= 1.0.2), utils, vctrs (>= 0.5.0) Suggests: bench, bit64, blob, brio, callr, DiagrammeR, dplyr, evaluate, formattable, ggplot2, here, hms, htmltools, knitr, lubridate, nycflights13, pkgload, purrr, rmarkdown, stringi, testthat (>= 3.0.2), tidyr, withr VignetteBuilder: knitr Config/autostyle/rmd: false Config/autostyle/scope: line_breaks Config/autostyle/strict: true Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Config/testthat/parallel: true Config/testthat/start-first: vignette-formats, as_tibble, add, invariants Config/usethis/last-upkeep: 2025-06-07 Encoding: UTF-8 Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0.9000 Repository: https://cynkra.r-universe.dev Date/Publication: 2026-06-21 05:25:49 UTC RemoteUrl: https://github.com/tidyverse/tibble RemoteRef: HEAD RemoteSha: 50c178c49fb4a7d1b7bb67bd675ac30b3af33a03 NeedsCompilation: yes Packaged: 2026-06-23 20:47:32 UTC; root Author: Kirill Müller [aut, cre] (ORCID: ), Hadley Wickham [aut], Romain Francois [ctb], Jennifer Bryan [ctb], Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Kirill Müller