Browse Source

CRAN comments

tags/v0.4.0 v0.4.0
boB Rudis 7 years ago
parent
commit
c21369e5f3
  1. 1
      .Rbuildignore
  2. 14
      DESCRIPTION
  3. 6
      NEWS.md
  4. 8
      cran-comments.md
  5. BIN
      revdep/checks.rds

1
.Rbuildignore

@ -7,3 +7,4 @@
^README_figs ^README_figs
^README\.html$ ^README\.html$
^cran-comments\.md$ ^cran-comments\.md$
^revdep$

14
DESCRIPTION

@ -11,13 +11,13 @@ Authors@R: c(
person("Rosen", "Matev", role="ctb", comment="Original annotate_textp implementation on stackoverflow"), person("Rosen", "Matev", role="ctb", comment="Original annotate_textp implementation on stackoverflow"),
person("ProPublica", role="dtc", comment="StateFace font") person("ProPublica", role="dtc", comment="StateFace font")
) )
Description: A compendium of 'geoms', 'coords', 'stats', scales and fonts for Description: A compendium of new geometries, coordinate systems, statistical
'ggplot2', including splines, 1d and 2d densities, univariate average shifted transformations, scales and fonts for 'ggplot2', including splines, 1d and 2d densities,
histograms, a new map coordinate system based on the 'PROJ.4'-library along univariate average shifted histograms, a new map coordinate system based on the
with a cartogram 'geom' that mimics the original functionality of 'PROJ.4'-library along with geom_cartogram() that mimics the original functionality of
'geom_map', formatters for "bytes", a 'stepribbon' 'stat', increased 'plotly' geom_map(), formatters for "bytes", a stat_stepribbon() function, increased 'plotly'
compatibility and the 'StateFace' open source font 'ProPublica'. Further new compatibility and the 'StateFace' open source font 'ProPublica'. Further new
functionality includes lollipop charts, dumbbell charts, the ability to "encircle" functionality includes lollipop charts, dumbbell charts, the ability to encircle
points and coordinate-system-based text annotations. points and coordinate-system-based text annotations.
License: AGPL + file LICENSE License: AGPL + file LICENSE
LazyData: true LazyData: true

6
NEWS → NEWS.md

@ -2,8 +2,10 @@
===================== =====================
* Fixed `coord_proj()` * Fixed `coord_proj()`
* Removed pokemon colors (et al) * Removed pokemon colors (et al)
* Added dotted-gridline guide for `geom_dumbbell()` * Added dotted-gridline guide for `geom\_dumbbell()`
* Complete parameter rewrite to * 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 0.3.0
===================== =====================

8
cran-comments.md

@ -5,14 +5,18 @@
## R CMD check results ## R CMD check results
0 errors | 0 warnings | 0 notes 0 errors | 0 warnings | 1 note
## Reverse dependencies ## 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) * 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 * Fixes errors in the CRAN checks after the ggplot2 2.2.1 release
* Adds substantial new functionality (many new geoms and stats) * Adds substantial new functionality (many new geoms and stats)

BIN
revdep/checks.rds

Binary file not shown.
Loading…
Cancel
Save