-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.52 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
Package: modelit
Type: Package
Version: 1.4.6
Title: Statistical Models for 'SciViews::R'
Description: Create and use statistical models (linear, general, nonlinear...)
with extensions to support rich-formatted tables, equations and plots for the
'SciViews::R' dialect.
Authors@R: c(
person("Philippe", "Grosjean", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2694-9471")),
person("Guyliann", "Engels", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9514-1014")))
Maintainer: Philippe Grosjean <[email protected]>
Depends:
R (>= 4.2.0),
broom (>= 1.0.4)
Imports:
chart (>= 1.5.0),
data.io (>= 1.5.0),
flextable (>= 0.9.1),
generics (>= 0.1.3),
ggplot2 (>= 3.4.2),
knitr (>= 1.42),
modelr (>= 0.1.11),
officer (>= 0.6.2),
rlang (>= 1.1.1),
stats (>= 4.2.0),
svFlow (>= 1.2.0),
tabularise (>= 0.6.0)
Suggests:
broom.mixed (>= 0.2.9.4),
datasets (>= 4.2.0),
dplyr (>= 1.1.4),
equatags (>= 0.2.0),
equatiomatic (>= 0.3.0),
parsnip (>= 1.1.0),
rmarkdown (>= 2.21),
spelling (>= 2.2.1),
testthat (>= 3.0.0)
Remotes:
SciViews/data.io,
SciViews/chart,
SciViews/svFlow,
SciViews/tabularise
License: MIT + file LICENSE
URL: https://github.com/SciViews/modelit, https://www.sciviews.org/modelit/
BugReports: https://github.com/SciViews/modelit/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
ByteCompile: yes
Config/testthat/edition: 3