-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.28 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
Package: DescObs
Type: Package
Title: Versatile Exploration of Data
Version: 0.1.0
Date: 2019-02-15
Authors@R: person("Maani", "Beigy", email = "manibeygi@gmail.com",
role = c("aut", "cre"))
Maintainer: Maani Beigy <manibeygi@gmail.com>
Description: Provides some easy-to-use functions to extract and visualize the
output of descriptive data analysis for more sophisticated approaches e.g.,
robust statistics, smart scale-rescale transformation, and rigorous
descriptions of data considering location, scale, and shape of
distributions. The authors' intention is to create a toolbox to facilitate
the use of various descriptive statistical functions and resources in favor
of an easier, scientifically recognized standard for implementing R
statistical applications. We will try to provide multi-control knob tools,
by means of various options and incorporating the most available rigorous
methods.
Depends:
R (>= 3.1.2),
dplyr (>= 0.8.0.1)
Imports: R6,
SciViews,
boot,
MBESS
Suggests:
testthat,
knitr,
rmarkdown,
covr
VignetteBuilder: knitr
URL: https://github.com/MaaniBeigy/DescObs
BugReports: https://github.com/MaaniBeigy/DescObs/issues
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1