forked from tidyverse/tibble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.04 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
Package: tibble
Encoding: UTF-8
Version: 1.3.4.9002
Title: Simple Data Frames
Description: Provides a 'tbl_df' class (the 'tibble') that provides
stricter checking and better formatting than the traditional data frame.
Authors@R: c(
person("Kirill", "Müller", , "[email protected]", c("aut", "cre")),
person("Hadley", "Wickham", , "[email protected]", "aut"),
person("Romain", "Francois", , "[email protected]", "ctb"),
person("RStudio", role = "cph")
)
URL: http://tibble.tidyverse.org/, https://github.com/tidyverse/tibble
BugReports: https://github.com/tidyverse/tibble/issues
Depends:
R (>= 3.1.0)
Imports:
crayon,
methods,
pillar,
rlang,
utils
Suggests:
covr,
dplyr,
knitr (>= 1.5.32),
microbenchmark,
mockr,
nycflights13,
testthat,
rmarkdown,
withr
LazyData: yes
License: MIT + file LICENSE
Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd", "pkgapi::api_roclet"))
RoxygenNote: 6.0.1
VignetteBuilder: knitr
Remotes:
r-lib/pillar@99ef1d8