-
Notifications
You must be signed in to change notification settings - Fork 129
/
DESCRIPTION
77 lines (77 loc) · 1.88 KB
/
DESCRIPTION
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
67
68
69
70
71
72
73
74
75
76
77
Package: tibble
Title: Simple Data Frames
Version: 3.2.1.9033
Authors@R:
c(person(given = "Kirill",
family = "M\u00fcller",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1416-3412")),
person(given = "Hadley",
family = "Wickham",
role = "aut",
email = "[email protected]"),
person(given = "Romain",
family = "Francois",
role = "ctb",
email = "[email protected]"),
person(given = "Jennifer",
family = "Bryan",
role = "ctb",
email = "[email protected]"),
person(given = "RStudio",
role = c("cph", "fnd")))
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.4.2)
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
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: vignette-formats, as_tibble, add, invariants
Config/autostyle/scope: line_breaks
Config/autostyle/strict: true
Config/autostyle/rmd: false
Config/Needs/website: tidyverse/tidytemplate