-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,46 @@ | ||
2016-02-05 Edzer Pebesma <[email protected]> | ||
|
||
* R/rbind.R: keep row.names but make them unique, in case first | ||
object has them. | ||
|
||
2016-02-03 Edzer Pebesma <[email protected]> | ||
|
||
* R/gridlines.R, demo/polar.R, man/gridlines.Rd: change default | ||
ndiscr; tidy docs & demo | ||
|
||
2016-02-03 Edzer Pebesma <[email protected]> | ||
|
||
* demo/00Index, man/Spatial-class.Rd, man/gridlines.Rd: tidy, | ||
complete, extend docs | ||
|
||
2016-02-03 Edzer Pebesma <[email protected]> | ||
|
||
* R/SpatialPointsDataFrame-methods.R: support adjx and adjy fields | ||
in text method | ||
|
||
2016-02-03 Edzer Pebesma <[email protected]> | ||
|
||
* R/gridlines.R: add default for gridlines() | ||
|
||
2016-02-03 Edzer Pebesma <[email protected]> | ||
|
||
* demo/polar.R: add polar projection plot, showing antarctic and | ||
labels | ||
|
||
2016-02-03 Edzer Pebesma <[email protected]> | ||
|
||
* R/SpatialLines-methods.R: improve labels method, add support for | ||
all plot sides | ||
|
||
2016-02-03 Edzer Pebesma <[email protected]> | ||
|
||
* R/Spatial-methods.R: add expandBB argument, to expand the bbox of | ||
object plotted | ||
|
||
2016-02-03 Edzer Pebesma <[email protected]> | ||
|
||
* inst/ChangeLog: update ChangeLog | ||
|
||
2016-02-01 Edzer Pebesma <[email protected]> | ||
|
||
* inst/NEWS.Rd, man/gridlines.Rd: improve readability example | ||
|