Skip to content

Commit c21369e

Browse files
committed
CRAN comments
1 parent b277c4d commit c21369e

File tree

5 files changed

+18
-11
lines changed

5 files changed

+18
-11
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
^README_figs
88
^README\.html$
99
^cran-comments\.md$
10+
^revdep$

DESCRIPTION

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

NEWS NEWS.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
=====================
33
* Fixed `coord_proj()`
44
* Removed pokemon colors (et al)
5-
* Added dotted-gridline guide for `geom_dumbbell()`
6-
* Complete parameter rewrite to
5+
* Added dotted-gridline guide for `geom\_dumbbell()`
6+
* Complete parameter re-write to `geom\_dumbbell()`
7+
* New geoms & stats by Ben Bolker, Jan Schulz and Carson Sievert
8+
* Ben Marwick also did his best to keep up with my fat-fingering but I'm snuck a few in before the release
79

810
0.3.0
911
=====================

cran-comments.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@
55

66
## R CMD check results
77

8-
0 errors | 0 warnings | 0 notes
8+
0 errors | 0 warnings | 1 note
99

1010
## Reverse dependencies
1111

12-
This is a new release, so there are no reverse dependencies.
12+
GSODR & spbabel have been rev-dep checked:
13+
14+
- Checked GSODR : 0 errors | 0 warnings | 0 notes
15+
- Checked spbabel: 0 errors | 0 warnings | 0 notes
1316

1417
---
1518

19+
* Modified DESCRIPTION errors per CRAN team feedback
1620
* E-mail change (old one is nigh dead and I need to update my other pkgs)
1721
* Fixes errors in the CRAN checks after the ggplot2 2.2.1 release
1822
* Adds substantial new functionality (many new geoms and stats)

revdep/checks.rds

813 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)