https://github.com/clauswilke/ggridges
Revision 45fc56f907775c5baf2e8399ce87075a03561539 authored by Claus Wilke on 01 August 2017, 02:58:55 UTC, committed by Claus Wilke on 01 August 2017, 02:58:55 UTC
1 parent 3566fed
Raw File
Tip revision: 45fc56f907775c5baf2e8399ce87075a03561539 authored by Claus Wilke on 01 August 2017, 02:58:55 UTC
fix missing ntiles_n parameter
Tip revision: 45fc56f
cran-comments.md
This is a minor version increase for ggjoy, providing numerous improvements and new features. It also adds
a missing import statement that wasn't flagged by CRAN check for the previous submission.

One data file contains UTF-8 marked strings. The file contains election results from Catalania,
and the municipality names contain non-ASCII characters. None of these names make it into the
example figure that is generated from this file, so I think it is best to leave the file as is
for completeness.

## Test environments
* R devel and R 3.4.1 on win-builder [ via devtools::build_win() ]
* local OS X install x86_64-apple-darwin15.6.0 (64-bit), R 3.4.1

## R CMD check results
There were no ERRORs or WARNINGs.

There is one NOTE, about spelling:
Possibly mis-spelled words in DESCRIPTION:
  Joyplots (3:8, 8:14)

The spelling is correct.

## Downstream dependencies
None at this time.

back to top