Skip to content

Commit abeacc1

Browse files
Reformulated DESCRIPTION
1 parent 78175d1 commit abeacc1

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

DESCRIPTION

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ Package: plotluck
22
Title: 'ggplot2' Version of "I'm Feeling Lucky!"
33
Version: 1.0.0
44
Authors@R: person("Stefan", "Schroedl", , "stefan.schroedl@gmx.de", c("aut", "cre"))
5-
Description: A 'ggplot2'-based tool for quickly generating visualizations during
6-
exploratory data analysis with the aim of letting the user focus on what to
7-
plot, not on the "how". 'Plotluck' examines the data characteristics of up to
8-
three variables and accordingly creates a scatter, violin, box, bar, density,
9-
hex or spine plot, or a heat map. It also automates handling of observation
10-
weights,log-scaling of axes, reordering of factor levels, and overlays of
11-
smoothing curves and median lines.
5+
Description: Examines the characteristics of a data frame and a formula to
6+
automatically choose the most suitable type of plot out of the following supported
7+
options: scatter, violin, box, bar, density, hexagon bin, spine plot, and
8+
heat map. The aim of the package is to let the user focus on what to plot,
9+
rather than on the "how" during exploratory data analysis. It also automates
10+
handling of observation weights, logarithmic axis scaling, reordering of
11+
factor levels, and overlaying smoothing curves and median lines. Plots are
12+
drawn using 'ggplot2'.
1213
Depends:
1314
R (>= 3.3.1)
1415
Imports:

cran-comments.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
## Resubmission
2-
This is a resubmission. In this version I have:
3-
4-
* In the DESCRIPTION, put software names in single quotes; slightly reformulated
5-
* Regenerated the vignette to be in sync with the source.
6-
* Corrected a wrong use of testthat::skip_on_cran() in the tests
2+
This is a resubmission. In this version I have reformulated the DESCRIPTION
3+
according to the feedback (first sentence in active case, moved reference to ggplot2
4+
to the end).
75

86
## Test environments
97
* local OS X install, R 3.3.1

0 commit comments

Comments
 (0)