-
Notifications
You must be signed in to change notification settings - Fork 135
Expand file tree
/
Copy pathDESCRIPTION
More file actions
66 lines (66 loc) · 1.71 KB
/
DESCRIPTION
File metadata and controls
66 lines (66 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Package: tibble
Title: Simple Data Frames
Version: 3.3.1.9011
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