Browse Source

CRAN comments

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

1
.Rbuildignore

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

12
DESCRIPTION

@ -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'
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"
functionality includes lollipop charts, dumbbell charts, the ability to encircle
points and coordinate-system-based text annotations.
License: AGPL + file LICENSE
LazyData: true

6
NEWS → NEWS.md

@ -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
=====================

8
cran-comments.md

@ -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)

BIN
revdep/checks.rds

Binary file not shown.
Loading…
Cancel
Save