-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Remove grid version to address binary build failure on OSX - Remove unused strip.position parameter from facet_wrap - Update version numbers, README, NEWS
- Loading branch information
1 parent
1c617e5
commit bd850b1
Showing
7 changed files
with
37 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: plotluck | ||
Title: 'ggplot2' Version of "I'm Feeling Lucky!" | ||
Version: 1.0.0.9000 | ||
Version: 1.1.0 | ||
Authors@R: person("Stefan", "Schroedl", , "[email protected]", c("aut", "cre")) | ||
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 | ||
|
@@ -11,16 +11,16 @@ Description: Examines the characteristics of a data frame and a formula to | |
factor levels, and overlaying smoothing curves and median lines. Plots are | ||
drawn using 'ggplot2'. | ||
Depends: | ||
R (>= 3.3.1) | ||
R (>= 3.1) | ||
Imports: | ||
ggplot2 (>= 2.1.0), | ||
grid, | ||
Hmisc (>= 3.17.4), | ||
quantreg (>= 5.26), | ||
scales (>= 0.4.0), | ||
scales (>= 0.4.1), | ||
plyr (>= 1.8.4), | ||
grid (>= 3.3.1), | ||
hexbin (>= 1.27.1), | ||
RColorBrewer (>= 1.1.2) | ||
RColorBrewer (>= 1.1.2), | ||
ggplot2 (>= 2.2.0) | ||
License: MIT + file LICENSE | ||
URL: https://github.com/stefan-schroedl/plotluck | ||
BugReports: https://github.com/stefan-schroedl/plotluck/issues | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,28 @@ | ||
## Resubmission | ||
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). | ||
|
||
Reduced size of tar.gz from 11M to 370K, as requested. | ||
|
||
## Test environments | ||
* local OS X install, R 3.3.1 | ||
* win-builder (devel and release) | ||
|
||
## R CMD check results | ||
There were no ERRORs or WARNINGs. | ||
There were no ERRORs or WARNINGs, and 3 NOTES: | ||
|
||
- License components with restrictions and base license permitting such: | ||
MIT + file LICENSE | ||
File 'LICENSE': | ||
YEAR: 2014 | ||
COPYRIGHT HOLDER: Stefan Schroedl | ||
|
||
- running examples for arch 'i386' ... [19s] | ||
Examples with CPU or elapsed time > 10s | ||
user system elapsed | ||
plotluck 15.29 0.19 15.66 | ||
- running examples for arch 'x64' ... [26s] | ||
Examples with CPU or elapsed time > 10s | ||
user system elapsed | ||
plotluck 20.95 0.25 21.32 | ||
|
||
There was 1 NOTE: | ||
New submission | ||
I have not changed the examples from last submission, and I don't get these | ||
notes locally. I am assuming the win-builder server is busy. |