-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·50 lines (50 loc) · 1.21 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
46
47
48
49
50
Package: doBy
Version: 4.6.25.9021
Title: Groupwise Statistics, LSmeans, Linear Estimates, Utilities
Authors@R: c(
person(given = "Ulrich", family = "Halekoh",
email = "[email protected]", role = c("aut", "cph")),
person(given = "Søren", family = "Højsgaard",
email = "[email protected]", role = c("aut", "cre", "cph"))
)
Maintainer: Søren Højsgaard <[email protected]>
Description: Utility package containing:
1) Facilities for working with grouped data: 'do' something to data
stratified 'by' some variables.
2) LSmeans (least-squares means), general linear estimates.
3) Restrict functions to a smaller domain.
4) Miscellaneous other utilities.
Encoding: UTF-8
VignetteBuilder: knitr
LazyData: true
LazyDataCompression: xz
URL: https://github.com/hojsgaard/doBy
License: GPL (>= 2)
Depends:
R (>= 4.2.0),
methods
Imports:
boot,
broom,
cowplot,
Deriv,
dplyr,
ggplot2,
MASS,
Matrix,
modelr,
microbenchmark,
rlang,
tibble,
tidyr,
Suggests:
geepack,
knitr,
lme4,
markdown,
multcomp,
pbkrtest (>= 0.5.2),
survival,
testthat (>= 2.1.0)
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)