forked from r-lib/vctrs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
60 lines (60 loc) · 1.56 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
Package: vctrs
Title: Vector Helpers
Version: 0.3.8.9001
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
role = "aut",
email = "hadley@rstudio.com"),
person(given = "Lionel",
family = "Henry",
role = c("aut", "cre"),
email = "lionel@rstudio.com"),
person(given = "Davis",
family = "Vaughan",
role = "aut",
email = "davis@rstudio.com"),
person(given = "data.table team",
role = "cph",
comment = "Radix sort based on data.table's forder() and their contribution to R's order()"),
person(given = "RStudio",
role = "cph"))
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/
BugReports: https://github.com/r-lib/vctrs/issues
Depends:
R (>= 3.3)
Imports:
glue,
rlang (>= 0.99.0.9000)
Suggests:
bit64,
covr,
crayon,
dplyr (>= 0.8.5),
generics,
knitr,
pillar (>= 1.4.4),
pkgdown,
rmarkdown,
testthat (>= 3.0.0),
tibble (>= 3.1.3),
withr,
xml2,
waldo (>= 0.2.0),
zeallot
Remotes:
r-lib/rlang
VignetteBuilder:
knitr
SystemRequirements:
C++11
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Config/testthat/edition: 3