Skip to content

Commit 70a1377

Browse files
committed
Merge pull request #1 from hadley/master
merging updates
2 parents 66b81e9 + ae175ae commit 70a1377

File tree

395 files changed

+6777
-5216
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

395 files changed

+6777
-5216
lines changed

.Rbuildignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
visual_test
2+
^.*\.Rproj$
3+
^\.Rproj\.user$
4+
^\.travis\.yml$
5+
^/\.gitattributes$

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/NEWS merge=union

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.Rproj.user
2+
.Rhistory
3+
.RData

.travis.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Sample .travis.yml for R projects from https://github.com/craigcitro/r-travis
2+
3+
language: c
4+
5+
before_install:
6+
- curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh
7+
- chmod 755 ./travis-tool.sh
8+
- ./travis-tool.sh bootstrap
9+
10+
install:
11+
- ./travis-tool.sh r_binary_install colorspace strucchange deldir abind tensor polyclip minqa Rcpp RcppEigen modeltools bdsmatrix RColorBrewer dichromat munsell labeling tripack akima rgl logspline nor1mix Formula zoo dynlm chron acepack rms mice sp rgeos spatstat PBSmapping mvtnorm TH.data sandwich lme4 robustbase mboost coin car xtable lmtest coxme
12+
- ./travis-tool.sh install_deps
13+
14+
script: ./travis-tool.sh run_tests
15+
16+
on_failure:
17+
- ./travis-tool.sh dump_logs
18+
19+
notifications:
20+
email:
21+
on_success: change
22+
on_failure: change
23+
24+
25+
before_deploy:
26+
- ./travis-tool.sh install_github hadley/staticdocs
27+
- R -e "staticdocs::build_site()"
28+
29+
deploy:
30+
edge: true
31+
32+
provider: s3
33+
access_key_id: AKIAJDM6KGIZ6LSGAK4Q
34+
secret_access_key:
35+
secure: "r3vSpvVNcpvIcjWFyk+GhYG55iuhfmy3mwuQHQS2EqjT3Skd3mOojnZuRIqy60XXElK5/nfa3qt7KH0GCSd4Is28cqPwh+1PtQ0ZVXfeKefAk2whTPDI4P+rgOA+srUxZraLALap9QGmvlzJyXbqBCRdDmXUjtXKi2ONE9PrUk4="
36+
bucket: docs.ggplot2.org
37+
skip_cleanup: true
38+
local-dir: inst/web
39+
upload-dir: dev

DESCRIPTION

Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,34 @@ Suggests:
3535
maptools,
3636
multcomp,
3737
nlme,
38-
testthat
38+
testthat,
39+
knitr,
40+
mgcv
41+
VignetteBuilder: knitr
3942
Enhances: sp
43+
Roxygen: list(wrap = FALSE)
4044
License: GPL-2
41-
URL: http://had.co.nz/ggplot2/
45+
URL: http://ggplot2.org, https://github.com/hadley/ggplot2
46+
BugReports: https://github.com/hadley/ggplot2/issues
4247
LazyData: true
4348
Collate:
4449
'aaa-.r'
4550
'aaa-constants.r'
4651
'aes-colour-fill-alpha.r'
52+
'aes-group-order.r'
4753
'aes-linetype-size-shape.r'
54+
'aes-position.r'
4855
'aes.r'
56+
'geom-.r'
57+
'annotation-custom.r'
58+
'annotation-logticks.r'
59+
'geom-polygon.r'
60+
'geom-map.r'
61+
'annotation-map.r'
62+
'geom-raster.r'
63+
'annotation-raster.r'
4964
'annotation.r'
65+
'autoplot.r'
5066
'bench.r'
5167
'coord-.r'
5268
'coord-cartesian-.r'
@@ -66,9 +82,9 @@ Collate:
6682
'facet-wrap.r'
6783
'fortify-lm.r'
6884
'fortify-map.r'
85+
'fortify-multcomp.r'
6986
'fortify-spatial.r'
7087
'fortify.r'
71-
'geom-.r'
7288
'geom-abline.r'
7389
'geom-bar-.r'
7490
'geom-bar-histogram.r'
@@ -84,8 +100,6 @@ Collate:
84100
'geom-hex.r'
85101
'geom-hline.r'
86102
'geom-linerange.r'
87-
'geom-polygon.r'
88-
'geom-map.r'
89103
'geom-path-.r'
90104
'geom-path-contour.r'
91105
'geom-path-density2d.r'
@@ -117,7 +131,6 @@ Collate:
117131
'labels.r'
118132
'layer.r'
119133
'limits.r'
120-
'matrix.r'
121134
'panel.r'
122135
'plot-build.r'
123136
'plot-construction.r'
@@ -153,16 +166,15 @@ Collate:
153166
'scale-size.r'
154167
'scales-.r'
155168
'stat-.r'
156-
'stat-summary-2d.r'
157-
'stat-summary-hex.r'
158169
'stat-bin.r'
159170
'stat-bin2d.r'
171+
'stat-bindot.r'
160172
'stat-binhex.r'
161173
'stat-boxplot.r'
162174
'stat-contour.r'
163175
'stat-density-2d.r'
164176
'stat-density.r'
165-
'stat-bindot.r'
177+
'stat-ecdf.r'
166178
'stat-function.r'
167179
'stat-identity.r'
168180
'stat-qq.r'
@@ -171,37 +183,29 @@ Collate:
171183
'stat-smooth.r'
172184
'stat-spoke.r'
173185
'stat-sum.r'
186+
'stat-summary-2d.r'
187+
'stat-summary-hex.r'
174188
'stat-summary.r'
175189
'stat-unique.r'
176190
'stat-vline.r'
177191
'stat-ydensity.r'
178-
'stat-ecdf.r'
179192
'summary.r'
180193
'templates.r'
181194
'theme-defaults.r'
182195
'theme-elements.r'
183196
'theme.r'
197+
'translate-qplot-base.r'
198+
'translate-qplot-ggplot.r'
199+
'translate-qplot-gpl.r'
200+
'translate-qplot-lattice.r'
184201
'utilities-break.r'
185202
'utilities-grid.r'
203+
'utilities-help.r'
186204
'utilities-layer.r'
187205
'utilities-matrix.r'
188206
'utilities-resolution.r'
189207
'utilities-table.r'
190208
'utilities.r'
191209
'xxx-digest.r'
192210
'zxx.r'
193-
'geom-raster.r'
194-
'annotation-raster.r'
195-
'annotation-map.r'
196-
'autoplot.r'
197211
'zzz.r'
198-
'fortify-multcomp.r'
199-
'annotation-custom.r'
200-
'aes-group-order.r'
201-
'aes-position.r'
202-
'translate-qplot-base.r'
203-
'translate-qplot-ggplot.r'
204-
'translate-qplot-gpl.r'
205-
'translate-qplot-lattice.r'
206-
'annotation-logticks.r'
207-
'utilities-help.r'

NAMESPACE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Generated by roxygen2 (4.0.0): do not edit by hand
2+
13
S3method("+",gg)
24
S3method("[",uneval)
35
S3method(as.character,uneval)
@@ -412,3 +414,4 @@ import(proto)
412414
import(reshape2)
413415
import(scales)
414416
importFrom(MASS,kde2d)
417+
importFrom(methods,setRefClass)

0 commit comments

Comments
 (0)