-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
executable file
·40 lines (40 loc) · 992 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
Package: MESS
Type: Package
Title: Miscellaneous Esoteric Statistical Scripts
Version: 0.5.12
Date: 2023-07-21
Authors@R: c(person(given="Claus Thorn", family="Ekstrøm", role = c("aut", "cre"), email = "[email protected]"),
person(given="Niels Aske Lundtorp", family="Olsen", role=c("ctb"), email="[email protected]"))
Maintainer: Claus Thorn Ekstrøm <[email protected]>
Depends:
R (>= 3.5)
Imports:
MASS,
Matrix,
Rcpp,
clipr,
geepack,
geeM,
ggplot2,
ggformula,
glmnet,
kinship2,
methods,
mvtnorm,
parallel
LinkingTo: Rcpp, RcppArmadillo
Suggests:
knitr,
lme4,
magrittr,
rmarkdown,
testthat
Description: A mixed collection of useful and semi-useful diverse
statistical functions, some of which may even be referenced in
The R Primer book.
URL: https://github.com/ekstroem/MESS
BugReports: https://github.com/ekstroem/MESS/issues
Encoding: UTF-8
ByteCompile: true
License: GPL-2
RoxygenNote: 7.2.3