-
Notifications
You must be signed in to change notification settings - Fork 66
/
DESCRIPTION
50 lines (50 loc) · 1.45 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
Package: vctrs
Title: Vector Helpers
Version: 0.6.5.9000
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = "aut"),
person("Lionel", "Henry", , "[email protected]", role = "aut"),
person("Davis", "Vaughan", , "[email protected]", role = c("aut", "cre")),
person("data.table team", role = "cph",
comment = "Radix sort based on data.table's forder() and their contribution to R's order()"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Defines new notions of prototype and size that are used to
provide tools for consistent and well-founded type-coercion and
size-recycling, and are in turn connected to ideas of type- and
size-stability useful for analysing function interfaces.
License: MIT + file LICENSE
URL: https://vctrs.r-lib.org/, https://github.com/r-lib/vctrs
BugReports: https://github.com/r-lib/vctrs/issues
Depends:
R (>= 3.5.0)
Imports:
cli (>= 3.4.0),
glue,
lifecycle (>= 1.0.3),
rlang (>= 1.1.0)
Suggests:
bit64,
covr,
crayon,
dplyr (>= 0.8.5),
generics,
knitr,
pillar (>= 1.4.4),
pkgdown (>= 2.0.1),
rmarkdown,
testthat (>= 3.0.0),
tibble (>= 3.1.3),
waldo (>= 0.2.0),
withr,
xml2,
zeallot
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2