-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 907 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
34
35
36
37
38
39
40
41
42
43
44
Package: KEmisc
Title: Collection of Random Convenience and Utility Function
Version: 0.2.0
Authors@R:
person(given = "Konrad",
family = "Zdeb",
role = c("aut", "cre"),
email = "[email protected]")
Description: The package provides disorganised collection
of random convenience and utility functions.
License: MIT + file LICENSE
Depends:
R (>= 3.3.0)
Imports:
backports (>= 1.1.3),
checkmate,
fs,
knitr,
purrr,
Rcpp,
rlang (>= 0.4.9),
scales (>= 0.5.0),
stats,
stringr (>= 1.3.1),
tools (>= 3.0.0),
utils,
magrittr,
dplyr,
tidyr
Suggests:
testthat,
withr,
spelling
LinkingTo:
Rcpp
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = FALSE, roclets = c("rd", "namespace",
"collate"))
RoxygenNote: 7.1.1
SystemRequirements: C++11
Language: en-GB