-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1009 Bytes
/
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
Package: bit
Title: Classes and Methods for Fast Memory-Efficient Boolean Selections
Version: 4.6.99
Authors@R: c(
person("Michael", "Chirico", email = "[email protected]", role = c("aut", "cre")),
person("Jens", "Oehlschlägel", role = "aut"),
person("Brian", "Ripley", role = "ctb")
)
Depends:
R (>= 3.4.0)
Suggests:
testthat (>= 3.0.0),
knitr,
markdown,
rmarkdown,
microbenchmark,
bit64 (>= 4.0.0),
ff (>= 4.0.0)
Description: Provided are classes for boolean and skewed boolean vectors,
fast boolean methods, fast unique and non-unique integer sorting,
fast set operations on sorted and unsorted sets of integers, and
foundations for ff (range index, compression, chunked processing).
License: GPL-2 | GPL-3
LazyLoad: yes
ByteCompile: yes
Encoding: UTF-8
URL: https://github.com/r-lib/bit
VignetteBuilder: knitr,
rmarkdown
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Config/wants/development: roxygen2
Config/testthat/edition: 3