-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 804 Bytes
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 804 Bytes
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
Package: adonisplus
Type: Package
Title: Bonus material for the adonis function
Version: 0.2.0
Authors@R:
c(person(given = "Ceylan",
family = "Tanes",
email = "ctanes@gmail.com",
role = c("aut", "cre")),
person(given = "Kyle",
family = "Bittinger",
email = "kylebittinger@gmail.com",
role = c("aut")))
Description: Contains a tidy method for adonis results, custom permutation
functions, and a version of adonis for repeated measures designs.
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
Imports:
generics (>= 0.0.2),
rlang,
vegan,
usedist,
dplyr (>= 1.0.0),
tibble (>= 3.0.0),
ape,
ggplot2,
stringr
Depends:
R (>= 4.1.0)
Suggests:
covr,
testthat