-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
44 lines (44 loc) · 1.06 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
Package: webr
Type: Package
Title: Data and Functions for Web-Based Analysis
Version: 0.1.6
Imports:
moonBook,
ggplot2,
shiny,
stringr,
sjlabelled,
flextable,
magrittr,
rrtable,
dplyr,
tibble,
purrr,
rlang,
tidyr,
tidyselect,
psych,
grid,
ztable,
ggforce,
scales,
vcd
Authors@R: c(person("Keon-Woong", "Moon", role = c("aut", "cre"),
email = "[email protected]"),
person("Tommaso","Martino",role=c("ctb"),
email="[email protected]"))
URL: https://github.com/cardiomoon/webr
BugReports: https://github.com/cardiomoon/webr/issues
Description: Several analysis-related functions for the book entitled
"Web-based Analysis without R in Your Computer"(written in Korean, ISBN 978-89-5566-185-9)
by Keon-Woong Moon. The main function plot.htest() shows the distribution of statistic for
the object of class 'htest'.
Depends: R (>= 2.10)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
VignetteBuilder: knitr
Suggests: testthat,
knitr,
rmarkdown