Skip to content

Commit 22b4b37

Browse files
committed
update ChangeLog from svn on r-forge, build script
1 parent 3877c50 commit 22b4b37

File tree

2 files changed

+59
-5
lines changed

2 files changed

+59
-5
lines changed

ChangeLog

+54
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
1+
2015-12-18 23:07 edzer
2+
3+
* R/SpatialLinesDataFrame-methods.R,
4+
R/SpatialPolygonsDataFrame-methods.R: correct [ subsetting when i
5+
is all FALSE; report by Francois Rousseau.
6+
7+
2015-12-14 22:00 edzer
8+
9+
* man/geometry-methods.Rd: add examples
10+
11+
2015-12-14 21:50 edzer
12+
13+
* NAMESPACE, R/Spatial-methods.R, R/over.R,
14+
man/geometry-methods.Rd: add geometry<- method, with Spatial
15+
value; add docs
16+
17+
2015-12-05 23:07 edzer
18+
19+
* NAMESPACE, R/rbind.R, man/SpatialMultiPoints.Rd,
20+
man/SpatialMultiPointsDataFrame-class.Rd: addressing rbind and
21+
docs issues raised by Kent Johnson on r-sig-geo, 5 Dec 2015
22+
23+
2015-11-19 14:09 edzer
24+
25+
* R/SpatialPointsDataFrame-methods.R: get row.names of coords
26+
correctly if it is a SpatialPoints object.
27+
28+
2015-10-30 19:01 rsbivand
29+
30+
* R/SpatialPolygonsDataFrame-methods.R,
31+
man/SpatialPolygonsDataFrame-class.Rd: non-default coercion
32+
SPolDF -> SPol
33+
34+
2015-10-26 08:09 rsbivand
35+
36+
* R/GridTopology-methods.R, R/SpatialGrid-methods.R,
37+
inst/include/sp.h, src/sp.h: add comment to SGr and SPix coercion
38+
to SPol
39+
40+
2015-10-19 15:44 edzer
41+
42+
* R/SpatialLines-methods.R, R/projected.R,
43+
man/SpatialLines-class.Rd: coordinates method for SpatiaLines now
44+
retains rownames.
45+
46+
2015-10-18 09:36 edzer
47+
48+
* ChangeLog, DESCRIPTION, inst/NEWS.Rd, man/sp-deprecated.Rd:
49+
version bump; remove \alias{overlay} in help
50+
51+
2015-10-17 15:51 edzer
52+
53+
* inst/ChangeLog: tidy
54+
155
2015-10-17 15:51 edzer
256

357
* inst/NEWS.Rd: tidy

build-release.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sh ./build-prep.sh
2-
svn up
3-
svn2cl
4-
cp ChangeLog inst
5-
svn commit -m tidy inst/ChangeLog
6-
svn up
2+
git2cl > xx
3+
cat xx ChangeLog > inst/ChangeLog
4+
rm xx
5+
git commit -m 'update ChangeLog' inst/ChangeLog
6+
git push inst/ChangeLog

0 commit comments

Comments
 (0)