-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
34 lines (34 loc) · 1.05 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
Type: Package
Package: arrangements
Title: Fast Generators and Iterators for Permutations, Combinations, Integer
Partitions and Compositions
Version: 1.1.9
Date: 2020-09-12
Authors@R:
person(given = "Randy",
family = "Lai",
role = c("aut", "cre"),
email = "[email protected]")
Description: Fast generators and iterators for permutations, combinations,
integer partitions and compositions. The arrangements are in
lexicographical order and generated iteratively in a memory efficient manner.
It has been demonstrated that 'arrangements' outperforms most existing
packages of similar kind. Benchmarks could be found at
<https://randy3k.github.io/arrangements/articles/benchmark.html>.
License: MIT + file LICENSE
URL: https://github.com/randy3k/arrangements/
Depends:
R (>= 3.4.0)
Imports:
gmp,
methods,
R6
Suggests:
foreach,
testthat (>= 2.3.1)
ByteCompile: yes
Encoding: UTF-8
NeedsCompilation: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
SystemRequirements: gmp (>= 4.2.3)