forked from jorvlan/raincloudplots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
26 lines (26 loc) · 882 Bytes
/
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
Package: raincloudplots
Type: Package
Title: The easy way to create raincloud plots
Version: 0.2.0
Author: person("Jordy", "van Langen", email = "[email protected]", role = c("aut", "cre"))
Maintainer: The package maintainer <[email protected]>
Description: An easy way to create common raincloud plots (e.g., for repeated measures).
Next to this package, two extensive and detailed code tutorials on how to make rainclouds with more complex between/within-subjects designs are available:
1. [https://github.com/jorvlan/open-visualizations]
2. [https://github.com/RainCloudPlots/RainCloudPlots].
URL: https://github.com/jorvlan/raincloudplots
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.4.0),
ggplot2
Imports:
gghalves,
dplyr,
magrittr
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr