-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
113 lines (113 loc) · 3.14 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
101
102
103
104
105
106
107
108
109
110
111
112
113
Package: RcmdrPlugin.biostat
Type: Package
Version: 0.0.72
Date: 2024-02-15
Title: R Commander Plug-in for Basic Data Management and Analysis Tasks
Description: An Rcmdr plug-in for the most common data wrangling, visualisation
and analysis tasks using "tidyverse" family functions as well as
functions from other packages.
Authors@R: c(
person("Vilmantas", "Gegzna", role = c("aut","cre"),
comment = c(ORCID = "0000-0002-9500-5167"),
email = "[email protected]"),
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#> As some functions are based on code from RcmdrPlugin.EZR:
person("Yoshinobu", "Kanda", role = "ctb"),
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#> As some functions are based on code from Rcmdr:
person("John", "Fox", role = "ctb"),
person("Milan", "Bouchet-Valat", role = "ctb"),
person("Liviu", "Andronic", role = "ctb"),
person("Michael", "Ash", role = "ctb"),
person("Theophilius", "Boye", role = "ctb"),
person("Stefano", "Calza", role = "ctb"),
person("Andy", "Chang", role = "ctb"),
person("Philippe", "Grosjean", role = "ctb"),
person("Richard", "Heiberger", role = "ctb"),
person("Kosar", "Karimi Pour", role = "ctb"),
person("G. Jay", "Kerns", role = "ctb"),
person("Renaud", "Lancelot", role = "ctb"),
person("Matthieu", "Lesnoff", role = "ctb"),
person("Uwe", "Ligges", role = "ctb"),
person("Samir", "Messad", role = "ctb"),
person("Martin", "Maechler", role = "ctb"),
person("Robert", "Muenchen", role = "ctb"),
person("Duncan", "Murdoch", role = "ctb"),
person("Erich", "Neuwirth", role = "ctb"),
person("Dan", "Putler", role = "ctb"),
person("Brian", "Ripley", role = "ctb"),
person("Miroslav", "Ristic", role = "ctb"),
person("Peter", "Wolf", role = "ctb"),
person("Kevin", "Wright", role = "ctb")
)
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
ByteCompile: false
URL:
https://gegznav.github.io/RcmdrPlugin.biostat/,
https://github.com/GegznaV/RcmdrPlugin.biostat/
BugReports: https://github.com/GegznaV/RcmdrPlugin.biostat/issues
Additional_repositories:
https://mokymai.github.io/download/
Depends:
R (>= 3.6.0),
tcltk,
tcltk2 (>= 1.2-11),
Rcmdr (>= 2.6-2)
Imports:
binom,
boot,
broom (>= 0.7.0),
checkmate,
clipr,
data.table (>= 1.13.0),
desc,
DescTools,
dplyr (>= 0.8.1),
esquisse (>= 0.3.0),
forcats,
fs (>= 1.2.7),
ggfortify,
ggplot2,
graphics,
grDevices,
gtools,
inspectdf,
janitor (>= 1.2.0),
lm.beta,
lmtest (>= 0.9-3),
magrittr,
methods,
nortest,
officer,
openxlsx,
pander,
pingr,
plotly,
purrr,
qqplotr (>= 0.0.4),
readr,
readxl (>= 1.3.1),
rstudioapi,
scales (>= 1.0.0),
snakecase,
stats,
stringr,
styler (>= 1.3.0),
svTools,
summarytools (>= 0.9.4),
tibble (>= 2.0.1),
tidyr,
tidyverse,
utils,
usethis,
vcd,
withr
Suggests:
extrafont,
knitr,
RcmdrPlugin.EZR,
rmarkdown,
rvg
RoxygenNote: 7.3.1