-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.65 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
Package: ufs
Type: Package
Title: Quantitative Analysis Made Accessible
Version: 0.2.0
Date: 2019-02-11
Authors@R: c(person("Gjalt-Jorn", "Peters",
email = "[email protected]",
role = c("aut", "cre", "ctb")))
Maintainer: Gjalt-Jorn Peters <[email protected]>
License: GPL (>= 3)
Description: This is a new version of the 'userfriendlyscience' package,
which has grown a bit unwieldy. Therefore, distinct functionalities
are being 'consciously uncoupled' into different packages. This package
contains the general-purpose tools and utilities (see the
'behaviorchange' and the 'rosetta' packages for other functionality), and
is the most direct 'successor' of the original 'userfriendlyscience' package.
For example, this package contains a number of basic functions to create
higher level plots, such as diamond plots, to easily plot sampling
distributions, to generate confidence intervals, to plan study sample sizes
for confidence intervals, and to do some basic operations such as
(dis)attenuate effect size estimates.
URL: https://ufs.opens.science
BugReports: https://github.com/matherion/ufs/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Depends: R (>= 3.0.0)
Suggests: psych (>= 1.8.4),
rio (>= 0.5.10)
Imports: BiasedUrn (>= 1.07),
dplyr (>= 0.7.6),
ggplot2 (>= 2.2.1),
ggridges (>= 0.5.0),
grDevices (>= 3.5.1),
grid (>= 3.5.1),
gtable (>= 0.2.0),
pander (>= 0.6.3),
scales (>= 1.0.0),
SuppDists (>= 1.1.9),
viridis (>= 0.5.1)
Roxygen: list(markdown = TRUE)