-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1 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
Type: Package
Package: stutils
Title: Stu's Utilities Package
Version: 1.3.0.9000
Authors@R:
person(given = "Stu",
family = "Field",
role = c("aut", "cre"),
email = "[email protected]")
Description: Small suite of useful functions and utilities
used for data manipulation and coding in the R environment.
License: MIT + file LICENSE
URL: https://github.com/stufield/stutils
Depends:
R (>= 3.5.0)
Imports:
dplyr (>= 1.0.0),
ggplot2 (>= 3.3.0),
gridExtra,
magrittr (>= 2.0.0),
purrr (>= 0.3.3),
rlang (>= 0.4.9),
tibble (>= 3.0.1),
usethis (>= 2.0.0),
fs,
VennDiagram,
withr
Suggests:
bench,
covr,
devtools (>= 2.0.1),
knitr (>= 1.17),
rmarkdown (>= 1.10),
roxygen2 (>= 6.1.0),
spelling (>= 1.2),
testthat (>= 2.0.0)
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: yes
LazyLoad: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
X-CRAN-COMMENT: *Extra comments can go here*