Skip to content

Commit

Permalink
CRAN comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hrbrmstr committed Feb 14, 2017
1 parent b277c4d commit c21369e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 11 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
^README_figs
^README\.html$
^cran-comments\.md$
^revdep$
14 changes: 7 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Authors@R: c(
person("Rosen", "Matev", role="ctb", comment="Original annotate_textp implementation on stackoverflow"),
person("ProPublica", role="dtc", comment="StateFace font")
)
Description: A compendium of 'geoms', 'coords', 'stats', scales and fonts for
'ggplot2', including splines, 1d and 2d densities, univariate average shifted
histograms, a new map coordinate system based on the 'PROJ.4'-library along
with a cartogram 'geom' that mimics the original functionality of
'geom_map', formatters for "bytes", a 'stepribbon' 'stat', increased 'plotly'
compatibility and the 'StateFace' open source font 'ProPublica'. Further new
functionality includes lollipop charts, dumbbell charts, the ability to "encircle"
Description: A compendium of new geometries, coordinate systems, statistical
transformations, scales and fonts for 'ggplot2', including splines, 1d and 2d densities,
univariate average shifted histograms, a new map coordinate system based on the
'PROJ.4'-library along with geom_cartogram() that mimics the original functionality of
geom_map(), formatters for "bytes", a stat_stepribbon() function, increased 'plotly'
compatibility and the 'StateFace' open source font 'ProPublica'. Further new
functionality includes lollipop charts, dumbbell charts, the ability to encircle
points and coordinate-system-based text annotations.
License: AGPL + file LICENSE
LazyData: true
Expand Down
6 changes: 4 additions & 2 deletions NEWS → NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
=====================
* Fixed `coord_proj()`
* Removed pokemon colors (et al)
* Added dotted-gridline guide for `geom_dumbbell()`
* Complete parameter rewrite to
* Added dotted-gridline guide for `geom\_dumbbell()`
* Complete parameter re-write to `geom\_dumbbell()`
* New geoms & stats by Ben Bolker, Jan Schulz and Carson Sievert
* Ben Marwick also did his best to keep up with my fat-fingering but I'm snuck a few in before the release

0.3.0
=====================
Expand Down
8 changes: 6 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@

## R CMD check results

0 errors | 0 warnings | 0 notes
0 errors | 0 warnings | 1 note

## Reverse dependencies

This is a new release, so there are no reverse dependencies.
GSODR & spbabel have been rev-dep checked:

- Checked GSODR : 0 errors | 0 warnings | 0 notes
- Checked spbabel: 0 errors | 0 warnings | 0 notes

---

* Modified DESCRIPTION errors per CRAN team feedback
* E-mail change (old one is nigh dead and I need to update my other pkgs)
* Fixes errors in the CRAN checks after the ggplot2 2.2.1 release
* Adds substantial new functionality (many new geoms and stats)
Expand Down
Binary file added revdep/checks.rds
Binary file not shown.

0 comments on commit c21369e

Please sign in to comment.