Skip to content

Commit

Permalink
Reformulated DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-schroedl committed Sep 22, 2016
1 parent 78175d1 commit abeacc1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
15 changes: 8 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ Package: plotluck
Title: 'ggplot2' Version of "I'm Feeling Lucky!"
Version: 1.0.0
Authors@R: person("Stefan", "Schroedl", , "[email protected]", c("aut", "cre"))
Description: A 'ggplot2'-based tool for quickly generating visualizations during
exploratory data analysis with the aim of letting the user focus on what to
plot, not on the "how". 'Plotluck' examines the data characteristics of up to
three variables and accordingly creates a scatter, violin, box, bar, density,
hex or spine plot, or a heat map. It also automates handling of observation
weights,log-scaling of axes, reordering of factor levels, and overlays of
smoothing curves and median lines.
Description: Examines the characteristics of a data frame and a formula to
automatically choose the most suitable type of plot out of the following supported
options: scatter, violin, box, bar, density, hexagon bin, spine plot, and
heat map. The aim of the package is to let the user focus on what to plot,
rather than on the "how" during exploratory data analysis. It also automates
handling of observation weights, logarithmic axis scaling, reordering of
factor levels, and overlaying smoothing curves and median lines. Plots are
drawn using 'ggplot2'.
Depends:
R (>= 3.3.1)
Imports:
Expand Down
8 changes: 3 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
## Resubmission
This is a resubmission. In this version I have:

* In the DESCRIPTION, put software names in single quotes; slightly reformulated
* Regenerated the vignette to be in sync with the source.
* Corrected a wrong use of testthat::skip_on_cran() in the tests
This is a resubmission. In this version I have reformulated the DESCRIPTION
according to the feedback (first sentence in active case, moved reference to ggplot2
to the end).

## Test environments
* local OS X install, R 3.3.1
Expand Down

0 comments on commit abeacc1

Please sign in to comment.