-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.07 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
51
52
53
54
55
56
57
Package: flipRegression
Type: Package
Title: Estimates standard regression models
Version: 1.3.66
Author: Displayr <[email protected]>
Maintainer: Displayr <[email protected]>
Description: Regression models according to the flip Project
conventions.
License: GPL-3
LazyData: TRUE
Depends: R (>= 3.5.0),
Rcpp (>= 0.12.15)
Imports: car,
effects,
flipFormat (>= 1.10.3),
flipData (>= 1.8.1),
flipTables (>= 2.0.0),
flipStandardCharts,
flipStatistics (>= 1.0.1),
flipTransformations (>= 1.6.10),
flipU (>= 1.1.0),
lmtest,
MASS,
methods,
nnet,
psych,
rhtmlHeatmap,
stats,
sure,
survey (>= 4.3),
verbs,
xml2
Suggests:
flipExampleData,
knitr,
mockery,
rmarkdown,
testthat,
robustbase,
sandwich,
VGAM
Remotes:
Displayr/flipU,
Displayr/flipFormat,
Displayr/flipData,
Displayr/flipStandardCharts,
Displayr/flipStatistics,
Displayr/flipExampleData,
Displayr/flipTransformations,
Displayr/flipTables,
Displayr/rhtmlHeatmap,
Displayr/verbs,
LinkingTo: Rcpp (>= 0.12.15),
RcppEigen (<= 0.3.3.9.4)
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Encoding: UTF-8