forked from datalorax/equatiomatic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
100 lines (100 loc) · 3.34 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Package: equatiomatic
Title: Transform Models into 'LaTeX' Equations
Version: 0.3.3
Authors@R:
c(person(given = "Daniel",
family = "Anderson",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0003-4699-4680")),
person(given = "Andrew",
family = "Heiss",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0002-3948-3914")),
person(given = "Jay",
family = "Sumners",
role = "aut",
email = "[email protected]"),
person(given = "Joshua",
family = "Rosenberg",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0003-2170-0447")),
person(given = "Jonathan",
family = "Sidi",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0002-4222-1819")),
person(given = "Ellis",
family = "Hughes",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0003-0637-4436")),
person(given = "Thomas",
family = "Fung",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0003-2601-0728")),
person(given = "Reza",
family = "Norouzian",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0002-0531-6886")),
person(given = "Indrajeet",
family = "Patil",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")),
person(given = "Quinn",
family = "White",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0001-5399-0237")),
person(given = "Philippe",
family = "Grosjean",
role = "cre",
email = "[email protected]",
comment = c(ORCID = "0000-0002-2694-9471")))
Maintainer: Philippe Grosjean <[email protected]>
Description: The goal of 'equatiomatic' is to reduce the pain
associated with writing 'LaTeX' formulas from fitted models. The
primary function of the package, extract_eq(), takes a fitted model
object as its input and returns the corresponding 'LaTeX' code for the
model.
License: CC BY 4.0
Depends:
R (>= 3.3.0)
URL: https://github.com/datalorax/equatiomatic,
https://datalorax.github.io/equatiomatic/
BugReports: https://github.com/datalorax/equatiomatic/issues
Imports:
broom (>= 0.7.0),
broom.mixed,
shiny,
knitr,
stats,
utils
Suggests:
covr,
shinyWidgets,
forecast (>= 8.13),
ggplot2 (>= 3.3.3),
latex2exp (>= 0.4.0),
lme4,
MASS,
ordinal,
rmarkdown,
testthat (>= 3.0.0),
texPreview (>= 2.0.0),
gtsummary,
spelling
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/testthat/edition: 3
Config/testthat/parallel: true
Language: en-US