This file is indexed.

/usr/lib/R/site-library/sp/ChangeLog is in r-cran-sp 1:1.0-15-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
2014-04-02 12:15  edzer

	* DESCRIPTION,
	  R/Spatial-methods.R: pass on ...  to print() calls

2014-03-24 15:27  edzer

	* R/SpatialLinesDataFrame-methods.R,
	  R/SpatialPointsDataFrame-methods.R: print methods: pass on
	  digits argument to print.data.frame

2014-03-01 15:49  rsbivand

	* R/CRS-methods.R:
	  tightening CRS NA

2014-03-01 15:07  edzer

	* R/CRS-methods.R:
	  simplified CRS(), now accepting CRS(as.logical(NA)), reported
	  by Robert Hijmans

2014-02-22 15:56  edzer

	* R/spsample.R:
	  quick hack to regular sampling bug reported by Robert,
	  not finished.

2014-02-16 17:45  edzer

	* R/spsample.R:
	  take right cellsize for correcting min.coords

2014-01-27 20:01  edzer

	* NAMESPACE,
	  R/image.R, man/image.Rd: add imageScale (from image.scale,
	  r-bloggers)

2014-01-27 16:46  edzer

	* R/spsample.R,
	  man/spsample.Rd: repair makegrid when cellsize is given,
	  modify docs

2014-01-25 19:23  edzer

	* R/rbind.R,
	  R/zerodist.R, man/as.SpatialPolygons.GridTopology.Rd,
	  src/zerodist.c, tests/Examples/sp-Ex.Rout.save,
	  tests/zerodist.Rout.save: move example to \dontrun{}, took
	  too long; optimize zerodist(..., match.ID=TRUE) further;
	  remove warning in rbind

2014-01-25 17:40  edzer

	* DESCRIPTION,
	  NAMESPACE, R/rbind.R, R/zerodist.R, man/zerodist.Rd, src/init.c,
	  src/sp.h, src/zerodist.c: zerodist(..., unique.ID=TRUE) is
	  now efficient and will no longer create all identical pairs.

2014-01-09 16:51  edzer

	* R/disaggregate.R,
	  R/rbind.R: added makeUniqueIDs to rbind.SpatialPolygonsDataFrame
	  disaggregate.R: patch from Robert Hijmans

2014-01-05 23:08  edzer

	* R/Class-SpatialPoints.R,
	  R/Class-SpatialPointsDataFrame.R, R/SpatialPoints-methods.R,
	  R/SpatialPointsDataFrame-methods.R: remove useless, outdated
	  and wrong comments

2014-01-05 22:59  edzer

	* R/SpatialGrid-methods.R:
	  remove historic, useless

	  and wrong comments

2013-12-25 11:55  edzer

	* R/merge.R:
	  improvement/bug fix of merge, email Robert Hijmans 24/12/13

2013-12-17 17:49  edzer

	* DESCRIPTION,
	  R/SpatialGrid-methods.R, man/GridTopology-class.Rd,
	  man/coordinates.Rd: version update add coerce methods from
	  SpatialGrid/SpatialPixels to GridTopology

2013-10-23 11:04  edzer

	* inst/ChangeLog:
	  update for release

2013-10-22 07:12  edzer

	* R/SpatialLines-methods.R,
	  R/SpatialLinesDataFrame-methods.R, R/SpatialPoints-methods.R,
	  R/SpatialPointsDataFrame-methods.R: change defaults digit=6
	  into digits=getOption("digits")

2013-10-15 16:35  edzer

	* DESCRIPTION,
	  R/CRS-methods.R, R/rbind.R, man/CRS-class.Rd: merge
	  checkCRSequal into identicalCRS, this now deals with object
	  lists

2013-10-02 15:53  edzer

	* inst/include/sp.h,
	  src/sp.h: synchronized inst/include/sp.h with src/sp.h removed
	  non-existing function declaration

2013-10-01 16:04  edzer

	* R/spplot.R:
	  added check draw=TRUE before creating axes labels

2013-09-30 21:38  edzer

	* NAMESPACE,
	  man/panel.Rd: now exporting bbexpand (needed by spacetime)

2013-09-28 10:30  edzer

	* DESCRIPTION,
	  NAMESPACE, man/panel.Rd: exporting longlat.scales (for
	  spacetime).

2013-09-27 12:22  edzer

	* src/gcdist.c:
	  indent

2013-09-26 12:51  edzer

	* src/pip.c,
	  src/pip2.c, src/zerodist.c: changed Rdefines.h into Rinternals.h

2013-09-18 07:40  edzer

	* R/SpatialPointsDataFrame-methods.R:
	  removed constraint that attr(data, "row.names") has to be of
	  mode character before matching IDs in SpatialPointsDataFrame()

2013-09-11 09:12  edzer

	* R/SpatialLines-methods.R,
	  man/SpatialPoints-class.Rd, tests/Examples/sp-Ex.Rout.save:
	  added coerce from SpatialPoints to Line, Lines and SpatialLines

2013-09-05 07:50  edzer

	* DESCRIPTION:
	  updated version; removed Maintainer and Author fields.

2013-09-04 13:33  edzer

	* DESCRIPTION,
	  R/Class-CRS.R, R/Class-GridTopology.R, R/Class-Spatial.R,
	  R/Class-SpatialGrid.R, R/Class-SpatialGridDataFrame.R,
	  R/Class-SpatialLines.R, R/Class-SpatialLinesDataFrame.R,
	  R/Class-SpatialPoints.R, R/Class-SpatialPointsDataFrame.R,
	  R/Class-SpatialPolygons.R, R/Class-SpatialPolygonsDataFrame.R,
	  R/dms.R: version bump, R dependency downgrade; reverted to
	  pre-3.0.0 representation() instead of slots = definitions
	  in setClass()

2013-09-04 10:30  edzer

	* DESCRIPTION:
	  dependency on R 3.0.0

2013-09-02 10:35  edzer

	* R/SpatialPointsDataFrame-methods.R,
	  oChangeLog, svn2cl.xsl, tests/fail1.Rout.save: reworked the
	  SpatialPointsDataFrame construction checks.

2013-09-02 09:49  rsbivand

	* ChangeLog,
	  inst/ChangeLog: tidy

2013-09-02 09:47  rsbivand

	* tests/fail1.Rout.save:
	  test output fail

2013-09-02 09:13  rsbivand

	* .Rbuildignore,
	  man/merge.Rd: .Rbuildignore, merge line length

2013-09-02 08:27  edzer

	* demo/depend.R:
	  tidy

2013-09-01 14:06  edzer

	* R/SpatialPointsDataFrame-methods.R:
	  added one more check before ID's are matched (row.names need
	  be character)

2013-09-01 10:12  rsbivand

	* DESCRIPTION:
	  revert to Author/Maintainer in DESC; change rgeos suggested
	  version

2013-08-30 16:54  edzer

	* DESCRIPTION,
	  NAMESPACE, R/over.R, man/over.Rd,
	  tests/Examples/sp-Ex.Rout.save: export overDF_for_rgeos,
	  for rgeos; define this function in over.R

2013-08-29 21:33  edzer

	* DESCRIPTION:
	  removed lattice from Suggests: field, to address CRAN note.

2013-08-13 19:04  edzer

	* man/Spatial-class.Rd:
	  tidy \alias in doc

2013-08-13 18:50  edzer

	* R/Spatial-methods.R,
	  R/SpatialPointsDataFrame-methods.R, man/Spatial-class.Rd,
	  tests/sp1.Rout.save: [<- method for Spatial*DataFrame objects
	  suggestions from Sebastian Meyer: - SpatialPoints inherit
	  row.names from SpatialPointsDataFrame - selection using [
	  of SpatialPointsDataFrame using row names (character)

2013-07-22 08:13  edzer

	* src/zerodist.c:
	  zerodist() for longlat data was computed falsely; see
	  https://stat.ethz.ch/pipermail/r-sig-geo/2013-July/018930.html

2013-07-18 15:00  edzer

	* R/GridTopology-methods.R,
	  R/SpatialGridDataFrame-methods.R, R/SpatialLines-methods.R,
	  R/SpatialPoints-methods.R, R/SpatialPolygons-displayMethods.R,
	  R/rbind.R, R/spplot.R, inst/ChangeLog: tidy (un-quote first
	  argument of do.call)

2013-07-18 10:29  rsbivand

	* man/SpatialPolygons-class.Rd,
	  man/SpatialPolygons.Rd: comment documentation for
	  SpatialPolygons

2013-07-09 15:28  edzer

	* R/sp_spat1.R:
	  changed setClass to setOldClass, for registring S3 classes.

2013-07-09 15:00  edzer

	* R/Class-CRS.R,
	  R/Class-GridTopology.R, R/Class-Spatial.R,
	  R/Class-SpatialGrid.R, R/Class-SpatialGridDataFrame.R,
	  R/Class-SpatialLines.R, R/Class-SpatialLinesDataFrame.R,
	  R/Class-SpatialPoints.R, R/Class-SpatialPointsDataFrame.R,
	  R/Class-SpatialPolygons.R, R/Class-SpatialPolygonsDataFrame.R,
	  R/dms.R, tests/Examples/sp-Ex.Rout.save: replaced
	  "representation" by "slots" and "contains", as the documention
	  of setClass suggests is needed by R 3.0.0

2013-07-09 08:52  edzer

	* man/disaggregate.Rd,
	  man/merge.Rd: tidy docs

2013-07-05 10:23  edzer

	* vignettes/csdacm.Rnw:
	  mention that csdacm was updated after retirement from asdar.

2013-07-05 10:21  edzer

	* NAMESPACE:
	  exportMethods(merge); this needs raster > 2.1-41 for raster
	  to pass check.

2013-07-03 17:36  edzer

	* DESCRIPTION,
	  NAMESPACE, R/Spatial-methods.R, R/merge.R, man/merge.Rd:
	  added merge method for Spatial objects added an error when an
	  attribute is added or replaced with the same name as one of
	  the coordinates.

2013-07-01 07:27  edzer

	* inst/CITATION:
	  name fix

2013-07-01 07:18  edzer

	* inst/CITATION:
	  mention second edition of ASDAR

2013-06-30 13:30  edzer

	* inst/ChangeLog,
	  inst/doc, vignettes, vignettes/csdacm.Rnw,
	  vignettes/intro_sp.Rnw, vignettes/over.Rnw: moved vignettes
	  to vignette directory

2013-06-30 12:43  edzer

	* R/disaggregate.R,
	  inst/doc/csdacm.Rnw, man/disaggregate.Rd,
	  tests/Examples/sp-Ex.Rout.save: corrected disaggregate; added
	  disaggregate examples updated csdacm vignette to use over()
	  instead of deprecated overlay()

2013-06-28 09:04  edzer

	* man/Spatial-class.Rd,
	  man/disaggregate.Rd: added documentation for disaggregate and
	  aliases for spatstat S4 classes

2013-06-28 05:46  edzer

	* NAMESPACE:
	  export method disaggregate

2013-06-27 20:51  edzer

	* NAMESPACE:
	  exporting spatstat Classes ppp, im, psp, owin

2013-06-27 20:45  edzer

	* R/sp_spat1.R:
	  removed class tess (which is used, nor exported)

2013-06-27 06:54  edzer

	* R/spdists.R,
	  R/zerodist.R, man/zerodist.Rd, src/init.c, src/sp.h,
	  src/zerodist.c: zerodist and zerodist2 now handle longlat data,
	  using sp_gcdist tidied spdists.R

2013-06-25 19:08  edzer

	* R/SpatialLines-methods.R,
	  R/spdists.R, man/SpatialGridDataFrame-class.Rd,
	  man/SpatialPoints-class.Rd, man/SpatialPointsDataFrame-class.Rd,
	  man/spDistsN1.Rd, src/gcdist.c, src/sp.h,
	  tests/Examples/sp-Ex.Rout.save: tidy; added $ method for
	  SpatialPoints, such that meuse$x is found even if x is a
	  coordinate. added methods to convert from spatstat (im, ppp)
	  to Spatial objects

2013-06-25 17:13  rsbivand

	* inst/doc/csdacm.Rnw,
	  inst/doc/csdacm.pdf: adding footnote

2013-06-25 14:09  rsbivand

	* DESCRIPTION:
	  add vignette; fix line length issues

2013-06-25 14:03  rsbivand

	* DESCRIPTION,
	  inst/doc/csdacm.Rnw, inst/doc/csdacm.pdf, inst/doc/intro_sp.pdf,
	  inst/doc/over.pdf, inst/external/seamap105_mod.csv,
	  man/CRS-class.Rd, man/SpatialPolygons-class.Rd,
	  man/SpatialPolygonsDataFrame-class.Rd,
	  man/as.SpatialPolygons.GridTopology.Rd,
	  man/gridlines.Rd, man/nowrapSpatialLines.Rd,
	  man/polygons.Rd, man/recenter-methods.Rd, man/spplot.Rd,
	  tests/Examples/sp-Ex.Rout.save: add vignette; fix line length
	  issues

2013-06-24 21:09  edzer

	* R/SpatialPoints-methods.R,
	  R/disaggregate.R, R/sp_spat1.R, R/unfold.R: added disaggregate
	  functions (not yet exported); added $ method for SpatialPoints
	  that also catches coordinates, as meuse$x sp_spat1 has the
	  conversion from spatstat classes ppp and im to Spatial objects

2013-06-21 14:11  rsbivand

	* R/CRS-methods.R,
	  man/CRS-class.Rd, man/is.projected.Rd, tests/fail1.R,
	  tests/fail1.Rout.save: checks on latlon and lonlat

2013-05-23 19:29  edzer

	* R/Spatial-methods.R,
	  man/spTransform.Rd: added spTransform(ANY) methods that will
	  stop and point to rgdal.

2013-05-07 09:12  rsbivand

	* R/SpatialPoints-methods.R:
	  guard against non-finite coordinates

2013-05-07 07:54  rsbivand

	* inst/include/sp_xports.c,
	  src/sp_xports.c: guard against non-finite polygon coordinates

2013-04-26 08:54  edzer

	* DESCRIPTION,
	  R/SpatialGridDataFrame-methods.R, R/unfold.R: scaffold for
	  unfold - nothing exported; improved coercion function for
	  SpatialPixelsDataFrame to SpatialGridDataFrame, thanks to
	  Jon Skoien.

2013-04-24 07:05  rsbivand

	* ChangeLog,
	  inst/ChangeLog: closeAllConnections in readRAST6 replaced by
	  counted closure

2013-04-22 19:48  edzer

	* DESCRIPTION:
	  version update

2013-04-22 14:49  edzer

	* demo/depend.R:
	  tidy

2013-04-22 14:24  edzer

	* demo/depend.R:
	  better depend script

2013-04-22 09:34  edzer

	* demo/depend.R,
	  man/spTransform.Rd, tests/Examples/sp-Ex.Rout.save,
	  tests/fail1.Rout.save: added spTransform doc, updated checks,
	  depend now uses two cores.

2013-04-19 15:52  edzer

	* DESCRIPTION:
	  increased the rgdal version dependency

2013-04-19 13:16  edzer

	* NAMESPACE,
	  R/Spatial-methods.R: defines generic, and exports method
	  spTransform.

2013-04-12 22:11  mdsumner

	* R/gridlines.R:
	  stringsAsFactors = FALSE for gridat labels, otherwise the
	  factors returned are unusable without conversion to character

2013-03-30 13:36  edzer

	* DESCRIPTION:
	  version bump

2013-03-30 13:33  edzer

	* R/spplot.R:
	  lwd and lty now work on spplot()'ing SpatialPolygonsDataFrame
	  objects; email today on r-sig-geo.

2013-03-29 10:00  rsbivand

	* ChangeLog,
	  inst/ChangeLog: tidy

2013-03-29 09:57  rsbivand

	* inst/include/sp_xports.c:
	  removing clang warnings

2013-03-29 09:56  rsbivand

	* DESCRIPTION,
	  src/Rcentroid.c, src/pip.c, src/pip2.c, src/sp_xports.c,
	  src/zerodist.c: removing clang warnings

2013-03-13 12:34  edzer

	* DESCRIPTION,
	  R/Class-SpatialLines.R, R/Class-SpatialPolygons.R,
	  R/SpatialPolygons-methods.R, R/overlay.R, man/Lines-class.Rd,
	  man/SpatialLines.Rd, man/SpatialPolygonsDataFrame-class.Rd,
	  man/overlay-methods.Rd, man/overlay.Rd, man/sp-deprecated.Rd,
	  tests/Examples/sp-Ex.Rout.save: cleaned up deprecated functions,
	  moved docs to sp-deprecated.Rd added package = "sp" to all
	  .Deprecated calls version bump

2013-03-11 15:27  edzer

	* R/loadmeuse.R,
	  demo/00Index, demo/meuse.R, man/loadmeuse.Rd: moved the
	  functionality from loadMeuse() to demo("meuse")

2013-03-11 11:21  edzer

	* inst/ChangeLog:
	  added ChangeLog

2013-03-11 11:21  edzer

	* R/loadmeuse.R,
	  man/loadmeuse.Rd: loadMeuse() now avoids data() without setting
	  envir to local environment(), and uses assign to assign to
	  .GlobalEnv

2013-03-11 10:42  edzer

	* ChangeLog:
	  submitted 1.0-6 to CRAN; then updated ChangeLog (after sp
	  submission!)

2013-03-02 11:27  edzer

	* man/SpatialPixels-class.Rd,
	  tests/Examples/sp-Ex.Rout.save: corrected documentation about
	  drop=FALSE default argument in [

2013-02-22 16:33  edzer

	* inst/doc/over.Rnw:
	  synchronized with code in sp and rgeos

2013-02-22 14:08  edzer

	* R/over.R:
	  make sure aggregate returns NA for empty sets, and not e.g.
	  -Inf and a warning when fn is max

2013-02-22 11:03  edzer

	* R/over.R,
	  man/over.Rd, tests/Examples/sp-Ex.Rout.save: added some missing
	  over() methods.

2013-02-09 22:31  edzer

	* R/spplot.R:
	  typo.

2013-02-09 17:30  edzer

	* R/spplot.R:
	  added more flexibility in keeping auto.key options.

2013-02-06 11:14  edzer

	* R/spplot.R:
	  addressed the problem raised by David Rossiter in
	  https://stat.ethz.ch/pipermail/r-sig-geo/2013-February/017351.html

2013-02-04 14:51  edzer

	* DESCRIPTION:
	  updated date

2013-02-04 14:51  edzer

	* man/spsample.Rd:
	  updated docs;

2013-01-30 16:59  edzer

	* NAMESPACE,
	  man/mapasp.Rd, man/spsample.Rd: export (and document)
	  degreeAxisLabelsNS|EW

2013-01-22 20:10  edzer

	* demo/gallery.R:
	  use coordinates() for deprecated function

2013-01-22 18:33  edzer

	* tests/Examples/sp-Ex.Rout.save:
	  test outputs now reflect the full CRS of meuse[.grid]

2013-01-22 18:10  edzer

	* DESCRIPTION,
	  R/spplot.R, man/spplot.Rd: update to spplot, suggested in
	  https://stat.ethz.ch/pipermail/r-sig-geo/2013-January/017243.html
	  ; try: library(sp) loadMeuse() spplot(meuse[c("lead", "zinc")],
	  edge.col=1, colorkey=T, cuts=c(10,100,200,500,1000,2000))

2013-01-19 12:22  edzer

	* R/spplot.R:
	  longlat scales for spplot.points were ignored, reported by
	  Oscar Perpiñán Lamigueiro

2013-01-12 13:14  edzer

	* R/loadmeuse.R:
	  changed crs to full CRS, as libproj would fill it in

2013-01-11 11:34  edzer

	* NAMESPACE,
	  R/CRS-methods.R, R/over.R, man/CRS-class.Rd,
	  tests/Examples/sp-Ex.Rout.save: added identicalCRS() function,
	  and used it in all over() methods.

2012-12-28 15:09  edzer

	* DESCRIPTION,
	  R/overlay.R, man/as.SpatialPolygons.GridTopology.Rd,
	  man/overlay-methods.Rd, man/overlay.Rd,
	  tests/Examples/sp-Ex.Rout.save: .Deprecated() overlay; removed
	  them from examples

2012-12-27 19:51  edzer

	* NAMESPACE,
	  R/CRS-methods.R, R/Class-SpatialPolygons.R,
	  R/SpatialPolygons-methods.R,
	  R/SpatialPolygonsDataFrame-methods.R, R/chfids.R,
	  R/point.in.polygon.R, R/zerodist.R: changed
	  .Call("foo",x,package="sp") into .Call(foo,x); NAMESPACE to
	  export symbols accordingly.

2012-12-21 19:48  edzer

	* DESCRIPTION,
	  R/image.R, man/image.Rd, tests/fail1.Rout.save: image() with
	  factor attr now works; updated docs; version bump after CRAN
	  release; tests output update.

2012-12-21 13:42  rsbivand

	* ChangeLog,
	  inst/ChangeLog: tidy

2012-12-21 13:42  rsbivand

	* ChangeLog,
	  R/image.R, inst/ChangeLog, man/image.Rd: tidy

2012-12-21 13:27  edzer

	* R/image.R:
	  factor data are now converted to numeric by
	  image.SpatialGridDataFrame

2012-12-20 23:27  edzer

	* man/SpatialGridDataFrame-class.Rd,
	  tests/Examples/sp-Ex.Rout.save: more tests

2012-12-20 23:15  edzer

	* tests/Examples/sp-Ex.Rout.save:
	  updated test

2012-12-20 21:49  edzer

	* NAMESPACE,
	  R/SpatialGridDataFrame-methods.R,
	  man/SpatialGridDataFrame-class.Rd: added as.array and as(x,
	  "array") methods for SpatialGridDataFrame.

2012-12-18 13:57  edzer

	* DESCRIPTION:
	  version bump.

2012-12-18 08:48  rsbivand

	* ChangeLog,
	  inst/ChangeLog: tidy

2012-12-18 08:47  rsbivand

	* DESCRIPTION,
	  inst/include/sp_xports.c, src/sp_xports.c: catch empty comment
	  string

2012-12-10 17:49  edzer

	* data/meuse.grid.rda,
	  data/meuse.grid_ll.rda, tests/Examples/sp-Ex.Rout.save,
	  tests/grid.Rout.save: changed meuse.grid$soil and
	  meuse.grid_ll$soil into a factor; updated test outputs.

2012-12-05 08:08  rsbivand

	* src/gcdist.c:
	  update link to Javascript GC distance code

2012-11-24 18:46  edzer

	* R/spplot.R:
	  tidy

2012-11-24 15:45  edzer

	* man/char2dms.Rd:
	  typo

2012-11-19 15:49  edzer

	* DESCRIPTION,
	  NAMESPACE: added Barry and Virgilio as ctb

2012-11-15 16:59  edzer

	* NAMESPACE,
	  R/SpatialPointsDataFrame-methods.R,
	  R/spplot.R, man/SpatialPolygons-class.Rd,
	  man/SpatialPolygonsDataFrame-class.Rd,
	  tests/Examples/sp-Ex.Rout.save: removed some sample.Polygon(s)
	  from examples; tidied NAMESPACE

2012-11-13 15:59  edzer

	* DESCRIPTION,
	  NAMESPACE, R/CRS-methods.R, man/image.Rd, tests/Examples,
	  tests/Examples/sp-Ex.Rout.save: moved Depends: to Imports: ;
	  updated to new rgdal CRS interface; added examples output, and
	  changed some (removed system.time(), to get consistent outputs)

2012-10-31 17:58  edzer

	* DESCRIPTION,
	  R/CRS-methods.R, inst/ChangeLog: version increase; rgdal
	  dependency on 0.7-21 (svn); now calls R wrapper for checkCRSArgs
	  in rgdal.

2012-10-31 15:13  edzer

	* NAMESPACE,
	  inst/ChangeLog, tests/fail1.Rout.save: NAMESPACE: tidy;
	  ChangeLog: update; fail1 test: sync with R 2.15.2

2012-10-28 13:25  rsbivand

	* R/SpatialPolygons-methods.R:
	  tess/Polygons crash prevention

2012-10-21 20:25  edzer

	* inst/doc/over.Rnw:
	  added reference to spatio-temporal overlay/aggregation vignette.

2012-10-19 19:41  rsbivand

	* inst/include/sp_xports.c,
	  src/sp_xports.c: adding comment about ringDir

2012-10-12 21:05  edzer

	* man/bpy.colors.Rd:
	  removed dead link

2012-10-10 16:27  edzer

	* ChangeLog,
	  DESCRIPTION: version update

2012-10-09 21:00  edzer

	* R/spsample.R:
	  forgot ,,drop=FALSE in sample.Spatial, which broke surveillance.

2012-10-07 15:30  edzer

	* R/SpatialGridDataFrame-methods.R,
	  R/SpatialLines-methods.R: SpatialLines: cosmetics;
	  SpatialGridDataFrame: data.frame() no longer converts character
	  into factor.

2012-10-06 16:05  edzer

	* R/spplot.R:
	  repaired sp.polygons, after report on r-sig-geo

2012-10-05 15:00  edzer

	* R/SpatialGridDataFrame-methods.R,
	  R/SpatialLinesDataFrame-methods.R,
	  R/SpatialPolygonsDataFrame-methods.R: buglet in
	  [.SpatialPixelsDataFrame, is.na(i) was called before over()

2012-10-03 14:31  edzer

	* DESCRIPTION,
	  R/CRS-methods.R, R/over.R, man/over.Rd: reverted back rgdal
	  calling issue; DESCRIPTION: took out rgdal version requirement
	  over: no changes, but (hopefully) more clear documentation.

2012-09-30 18:59  edzer

	* DESCRIPTION,
	  R/CRS-methods.R: version update; use R function call to rgdal
	  instead of .Call'ing a rgdal routine, for checking CRS (depends
	  on rgdal >= 0.7-20).

2012-09-29 12:11  edzer

	* R/image.R:
	  image for constant valued SpatialPixelsDataFrame would plot
	  full bbox

2012-09-28 22:09  rsbivand

	* ChangeLog,
	  inst/ChangeLog: tidy

2012-09-28 18:53  edzer

	* TODO:
	  cleanup

2012-09-28 18:52  edzer

	* scripts:
	  cleanup

2012-09-28 18:34  edzer

	* DESCRIPTION:
	  version number change.

2012-09-28 12:08  edzer

	* man/panel.Rd:
	  updated docs of sp.grid

2012-09-28 11:18  edzer

	* NAMESPACE,
	  R/spplot.R: further support for grid.path, and grid.rect &
	  colors in sp.grid; see r-sig-geo post.

2012-09-28 10:27  edzer

	* R/spplot.R:
	  support polygons with holes as plotting object, and have
	  another feature shine through; modified sp.grid such that it
	  does something useful with colors.

2012-09-28 09:28  edzer

	* R/SpatialPolygons-methods.R,
	  R/spplot.R: corrected bug in coordinates method for
	  SpatialPolygons; support for polygons with holes in spplot,
	  when in sp.layout argument

2012-09-27 20:12  edzer

	* inst/doc/intro_sp.Rnw:
	  added length() generic.

2012-09-27 20:11  edzer

	* R/spsample.R:
	  moved all overlay() into over(); deselect points outside bbox
	  when global longlat coverage caused an error.

2012-08-29 14:31  edzer

	* R/loadmeuse.R,
	  man/loadmeuse.Rd: added (optional) loading of the meuse river
	  data, as SpatialPolygons object

2012-08-10 20:10  rsbivand

	* NAMESPACE:
	  added usePolypath option

2012-08-10 20:04  rsbivand

	* DESCRIPTION,
	  R/AAA.R, R/SpatialPolygons-displayMethods.R, R/spOptions.R,
	  man/SpatialPolygons-class.Rd: added usePolypath option

2012-06-30 11:22  edzer

	* R/subset.R:
	  bug fix, suggested by Sebastian Meyer, 6/26/2012

2012-06-23 15:56  edzer

	* man/00sp.Rd:
	  updated \url{}s

2012-06-23 14:02  edzer

	* R/loadmeuse.R:
	  added CRS to meuse and meuse.grid when loaded with loadMeuse()

2012-06-18 20:59  edzer

	* man/spChFIDs-methods.Rd:
	  added spChFID<-

	  docs

2012-06-18 19:50  edzer

	* NAMESPACE,
	  R/Spatial-methods.R, R/SpatialPolygons-methods.R,
	  R/SpatialPolygonsDataFrame-methods.R: added spChFIDs<- method;
	  (row.names<- already did this, too) coordinates() methods for
	  SpatialPolygons[DF] get IDs as row.names

2012-05-10 07:25  edzer

	* DESCRIPTION:
	  version update

2012-04-27 13:25  rsbivand

	* ChangeLog,
	  inst/ChangeLog: tidy

2012-04-27 13:25  rsbivand

	* man/SpatialPolygons-class.Rd:
	  polypath default TRUE

2012-04-27 12:59  rsbivand

	* R/SpatialPolygons-displayMethods.R:
	  polypath default TRUE

2012-04-20 18:03  edzer

	* NAMESPACE,
	  man/panel.Rd: export, and document sp.panel.layout(), as might
	  be required by ade4

2012-04-16 13:12  rsbivand

	* DESCRIPTION:
	  adding top-level comment to SpatialPolygons for all member
	  Polygons commented with OGC SFS kludge

2012-04-16 13:09  rsbivand

	* R/SpatialPolygons-methods.R,
	  R/SpatialPolygonsDataFrame-methods.R: adding top-level comment
	  to SpatialPolygons for all member Polygons commented with OGC
	  SFS kludge

2012-04-16 08:48  edzer

	* man/over.Rd:
	  added comment about left outer join.

2012-04-09 18:16  rsbivand

	* ChangeLog,
	  inst/ChangeLog: update hole in Polygons documentation

2012-04-09 18:15  rsbivand

	* man/Polygons-class.Rd:
	  update hole in Polygons documentation

2012-04-04 18:03  edzer

	* DESCRIPTION:
	  DESCRIPTION depends on R >= 2.14.0

2012-04-03 20:11  edzer

	* DESCRIPTION,
	  R/spplot.R: updated DESCRIPTION (removed author/maintainer
	  fields); addressed spplot issue today on r-sig-geo

2012-04-03 13:29  edzer

	* R/gridlines.R,
	  tests/grid.Rout.save, tests/pass1.Rout.save,
	  tests/sp1.Rout.save, tests/zerodist.Rout.save: aligned test
	  output with R 2.15.0

2012-03-30 07:39  rsbivand

	* R/projected.R:
	  fix condition in replace CRS method

2012-03-28 10:28  rsbivand

	* ChangeLog,
	  inst/ChangeLog: tidy

2012-03-28 10:26  rsbivand

	* NAMESPACE,
	  R/AAA.R, R/projected.R, R/spOptions.R, man/is.projected.Rd:
	  option warn replace CRS

2012-03-27 12:13  edzer

	* DESCRIPTION,
	  demo/depend.R: version increase; --as-cran added to dependency
	  script

2012-03-27 11:16  edzer

	* demo/depend.R:
	  parallel package checking.

2012-03-26 20:54  edzer

	* R/spplot.R:
	  resolved cex issue.

2012-03-26 11:55  edzer

	* DESCRIPTION,
	  R/spplot.R, inst/ChangeLog, inst/doc/intro_sp.Rnw,
	  inst/doc/sp.Rnw: renamed sp vignette (for right order on
	  CRAN page); version increase; added cex.key argument for
	  spplot.points method.

2012-03-22 21:53  edzer

	* inst/doc/over.Rnw:
	  improvements, sent by John Baumgartner.

2012-03-16 14:01  edzer

	* R/SpatialGrid-methods.R:
	  allow character proj4string in SpatialGrid()

2012-03-09 22:55  edzer

	* DESCRIPTION,
	  NAMESPACE, R/SpatialGrid-methods.R,
	  R/SpatialGridDataFrame-methods.R, R/SpatialPoints-methods.R,
	  R/SpatialPointsDataFrame-methods.R, R/subset.R,
	  man/Spatial-class.Rd, tests/zerodist.Rout.save: removed existing
	  subset method, and replaced them with a single S3 subset that
	  works for all Spatial objects that have a [ method (using the
	  syntax, and the example of subset.data.frame).

2012-03-05 13:39  edzer

	* DESCRIPTION:
	  version / date update

2012-03-05 08:36  edzer

	* DESCRIPTION,
	  R/spplot.R: spplot for SpatialPointsDataFrames used data
	  value order, rather than data record order, as noted in:
	  https://stat.ethz.ch/pipermail/r-sig-geo/2012-March/014399.html
	  this has now been changed.

2012-03-01 18:56  edzer

	* man/SpatialPolygons-class.Rd,
	  man/SpatialPolygonsDataFrame-class.Rd: added vignette examples
	  from scratch to SpatialPolygons man pages

2012-03-01 06:49  edzer

	* R/over.R,
	  inst/ChangeLog: speed issue with %over%, reported on r-sig-geo

2012-02-15 11:31  edzer

	* DESCRIPTION,
	  R/SpatialGridDataFrame-methods.R,
	  R/SpatialLinesDataFrame-methods.R,
	  R/SpatialPointsDataFrame-methods.R,
	  R/SpatialPolygonsDataFrame-methods.R: added checkNames, that
	  checks names<- gets syntactically valid names set.

2012-02-13 22:09  edzer

	* DESCRIPTION,
	  R/SpatialGrid-methods.R, man/SpatialGrid-class.Rd: date;
	  added coordnames method for SpatialGrid objects

2012-02-06 16:51  edzer

	* demo/00Index,
	  demo/depend.R: added script that runs R CMD check on packages
	  depeding on sp

2012-02-01 23:00  edzer

	* DESCRIPTION,
	  NAMESPACE, R/SpatialGrid-methods.R, man/gridindex2nb.Rd:
	  version bump; tidied gridIndex2nb function + docs, exported
	  it in NAMESPACE

2012-02-01 12:00  edzer

	* R/overlay.R,
	  inst/ChangeLog: overlay() for
	  SpatialGridDataFrame,SpatialPolygons again falls back on
	  SpatialPoints,SpatialPolygons

2012-01-31 21:48  rsbivand

	* ChangeLog,
	  inst/ChangeLog: tidy

2012-01-31 21:46  rsbivand

	* ChangeLog,
	  inst/ChangeLog: tidy

2012-01-31 19:09  edzer

	* R/gridded.R:
	  removed unneeded testing code / cleanup.

2012-01-27 16:14  edzer

	* R/SpatialGrid-methods.R:
	  cleaned up construction of SpatialGrid (bbox)

2012-01-25 08:20  edzer

	* R/Class-SpatialGrid.R:
	  added more checks to SpatialPixels validity function.

2012-01-23 18:25  edzer

	* R/overlay.R,
	  man/overlay-methods.Rd: added overlay methods for SpatialGrid*

2012-01-23 15:51  edzer

	* R/Class-SpatialGrid.R,
	  R/Class-SpatialGridDataFrame.R, R/SpatialGrid-methods.R,
	  R/SpatialGridDataFrame-methods.R, R/over.R,
	  man/SpatialGrid-class.Rd, man/SpatialGridDataFrame-class.Rd,
	  man/over.Rd, tests/grid.Rout.save: SpatialGrid no longer
	  subclasses SpatialPixels (by setIs); only explicit coercion
	  brings one into the other.

2012-01-22 20:44  rsbivand

	* R/SpatialGrid-methods.R,
	  R/SpatialGridDataFrame-methods.R: timings

2011-12-23 10:17  edzer

	* man/00sp.Rd:
	  removed references to Cell (Pixels) or Gridded (Grid)

2011-12-22 14:49  edzer

	* R/SpatialGridDataFrame-methods.R:
	  allow selection of single cell in SpatialGridDataFrame object.

2011-12-21 17:48  edzer

	* tests/fail1.R,
	  tests/fail1.Rout.save: some more tests for image()

2011-12-21 17:03  edzer

	* R/image.R,
	  tests/fail1.R, tests/fail1.Rout.save: zlim did not work with
	  useRasterImage = TRUE; added image() tests to fail1.R (better
	  late than never!)

2011-12-21 15:43  edzer

	* DESCRIPTION:
	  version increase.

2011-12-20 17:02  edzer

	* DESCRIPTION,
	  R/image.R: version bump; corrected error in image(x,2), which
	  broke other CRAN packages

2011-12-19 21:50  edzer

	* R/image.R,
	  man/image.Rd: breaks in image() did not work if useRasterImage
	  was TRUE; fixed.

2011-12-19 09:08  rsbivand

	* data/Rlogo.R,
	  data/Rlogo.rda, data/meuse.R, data/meuse.grid.R,
	  data/meuse.grid.rda, data/meuse.rda, data/meuse.riv.R,
	  data/meuse.riv.rda: convert data R to rda

2011-12-19 07:20  rsbivand

	* ChangeLog,
	  inst/ChangeLog: tidy

2011-12-19 07:14  rsbivand

	* DESCRIPTION:
	  tidy

2011-12-18 19:05  edzer

	* R/image.R,
	  inst/ChangeLog, makefile, man/image.Rd, tests/fail1.Rout.save:
	  added zlim argument to image and documentation;


2011-12-17 15:19  rsbivand

	* DESCRIPTION,
	  NAMESPACE, R/AAA.R, R/Class-Spatial.R, R/projected.R,
	  R/spOptions.R, man/Spatial-class.Rd, man/is.projected.Rd:
	  adding tolerance and warning options to ll sanity check

2011-11-23 20:32  edzer

	* DESCRIPTION,
	  NAMESPACE: added graphics to Depends: ; cleaned NAMESPACE file

2011-11-23 08:28  edzer

	* ChangeLog,
	  DESCRIPTION: added Import: graphics to DESCRIPTION

2011-11-14 12:43  edzer

	* inst/doc/over.Rnw:
	  added abstract.

2011-10-25 16:37  edzer

	* R/SpatialGrid-methods.R:
	  as.SpatialPolygons.SpatialGrid now keeps proj4string

2011-10-21 14:47  rsbivand

	* ChangeLog,
	  inst/ChangeLog: tidy

2011-10-19 19:21  rsbivand

	* inst/include/sp_xports.c,
	  src/sp_xports.c: add space character for safety in comment

2011-10-19 18:47  rsbivand

	* ChangeLog,
	  inst/ChangeLog: tidy

2011-10-19 18:46  rsbivand

	* inst/include/sp_xports.c,
	  src/sp_xports.c: fix comment string length

2011-10-19 18:01  rsbivand

	* ChangeLog,
	  inst/ChangeLog: tidy

2011-10-19 18:00  rsbivand

	* inst/include/sp_xports.c,
	  src/sp_xports.c: add \0 to comment string

2011-10-18 19:30  edzer

	* DESCRIPTION,
	  man/over.Rd: extended over examples, after email on r-sig-geo;
	  version update

2011-10-17 13:19  edzer

	* DESCRIPTION,
	  R/over.R, R/overlay.R: version update; functions are now
	  applied column-wise to data.frame attribute tables in overlay()
	  and over()

2011-10-07 16:25  edzer

	* tests/spplot.Rout.save:
	  updated test, now without warning

2011-10-07 16:24  edzer

	* R/spplot.R:
	  added row.names to xy, to avoid warning from addNAemptyRowsCols.

2011-10-07 12:04  barryrowlingson

	* man/00sp.Rd,
	  man/Spatial-class.Rd: Corrected spelling of Rowlingson

2011-09-30 07:29  edzer

	* R/point.in.polygon.R:
	  removed gc() call, and the need for a temporary object,
	  because it resulted in a large performance overhead.

2011-09-24 15:50  edzer

	* R/image.R:
	  meuse.grid -> x in image.SpatialPixels

2011-09-24 15:44  edzer

	* R/SpatialGridDataFrame-methods.R,
	  R/SpatialPointsDataFrame-methods.R: SpatialPointsDataFrame.R:
	  no changes SpatialGridDataFrame: constructor function passes
	  only geometry as arg x

2011-09-19 08:51  rsbivand

	* ChangeLog,
	  inst/ChangeLog: tidy

2011-09-19 08:47  rsbivand

	* NAMESPACE,
	  R/image.R, man/image.Rd: adding image.SpatialPixels

2011-09-19 08:27  rsbivand

	* R/image.R:
	  change to suppressWarnings() in image()

2011-09-18 18:02  edzer

	* NAMESPACE,
	  R/projected.R: cosmetic / cleaned up files.

2011-09-18 17:48  edzer

	* DESCRIPTION,
	  R/AAA.R, R/Class-SpatialGrid.R, R/Spatial-methods.R,
	  R/SpatialGrid-methods.R, R/SpatialGridDataFrame-methods.R,
	  R/gridded.R, R/projected.R, man/gridded-methods.Rd,
	  tests/fail1.R, tests/fail1.Rout.save, tests/grid.R,
	  tests/grid.Rout.save: version update; proj4string,
	  proj4string<-, gridded, gridded<-, is.projected<-
	  are now all S4 methods; SpatialGrid no longer inherits
	  SpatialPixels directly but Spatial; it is made SpatialPixels
	  by a call to setIs(), which sets the right coercion
	  function (the previous setAs() failed to do this, see
	  https://stat.ethz.ch/pipermail/r-devel/2011-September/062037.html
	  .onLoad outcommented (warnings on CRAN); updated and checked
	  test results; updated manuals.

2011-09-17 19:24  rsbivand

	* R/image.R:
	  supress warning when plotting window in image

2011-09-14 10:22  rsbivand

	* ChangeLog,
	  inst/ChangeLog: Changelog update

2011-09-14 10:20  edzer

	* src/pip.c:
	  replaced Calloc/Free with call to R_alloc.

2011-09-14 09:26  edzer

	* DESCRIPTION,
	  src/pip.c, src/zerodist.c: version update; PROTECT/UNPROTECT
	  in pip.c.

2011-09-14 05:51  edzer

	* DESCRIPTION,
	  NAMESPACE, R/Spatial-methods.R, R/gridded.R, R/projected.R:
	  changed proj4string, is.projected and gridded back from S4
	  to S3.

2011-09-13 14:30  edzer

	* DESCRIPTION,
	  NAMESPACE: removed authors@R field; export
	  subset.SpatialPixels[DataFrame] in NAMESPACE

2011-09-12 13:06  edzer

	* DESCRIPTION,
	  R/SpatialPointsDataFrame-methods.R: version update;
	  row.names.SpatialPointsDataFrame now returns @data row.names
	  if coordinates do not have row.names specified.

2011-09-11 17:04  edzer

	* DESCRIPTION,
	  NAMESPACE, R/AAA.R, R/Class-SpatialGridDataFrame.R,
	  R/Spatial-methods.R, R/SpatialGridDataFrame-methods.R,
	  R/gridded.R, R/projected.R: removed .onLoad("methods")
	  in AAA.R; moved proj4string<- (again!)  to S4; tried
	  to have fullgrid and fullgrid<- as S4, but failed; added
	  contains="SpatialPointsDataFrame" to SpatialPixelsDataFrame so
	  that the setIs() could be removed (read ?setIs for reasons why);

2011-08-25 11:06  edzer

	* DESCRIPTION,
	  man/gridlines.Rd: updated Authors@R field in DESCRIPTION;
	  gridlines edits

2011-08-05 08:45  rsbivand

	* man/Polygon-class.Rd,
	  man/Polygons-class.Rd: clarifying polygon areas

2011-07-25 16:45  edzer

	* R/SpatialLinesDataFrame-methods.R,
	  R/SpatialPointsDataFrame-methods.R,
	  R/SpatialPolygonsDataFrame-methods.R: match.ID = "name" in
	  constructor functions did not work properly (anymore?).

2011-07-10 13:58  edzer

	* DESCRIPTION,
	  R/GridTopology-methods.R: updated package date; improved
	  points2grid to handle differences in unique coordinates, VERY
	  close to zero (e.g., along one column, the x coordinates differ
	  very little).

2011-07-09 21:53  edzer

	* NAMESPACE,
	  R/Spatial-methods.R, R/SpatialGrid-methods.R, R/projected.R:
	  1.  moved proj4string<- from S4 to S3; added an 2.
	  as("SpatialGrid", "SpatialPoints") method. (for some reason,
	  2 needed 1)

2011-07-08 08:59  rsbivand

	* inst/ChangeLog:
	  adding side to gridat

2011-07-08 08:59  rsbivand

	* ChangeLog:
	  adding side to gridat

2011-07-08 08:58  rsbivand

	* DESCRIPTION,
	  R/gridlines.R, man/gridlines.Rd: adding side to gridat

2011-07-06 13:41  edzer

	* R/SpatialGrid-methods.R,
	  man/gridlines.Rd: added two (non-exported) functions to figure
	  out neighbourhoods from grid indexes; gridlines now refers to
	  llgridlines in rgdal.

2011-07-05 14:33  edzer

	* man/gridlines.Rd:
	  added projected LL lines to example section.

2011-07-04 19:11  edzer

	* R/AAA.R:
	  remove some unnecessary things from AAA.R

2011-06-29 08:25  edzer

	* R/SpatialGrid-methods.R:
	  reverted previous commit, which did not make sense.

2011-06-29 08:10  edzer

	* R/SpatialGrid-methods.R:
	  added a _ separator to create IDs from SpatialPixel grid.index
	  values

2011-06-21 19:33  edzer

	* DESCRIPTION,
	  R/over.R: version bump; no changes to over.R

2011-06-14 20:55  edzer

	* R/spplot.R:
	  layout (no changes)

2011-06-12 20:22  edzer

	* man/over.Rd:
	  added some examples to `over' documentation

2011-06-12 20:08  edzer

	* DESCRIPTION,
	  man/over.Rd, man/overlay.Rd, tests/spplot.Rout.save: updated
	  the rgeos version in Suggest: field; improved over docs; added
	  to overlay that there is now a better (?)  overlay in over.

2011-06-10 22:21  rsbivand

	* ChangeLog,
	  inst/ChangeLog: SPDF sizes sanity check

2011-06-10 22:20  rsbivand

	* R/SpatialPolygonsDataFrame-methods.R:
	  SPDF sizes sanity check

2011-06-10 22:05  rsbivand

	* ChangeLog,
	  inst/ChangeLog: sp comment buffer overflow fix

2011-06-10 22:03  rsbivand

	* DESCRIPTION,
	  inst/include/sp.h, inst/include/sp_xports.c, src/init.c,
	  src/sp.h, src/sp_xports.c: sp comment buffer overflow fix

2011-05-31 12:13  edzer

	* R/over.R:
	  is.nan -> is.na (causes check error in R c56002)

2011-05-30 20:31  edzer

	* NAMESPACE,
	  inst/doc/over.Rnw, man/geometry-methods.Rd: removed kmeans from
	  namespace; allow returnList=TRUE option to all over() methods.

2011-05-30 13:06  edzer

	* R/over.R:
	  added comment

2011-05-30 06:58  edzer

	* R/over.R,
	  inst/doc/over.Rnw: now allow returnList for all over() methods

2011-05-26 19:09  edzer

	* inst/doc/over.Rnw:
	  some improvements.

2011-05-25 12:39  edzer

	* DESCRIPTION,
	  R/SpatialGrid-methods.R, man/point.in.polygon.Rd: added Author@R
	  in DESCRIPTION; removed gstat reference to InPoly()

2011-05-24 10:08  edzer

	* R/GridTopology-methods.R,
	  R/SpatialGrid-methods.R, R/SpatialGridDataFrame-methods.R,
	  R/gridded.R, man/SpatialGrid.Rd, man/SpatialGridDataFrame.Rd,
	  tests/grid.Rout.save, tests/spplot.Rout.save: see my message at
	  http://lists.r-forge.r-project.org/pipermail/rspatial-devel/2011-May/000001.html
	  restructuring of the behaviour of SpatialPixels and
	  SpatialPixelsDataFrame, and how selection on them works.

2011-05-23 13:48  edzer

	* man/spplot.Rd:
	  added docs on first item in sp.layout list.

2011-05-11 20:33  edzer

	* tests/over.Rout.save:
	  added over.R tests results

2011-05-11 20:17  edzer

	* DESCRIPTION:
	  rgeos version dependence; URL to r-forge.

2011-05-11 12:52  edzer

	* inst/doc/over.Rnw:
	  completed table


2011-05-11 12:49  edzer

	* inst/doc/over.Rnw:
	  added example of line overlay over pixels.

2011-05-09 19:59  edzer

	* DESCRIPTION,
	  R/over.R, inst/doc/over.Rnw: version bump; added rgeos examples
	  to over vignette; added rgeos to suggests field in DESCRIPTION

2011-05-09 13:02  edzer

	* DESCRIPTION:
	  version bump

2011-05-09 13:02  edzer

	* R/spsample.R:
	  Ben Graeler's bug fix for clustered sampling

2011-04-13 02:44  edzer

	* NAMESPACE:
	  removed as.SGDF.SPixDF

2011-04-13 00:40  edzer

	* DESCRIPTION:
	  date update

2011-04-04 21:03  edzer

	* NAMESPACE,
	  R/SpatialGridDataFrame-methods.R,
	  R/SpatialPointsDataFrame-methods.R: row.names(x)<- now also
	  changes @data row.names, for SpatialPointsDataFrame (spTransform
	  would complain, otherwise)

2011-03-14 16:23  edzer

	* DESCRIPTION,
	  R/GridTopology-methods.R, man/gridded-methods.Rd,
	  tests/fail1.Rout.save: version bump; print err2 with 6 signif,
	  man page correction

2011-03-14 08:49  rsbivand

	* ChangeLog,
	  inst/ChangeLog: TRUE to value in usage in gridded-methods.Rd

2011-03-14 08:48  rsbivand

	* man/gridded-methods.Rd:
	  TRUE to value in usage in gridded-methods.Rd

2011-03-13 20:10  rsbivand

	* INDEX:
	  remove INDEX

2011-03-13 20:03  rsbivand

	* ChangeLog,
	  inst/ChangeLog: hypot for pythag in C code

2011-03-13 20:01  rsbivand

	* src/gcdist.c:
	  hypot for pythag in C code

2011-03-08 13:40  rsbivand

	* R/spsample.R,
	  man/spsample.Rd: sample.Polygons index fix - hole heuristic
	  removed - holes must be correctly defined if need be

2011-03-07 20:52  rsbivand

	* R/spsample.R:
	  sample.Polygons index fix

2011-02-28 20:21  rsbivand

	* R/SpatialPoints-methods.R:
	  SpatialPoints [ bounding box bug (since 993)

2011-02-28 10:21  edzer

	* NAMESPACE,
	  R/over.R, inst/doc/over.Rnw: improved aggregate examples in
	  "over" vignette.

2011-02-23 18:41  edzer

	* DESCRIPTION:
	  version number increase

2011-02-23 18:24  rsbivand

	* R/CRS-methods.R,
	  man/CRS-class.Rd: adding checks in CRS() and details in
	  help page

2011-02-23 07:08  edzer

	* man/CRS-class.Rd:
	  updated URL of proj

2011-02-22 20:35  edzer

	* DESCRIPTION,
	  NAMESPACE, R/GridTopology-methods.R, R/SpatialGrid-methods.R,
	  R/SpatialGridDataFrame-methods.R, R/SpatialPolygons-methods.R,
	  man/SpatialGrid.Rd, man/SpatialGridDataFrame.Rd,
	  man/SpatialPolygons-class.Rd, tests/fail1.R,
	  tests/fail1.Rout.save, tests/grid.Rout.save,
	  tests/spplot.Rout.save: version update; added patch coerce
	  from SpatialPolygons to SpatialPolygonsDataFrame (with dummy
	  data.frame, to allow export to shapefile), removed fuzz.tol
	  argument and code that guessed grid layouts, modified tests
	  accordingly.

2011-02-22 17:55  edzer

	* man/GridTopology-class.Rd,
	  man/SpatialGrid-class.Rd, man/SpatialPixels-class.Rd,
	  man/SpatialPixelsDataFrame-class.Rd, man/SpatialPoints-class.Rd:
	  removed the ~~~ from doc files

2011-02-22 16:37  rsbivand

	* ChangeLog,
	  inst/ChangeLog: tidy

2011-02-22 16:24  rsbivand

	* oChangeLog,
	  svn2cl.xsl: tidy

2011-02-22 16:18  rsbivand

	* .:
	  tidy

2011-02-15 16:24  edzer

	* improved
	  readability remove.duplicates.

2011-02-12 12:58  edzer

	* version
	  bump

2011-02-11 20:14  edzer

	* changed
	  "overlay" into "over" for selection methods; corrected %over%
	  printing in docs.

2011-01-16 12:55  rsbivand

	* clarify
	  longlat in spDistsN1.Rd

2010-12-19 12:09  edzer

	* added
	  example

2010-12-18 16:19  edzer

	* made
	  over pass R < 2.12

2010-12-18 16:06  edzer

	* version
	  bump

2010-12-18 16:06  edzer

	* added
	  length method for Spatial*DataFrame objects

2010-12-18 15:51  edzer

	* changed
	  max = 255 into maxColorValue = 255, avoiding partial argument
	  matching

2010-12-15 17:10  edzer

	* patch
	  to r-sig-geo of Dylan Beaudette, 15 dec 2011

2010-12-13 21:09  edzer

	* removed
	  restriction to non-overlapping polygons from docs.

2010-12-12 21:52  edzer

	* version
	  update; take aggregate from stats namespace; spatial
	  objects in selections like points[polygon,] now also work for
	  Spatial*DataFrame as selection criterion (taking the geometry
	  of it); removed the returnList=TRUE option for those "over"
	  methods that do not (yet) support it (triggers error). Changed
	  vignette and tests accordingly.

2010-11-29 19:11  edzer

	* corrected
	  inportFrom into importFrom

2010-11-22 20:47  edzer

	* small
	  mistakes in code/docs to make sp pass check;

2010-11-22 20:23  edzer

	* added
	  aggregate method; added coercion from SpatialGrid* to
	  SpatialPolygon*; version bump; added second vignette

2010-11-22 11:38  edzer

	* added
	  addAttrToGeom method to create a SpatialXxxDataFrame from a
	  SpatialXxx object and a data.frame, with instances for each
	  SpatialXxx.

2010-11-18 21:36  edzer

	* removed
	  the full matrix need in .invert

2010-11-15 22:53  edzer

	* modified
	  some of the over and pointInPol functions to catch the case
	  where more than one polygon coves a point (think package
	  cshapes)

2010-11-13 19:43  edzer

	* forgot
	  to add & commit the docs for the geometry method, mentioned
	  in the previous commit.

2010-11-13 19:37  edzer

	* match.ID
	  in SpatialXxxDataFrame() now can be character, in which case
	  the corresponding column in the data.frame is used; A generic
	  geometry() converts a SpatialXxxDataFrame into a SpatialXxx. A
	  generic over() provides a better overlay then overlay --
	  it is consistent in that over(x,y) provides characteristics
	  of y on spatial locations of x -- I didn't modify overlay()
	  as too many instances (including the book) rely on its
	  inconsistency. Selection of objects can now be done by spatial
	  objects: x[y] returns the polygons x covered by points y, or
	  the points x inside polygons y, etc. Related to this: x[x$dist
	  < 30,] would work for SpatialPixelsDataFrame but fail for
	  SpatialGridDataFrame -- it now works; any i-selector (first,
	  with ,) longer than the number of rows selects the cells.
	  Selecting cells means essentially that de-selected cells get
	  assigned NA (!). a names methods for SpatialPolygons was added.

2010-11-08 21:26  edzer

	* reverted
	  overlay changes back to 0.9-72 state.

2010-11-08 17:27  edzer

	* added
	  a geometry generic and method, that returns the coercion to
	  a Spatial* object from a Spatial*DataFrame object.

2010-11-08 12:56  edzer

	* docs
	  pass check

2010-11-08 12:34  edzer

	* modified
	  (corrected?)	overlay methods; see post on r-spatial-devel;
	  added selection with Spatial object to SpatialPolygons objects.

2010-11-06 10:40  edzer

	* extended
	  "[" method for these classes to allow the first argument that
	  is of class "Spatial"; in that case, the selection will be
	  those items that do not result in an NA when overlaied with
	  the object. for SpatialGridDataFrame, I now allow the first
	  index to be of length nrow(x@data), meaning that cell-by-cell
	  selection takes place instead of row-based.

2010-10-31 13:01  edzer

	* added
	  ,drop=FALSE to as.image function, for the case of single row
	  or col grids

2010-10-25 18:29  rsbivand

	* added
	  extra check to points2grid

2010-10-19 10:08  edzer

	* version
	  update; changed comment

2010-10-15 18:25  edzer

	* spDists
	  now returns always matrix, also in case of dim 1 x 1

2010-10-11 08:46  edzer

	* version
	  update; added import(lattice) to decrease R version depency
	  to 2.10.0

2010-10-11 08:37  edzer

	* version
	  update; gallery update

2010-10-08 15:09  edzer

	* update
	  sp.layout in spplot of polygons, to work just as with grids.

2010-10-04 18:21  edzer

	* version
	  update; expanded Suggest: field with rgdal and lattice

2010-09-28 19:29  edzer

	* corrected
	  help for cuts argument

2010-09-20 14:12  edzer

	* updated
	  version

2010-09-20 14:12  edzer

	* updated
	  date

2010-09-20 06:24  rsbivand

	* test
	  save

2010-09-20 06:24  rsbivand

	* test
	  save

2010-09-19 19:16  edzer

	* row.names
	  no longer returns NULL for points and pixels. is.projected,
	  proj4string and proj4string<- are now S4 generics

2010-09-16 20:13  edzer

	* added
	  row.names methods for SpatialGrid and SpatialGridDataFrame;
	  cleaned up levelplot panel and opan stuff; zerodist was not
	  touched afaics

2010-08-28 14:25  rsbivand

	* as.double
	  to storage.mode

2010-08-04 13:51  rsbivand

	* rasterImage
	  SDI detection

2010-08-03 12:13  rsbivand

	* rasterImage
	  fix for transparency and single unique value rasters

2010-08-02 16:39  rsbivand

	* rasterImage
	  fix for transparency and single unique value rasters

2010-07-28 22:30  edzer

	* extended
	  ID documentation; added examples; suggestion Michael Friendly
	  on r-sig-geo

2010-07-19 19:07  rsbivand

	* including
	  polypath from graphics if available, and panel.levelplot.raster

2010-07-16 14:08  rsbivand

	* two
	  changes: pointsInPolygons and sample.Polygons hole logic

2010-07-14 14:31  rsbivand

	* coerce
	  ID to character in Lines

2010-07-12 19:59  rsbivand

	* tidy

2010-07-07 21:41  edzer

	* increased
	  version number.

2010-07-07 21:40  edzer

	* added
	  length() S3 methods

2010-07-07 21:39  edzer

	* added
	  length() methods for Spatial objects; small improvements to
	  the asWKT printing.

2010-07-07 14:02  mdsumner

	* more
	  consistent handling of lwd and lty arguments passed to
	  lines() by plotSpatialLines - multiple values for each are
	  now recycled as necessary also added arguments lend, ljoin
	  and lmitre for lines()

2010-07-06 16:06  edzer

	* changed
	  the col recycling in plot.SpatialLines; suggestion by Michael
	  Sumner on r-spatial-devel mailing list

2010-06-23 12:25  rsbivand

	* tidy

2010-06-23 11:45  edzer

	* solved
	  the spplot factor key issue mentioned in
	  https://stat.ethz.ch/pipermail/r-sig-geo/2010-June/008586.html

2010-06-22 06:52  edzer

	* spplot(meuse,
	  scales = list(x = list(draw = TRUE))) now works.

2010-06-21 07:32  rsbivand

	* checks
	  in image2Grid

2010-06-12 04:19  rsbivand

	* warning
	  in spplot for points

2010-06-07 11:06  edzer

	* removed
	  the setAs("SpatialGrid", "SpatialPoints", ...)  coercion,
	  as it breaks csdacm.R of the ASDAR book.

2010-06-05 16:11  rsbivand

	* r1/2
	  to x/y in SL bbox

2010-06-05 16:04  rsbivand

	* r1/2
	  to x/y in SL bbox

2010-05-27 13:23  edzer

	* added
	  (optional) printing using WKT encodings; added coercion from
	  SpatialGrid to SpatialPoints.

2010-05-27 12:48  edzer

	* added
	  x@ in "[.SpatialPointDataFrame", such that coords.nrs get
	  properly reset by column selection

2010-05-17 10:42  rsbivand

	* use
	  rasterImage where available

2010-05-06 14:19  rsbivand

	* adding
	  rasterImage support

2010-04-26 10:30  edzer

	* remove.duplicates
	  now returns the complete object if no
	  duplicates were found; suggested in
	  https://stat.ethz.ch/pipermail/r-sig-geo/2010-April/008121.html.

2010-04-26 08:34  rsbivand

	* tidy

2010-04-19 06:19  edzer

	* "["
	  for SpatialPixelsDataFrame is now copied from
	  SpatialPointsDataFrame; this was needed to get split.data.frame
	  working for SpatialPixelsDataFrame.

2010-04-18 17:35  edzer

	* allow
	  usin gdrop argument in [, as split.data.frame will pass it.

2010-04-17 21:53  edzer

	* added
	  split (S4) methods for SpatialXxxDataFrame objects (except
	  SpatialGridDataFrame).  Suggested by Michael Sumner, r-sig-geo,
	  Apr 17 2010

2010-04-17 19:38  rsbivand

	* ringDir
	  bug

2010-04-17 19:11  rsbivand

	* ringDir
	  bug

2010-04-17 12:39  edzer

	* set
	  names of arguments to NULL; but report by Clement Calenge

2010-04-16 13:29  edzer

	* added
	  surfaceArea method, R and C function and docs, contributed by
	  Barry Rowlingson

2010-03-09 07:19  rsbivand

	* anyDuplicated
	  requires R >= 2.9.1

2010-02-14 20:05  rsbivand

	* modified
	  instantiation of SpatialPolygonsDataFrame objects

2010-02-13 21:49  edzer

	* two
	  small typos

2010-02-13 21:44  edzer

	* description
	  improvements by David Rossiter

2010-02-11 07:21  rsbivand

	* bug
	  fix for spDistsN1 for 0 latitude, longat=TRUE

2010-02-04 10:53  edzer

	* added
	  compass rose from Jim Lemon (see r-sig-geo)

2010-02-03 16:02  edzer

	* added
	  panel.identify link to seealso in spplot doc

2010-02-03 15:32  edzer

	* spplot.locator
	  gave a bug when a single point was clicked

2010-02-01 15:17  edzer

	* functions
	  that loads meuse and meuse.grid to the global env, and converts
	  them to the appropriate Spatial* structures.

2010-01-27 20:01  rsbivand

	* more
	  hole fixing

2010-01-27 19:34  rsbivand

	* more
	  hole fixing

2010-01-26 19:54  rsbivand

	* change
	  non-ASCII hyphen in man file

2010-01-26 18:04  rsbivand

	* hole
	  logic fix; thanks to Javier Munoz for report

2010-01-26 08:36  edzer

	* corrected
	  bug in spplot for points, when zcol was a numeric array;
	  bug reported by Robert Hijmans.

2010-01-17 16:22  edzer

	* more
	  middle initials removed from author name

2010-01-17 16:21  edzer

	* removed
	  middle initial in author name

2010-01-17 16:14  edzer

	* added
	  Fibonacci sampling on a sphere; see reference in spsample
	  documentation.

2010-01-17 16:08  edzer

	* added
	  demo script for Fibonacci sampling on the sphere

2010-01-14 13:45  rsbivand

	* 0/360
	  longlat GC distance

2010-01-13 21:38  edzer

	* consequence
	  of earlier typo correction

2010-01-12 12:09  edzer

	* mostly
	  cosmetic updates.

2010-01-09 10:22  rsbivand

	* SpatialPolygonsDataFrame
	  [ speedup

2010-01-08 13:38  rsbivand

	* identical
	  points fix for sp_lengths

2010-01-07 18:08  rsbivand

	* added
	  centroid protection

2010-01-07 12:08  rsbivand

	* added
	  centroid protection

2009-12-18 21:53  rsbivand

	* rbind
	  documentation improvements

2009-12-18 09:34  rsbivand

	* handling
	  infinite label point for defect polygons

2009-12-17 19:14  rsbivand

	* adding
	  C API files for *Polygon* classes

2009-12-17 17:40  rsbivand

	* adding
	  C API files for *Polygon* classes

2009-12-14 08:41  edzer

	* added
	  test on reversed arguments

2009-12-14 08:31  edzer

	* spDists
	  test output

2009-12-11 16:30  edzer

	* version
	  bump

2009-12-11 16:21  edzer

	* added
	  the spDists function that wraps (for 2D data) spDistsN1,
	  and returns the distance matrix between two sets of coordinates.

2009-12-06 11:01  rsbivand

	* S4
	  tidying

2009-12-04 17:44  rsbivand

	* signature
	  of S4 methods compliance

2009-12-04 17:33  edzer

	* change
	  to $ and $<- signatures; should not break functionality needed
	  to pass check on R base svn r50609

2009-12-03 12:16  rsbivand

	* spChFIDs
	  speed-up in R

2009-11-20 09:43  edzer

	* date
	  update

2009-11-19 20:09  rsbivand

	* docs
	  linkage problems from maptools

2009-11-19 13:25  edzer

	* added
	  ...  to arguments of coordinates method; request from
	  torleif.lunde@cih.uib.no on r-sig-geo, Nov 19, 2009.

2009-11-05 16:34  edzer

	* version
	  update; added row.names<- methods for points, lines and
	  polygons; moved all the spChFIDs methods, functions and docs
	  from maptools to sp for this.

2009-11-03 08:29  edzer

	* added
	  flipHorizontal/flipVertical contributions on r-sig-geo from
	  Michael Sumner

2009-11-03 08:21  edzer

	* removed
	  more wrong references to SpatialDataFrame

2009-11-03 08:20  edzer

	* removed
	  reference to SpatialDataFrame

2009-10-22 09:17  rsbivand

	* allow
	  negative integer selection of SPolDF

2009-09-30 14:46  edzer

	* added
	  asdar book as citation.

2009-09-24 10:59  rsbivand

	* bug
	  fix image2Grid

2009-09-22 16:03  rsbivand

	* adding
	  auto.key to fill.call.groups()

2009-09-17 08:36  rsbivand

	* fix
	  documentation links

2009-08-24 13:23  edzer

	* changed
	  project into spTransform and made the example more realistic;
	  removed spproj reference.

2009-08-24 13:13  edzer

	* updated
	  affiliation Edzer; removed any references to AttributeLists.

2009-07-19 13:23  rsbivand

	* RD2
	  2.10.0 tidy

2009-07-19 13:22  rsbivand

	* RD2
	  2.10.0 tidy

2009-07-09 21:08  rsbivand

	* change
	  defunct spproj references to rgdal

2009-07-09 12:03  rsbivand

	* adding
	  SpatialPoints* to spDistsN1

2009-07-08 10:38  rsbivand

	* added
	  row.names methods and [ on character

2009-07-08 10:33  rsbivand

	* added
	  row.names methods and [ on character

2009-07-07 10:02  rsbivand

	* sample
	  for line objects fixes

2009-07-06 13:48  rsbivand

	* sample
	  for line objects fixes

2009-07-06 13:45  rsbivand

	* sample
	  for line objects fixes

2009-07-05 13:35  rsbivand

	* zero
	  length line issue in spsample

2009-05-28 13:00  edzer

	* added
	  attr=1 argument to as.image.SpatialGridDataFrame

2009-05-28 06:10  edzer

	* version
	  update; minor test output changes

2009-05-27 20:39  edzer

	* change
	  request by BDR, involving named arguments in [.data.frame

2009-04-29 11:39  rsbivand

	* typos
	  in spDistsN1 messages

2009-04-23 11:07  rsbivand

	* adding
	  dim for remaining Spatial*DataFrame classes

2009-04-23 10:57  rsbivand

	* adding
	  dim for remaining Spatial*DataFrame classes

2009-03-31 12:13  rsbivand

	* overlay
	  points on grid rownames problem

2009-03-05 09:54  edzer

	* missing
	  bracket

2009-02-26 17:03  rsbivand

	* spsample
	  and gridded polygons

2009-02-26 16:33  rsbivand

	* spsample
	  and gridded polygons

2009-02-26 11:59  rsbivand

	* spsample
	  and gridded polygons

2009-02-20 11:03  edzer

	* zerodist
	  test includes unique.ID argument

2009-02-20 10:08  edzer

	* added
	  the unique.ID argument to zerodist

2009-02-19 14:02  edzer

	* spplot
	  of logical variables did not work

2009-02-19 13:21  edzer

	* added
	  user interrup checking in outer loop

2009-02-19 13:19  rsbivand

	* non
	  finite label points

2009-02-19 08:47  edzer

	* allowed
	  for boolean variables

2009-02-16 09:14  rsbivand

	* dimension
	  dropping in single cell grids

2009-01-22 15:50  edzer

	* corrected
	  description of overlay.

2009-01-04 15:01  edzer

	* version
	  update

2009-01-04 15:01  edzer

	* 0.9-29
	  commit, as accepted

2009-01-04 14:26  edzer

	* corrected
	  typos

2009-01-04 14:06  edzer

	* docs
	  typos

2009-01-04 13:59  edzer

	* {z}
	  replaced with \code{z}

2009-01-04 13:58  edzer

	* removed
	  reference to spproj

2009-01-03 15:02  edzer

	* version
	  update

2009-01-03 15:01  edzer

	* examples
	  for factor variables

2009-01-03 14:08  edzer

	* further
	  checking on length of col.regions when plotting a factor

2009-01-03 13:48  edzer

	* version
	  update; spplot and stack: better deal with factor dependent
	  variables

2008-12-28 11:12  edzer

	* SpatialPoints()
	  now preserves rownames of coordinates, if they are present

2008-10-30 15:47  rsbivand

	* NAMESPACE

2008-10-30 14:23  edzer

	* removed
	  export(.__C__*) things; they're no longer needed

2008-10-29 22:16  edzer

	* version
	  update

2008-10-29 22:02  edzer

	* typo

2008-10-29 21:56  edzer

	* added
	  coerce.SpatialPixelsDataFrame.SpatialPolygonsDataFrame;
	  version increase

2008-10-27 09:24  edzer

	* allowed
	  for e.g.  proj4string(x)="+proj=longlat" in addition to
	  proj4string(x)=CRS("+proj=longlat")

2008-10-03 07:29  rsbivand

	* missing
	  bbox in [ for SLDF

2008-10-02 14:59  rsbivand

	* fill
	  polygons

2008-09-25 10:50  edzer

	* added
	  comment on factor usage in spplot; updated email address
	  everywhere

2008-09-25 10:26  edzer

	* removed
	  debug code

2008-09-25 10:14  edzer

	* fixed
	  bug with multiple panels of factor variables; now derives
	  legend from first panel only.

2008-08-20 12:55  edzer

	* no
	  change performed.

2008-08-12 20:22  edzer

	* fill
	  argument is now accepted by sp.polygons, and accepts one color
	  for each polygon.

2008-07-06 18:18  rsbivand

	* more
	  attempts to handle fuzz in points2grid

2008-07-04 18:29  rsbivand

	* blocking
	  slack fuzz handling in points2grid

2008-07-04 14:12  edzer

	* made
	  IDs clash removal in rbind optional, documentation is still
	  lacking

2008-07-03 11:08  edzer

	* simplified
	  check on unique IDS in SpatialLines and SpatialPolygons
	  constructors; allowed duplicate IDS in rbind methods for these
	  two; corrected argument order in spsample documentation

2008-07-02 10:06  edzer

	* added
	  "clustered" as sampling strategy (still experimental)

2008-07-01 18:18  rsbivand

	* release
	  0.9-26

2008-07-01 17:34  rsbivand

	* release
	  0.9-26

2008-05-03 10:29  rsbivand

	* added
	  fuzz to points2grid

2008-05-02 10:05  rsbivand

	* fixed
	  rgb() for NAs in image methods

2008-05-02 10:03  rsbivand

	* fixed
	  rgb() for NAs in image methods

2008-04-08 06:33  edzer

	* data
	  update

2008-04-06 20:59  edzer

	* modified
	  overlay for polygons and points, if fn is given; r-sig-geo
	  report by Andrew Hoskins, 04/03/2008

2008-04-03 17:57  rsbivand

	* col
	  for hatching

2008-03-19 09:16  edzer

	* email
	  change of maintainer

2008-03-14 16:11  edzer

	* date

2008-03-14 16:10  edzer

	* offset
	  to hexGrid sampling

2008-03-14 15:07  edzer

	* repaired
	  bug in computing dx in hexGrid, found by Don MacQueen

2008-03-07 11:26  edzer

	* added
	  zerodist2 function, to find common points among two objects

2008-03-07 08:49  rsbivand

	* CRS

2008-02-19 08:21  rsbivand

	* tidy
	  empty sections

2008-02-18 20:10  rsbivand

	* final
	  sample.Spatial and empty help sections

2008-02-17 20:28  rsbivand

	* spsample
	  polygon

2008-02-17 18:34  rsbivand

	* spsample
	  polygon

2008-02-17 18:31  rsbivand

	* spsample
	  polygon

2008-01-29 08:08  rsbivand

	* SP
	  bbox

2008-01-21 19:14  rsbivand

	* gridded

2008-01-20 20:39  rsbivand

	* summary

2008-01-20 20:10  rsbivand

	* coerce

2007-12-21 13:03  rsbivand

	* release

2007-12-20 12:06  edzer

	* overlay
	  doc warning on r-devel; description was missing

2007-12-17 11:56  rsbivand

	* bbox
	  in p-in-p

2007-11-11 18:17  rsbivand

	* Spatial

2007-11-11 12:43  edzer

	* allowing
	  an n x 2 matrix to be passed to sp.text, plotting multiple
	  labels at once.

2007-11-04 20:30  rsbivand

	* single
	  variable summary

2007-11-03 20:41  rsbivand

	* tidy

2007-10-31 14:42  rsbivand

	* thingy
	  to slot

2007-10-15 13:15  edzer

	* conform
	  the R 2.6.0 changed error message structure

2007-10-09 07:58  rsbivand

	* docType

2007-10-06 21:46  rsbivand

	* new()
	  mess in SpatialGrid

2007-06-28 08:23  edzer

	* Class-SpatialLines.R:
	  removed check that a line needs at least 2 points, otherwise,
	  map2SpatialLines in maptools would need modification;
	  spsample.R: added correct area computation, subtracting holes
	  to get better estimate of sampling density.

2007-06-04 12:45  edzer

	* added
	  link to r-sig-geo mail for image legend

2007-06-04 12:24  edzer

	* version
	  update; cbind for SGDF now keeps proj4string (but does not
	  check equality); typo in Rd

2007-06-04 09:47  rsbivand

	* Changelog

2007-06-04 08:28  rsbivand

	* image
	  col=

2007-05-31 20:26  rsbivand

	* proj4string
	  retention in SpatialPixel

2007-05-25 15:46  edzer

	* xx

2007-05-24 08:13  edzer

	* matching
	  braces

2007-05-21 14:08  edzer

	* [
	  with logical row selection didn't work

2007-05-21 11:31  edzer

	* remove
	  comment

2007-05-20 19:50  rsbivand

	* $<-
	  no print

2007-05-16 13:19  edzer

	* xx

2007-05-16 11:59  edzer

	* hex
	  stuff

2007-05-16 07:49  edzer

	* added
	  tests $ $<- [[ [[<-

2007-05-15 20:21  edzer

	* removed
	  $<- for SpatialPoints and SpatialPixels; inheritance screwed
	  things up

2007-05-14 10:08  edzer

	* moved
	  several S4 methods, [[, $, [[<-, $<-, summary to top level
	  (Spatial) class; modified docs for that

2007-05-11 10:07  edzer

	* thinner
	  version of [, many without the constructor function call

2007-05-10 12:21  edzer

	* same
	  thing..

2007-05-10 12:04  edzer

	* [[,
	  [[<-, $ and $<- now use S4 mechanism.

2007-04-26 08:58  edzer

	* remove
	  coords.nrs in case of column selection

2007-04-13 07:45  edzer

	* resolve
	  as.numeric.DMS warning for R prerel

2007-04-10 09:09  edzer

	* xx

2007-04-10 09:03  edzer

	* xx

2007-04-10 08:54  edzer

	* small
	  bug

2007-04-10 07:41  edzer

	* more
	  lines -> SPointsDF coercion; added tests to pass1.R

2007-04-09 21:29  edzer

	* coerce
	  methods Polygons -> Lines -> Points

2007-04-06 20:19  edzer

	* as.SpatialLines.SpatialPolygons

2007-04-06 11:16  edzer

	* better
	  CRS check in rbind; R -> C implementation of zerodist();

2007-03-20 12:41  edzer

	* NAs
	  in row index; spplot method setting for points.

2007-03-20 08:42  rsbivand

	* banning
	  NAs in row indices

2007-03-19 21:10  rsbivand

	* banning
	  NAs in row indices

2007-03-14 12:18  edzer

	* version
	  update

2007-03-14 10:51  edzer

	* xx

2007-03-14 10:00  edzer

	* docs

2007-03-14 09:22  edzer

	* line
	  sampling

2007-03-14 00:02  edzer

	* bugs

2007-03-13 23:44  edzer

	* spsample
	  along SpatialLines objects

2007-03-13 20:54  edzer

	* added
	  getSpatialLinesMidPoints and getSpatialPolygonsLabelPoints,
	  both returning a SpatialPoints object with correct CRS; small
	  but in spplot with points, zcol not specified.

2007-03-12 10:50  edzer

	* name
	  change of Hex stuff (now HexPoints2SpatialPolygons); [ method
	  for SPolDF has match.ID = FALSE; version

2007-03-12 09:43  edzer

	* pass
	  test

2007-03-12 07:55  edzer

	* doc
	  typo

2007-03-07 10:33  edzer

	* contour
	  now better behaves like image

2007-03-07 08:52  edzer

	* docs
	  update; remove proj4string argument in
	  as.SpatialPolygons.SpatialPixels, as it should inherit from
	  the object passed.

2007-03-06 21:46  edzer

	* mostly
	  hexagonal sampling & polygons stuff

2007-02-27 20:28  edzer

	* version,
	  and gridded(x)=TRUE removed the proj4string.

2007-02-16 16:01  edzer

	* don't
	  use subset in remove.duplicates, it copies coordinates

2007-02-16 09:29  rsbivand

	* .ll_sanity
	  split out; numeric fuzz permitted

2007-02-12 16:52  edzer

	* rbind,
	  test and docs

2007-02-12 15:31  edzer

	* rbind
	  stuff + test

2007-02-12 15:20  edzer

	* bubble
	  extension; version update

2007-02-10 21:00  edzer

	* xx

2007-02-10 20:56  edzer

	* from
	  SGDF to SPixDF is now more efficient, does not recalculate
	  index twice; in spplot I solved the problem with empty rows/col,
	  I believe

2007-02-07 10:25  edzer

	* solved
	  bug in spplot.points when NA's are present in attributes

2007-02-07 09:24  edzer

	* version
	  update

2007-02-07 09:24  edzer

	* zerodist
	  issue

2007-02-01 10:47  rsbivand

	* \pkg
	  in sp.Rnw

2007-01-22 14:41  edzer

	* same
	  thing.

2007-01-22 14:39  edzer

	* fullgrid(x)=F
	  for x SpatialGrid now works using simply as(x,"SpatialGrid"),
	  thanks to Roger's commit

2007-01-22 09:22  rsbivand

	* Spatial
	  Grid/Pixels: changed new() call in SpatialGrid() to match
	  class declaration

2007-01-21 15:24  edzer

	* fullgrid(x)=F
	  if x is SpatialGrid now results in correct
	  SpatialPixels. GridTopology now does not add non-existing names.
	  as.character.DMS and as.matrix.* corrections, given warnings
	  on auto checks on CRAN.

2007-01-21 10:49  rsbivand

	* GE_PNG
	  additions

2007-01-20 21:33  rsbivand

	* setParUsrBB

2007-01-19 19:43  rsbivand

	* setParUsrBB
	  hack

2007-01-09 07:49  rsbivand

	* ChangeLog

2006-12-12 20:51  edzer

	* added
	  \method{}{} construct; added contour doc

2006-12-12 20:49  edzer

	* removed
	  transform method

2006-11-30 09:52  edzer

	* coordnames<-
	  did not set bbox row names, and failed largely for the gridded
	  formats; added methods, modified the bbox issue.

2006-11-30 08:57  rsbivand

	* tidy
	  CRS print

2006-11-30 08:35  rsbivand

	* tidy
	  CRS print

2006-11-28 21:01  rsbivand

	* print
	  formats

2006-11-28 08:31  rsbivand

	* Imp/exp

2006-10-22 13:17  rsbivand

	* image
	  & spsample

2006-10-22 13:09  rsbivand

	* image
	  & spsample

2006-10-17 15:37  edzer

	* got
	  rid of the as.character hack

2006-10-17 11:00  edzer

	* names.attr
	  bug

2006-10-07 14:42  rsbivand

	* as()
	  for as.data.frame()

2006-10-05 07:11  edzer

	* removed
	  references to require(spproj) and transform; modified manual
	  references where necessary accordingly.

2006-10-05 06:42  edzer

	* removed
	  transform references

2006-10-04 11:12  edzer

	* S
	  and S/src empty generated warning; version update corrected
	  manual for layout.north.arrow() and sp.theme() try() response
	  in fail excercises

2006-09-19 08:24  rsbivand

	* tidying

2006-09-19 07:27  edzer

	* 2.4.0:
	  removed AttributeList, spplot/lattice compatibility

2006-09-15 08:19  edzer

	* utils
	  import, for r-devel stack method issue

2006-08-24 13:52  edzer

	* removed
	  a show; version

2006-08-24 06:55  edzer

	* version
	  update

2006-08-23 15:57  edzer

	* check
	  against 2.4.0-devel

2006-08-20 18:41  edzer

	* email
	  address

2006-08-20 18:38  edzer

	* solves
	  the lwd and lty issues in spplot()

2006-08-08 18:54  rsbivand

	* S4
	  type object.size() update

2006-08-08 17:13  rsbivand

	* S4
	  type object.size() failure

2006-07-10 07:12  edzer

	* nw
	  version, show correction GridTopology

2006-06-26 10:05  edzer

	* used
	  legend entries as well to determine maximum size

2006-05-22 11:14  edzer

	* as.data.frame
	  with ...

2006-05-20 21:02  rsbivand

	* more
	  validity

2006-05-20 19:43  rsbivand

	* as.data.frame

2006-05-19 10:18  rsbivand

	* CRS
	  checking against rgdal

2006-04-20 06:50  rsbivand

	* infinite
	  points

2006-04-10 19:06  rsbivand

	* bbox
	  default for splancs

2006-03-28 09:16  edzer

	* version
	  update.

2006-03-15 09:59  edzer

	* spplot.polygons: data.frame()
	  changed into as.data.frame(), to prevent make.names() being
	  called

2006-02-20 20:35  rsbivand

	* codetools

2006-02-20 15:56  rsbivand

	* transform

2006-02-20 15:53  rsbivand

	* transform

2006-02-17 18:23  rsbivand

	* trapping
	  empty proj4strings

2006-02-06 12:25  edzer

	* almost
	  right.

2006-02-06 07:52  edzer

	* xx

2006-01-30 16:29  edzer

	* forced
	  coordinates to be(come) double, even if passed as integer

2006-01-29 20:06  edzer

	* as.data.frame
	  methods for SpatialGrid and SpatialPixels

2006-01-20 19:42  edzer

	* xx

2006-01-20 19:40  edzer

	* date
	  update

2006-01-20 19:38  edzer

	* Kurt's
	  email

2006-01-09 14:47  edzer

	* allow
	  missing values in spplot of points

2006-01-08 18:32  rsbivand

	* spdists
	  changed to trap NaN for zero GC distance

2005-12-19 15:32  edzer

	* version
	  update

2005-12-15 13:32  edzer

	* locator;
	  grid

2005-12-14 09:59  edzer

	* names
	  for SGDF added

2005-12-14 09:53  edzer

	* error
	  message typo

2005-12-12 19:55  rsbivand

	* polygon
	  things

2005-12-06 10:13  edzer

	* added
	  emtpy row/col test spplot

2005-11-29 21:04  edzer

	* added
	  $<- for SpatialGrid and SpatialPixels, promote to *DataFrame
	  muddled with points2grid; deal with empty rows in spplot
	  (add NA values for these row/columns by default--overhead!?)

2005-11-28 08:52  rsbivand

	* SpatialPixel
	  to polygons

2005-11-23 22:46  edzer

	* coordinates<-
	  may now yield a SpatialPoints, too

2005-11-23 20:25  edzer

	* grid
	  related stuff (points2grid; no change really, but better
	  documentation and testing)

2005-11-15 11:35  edzer

	* data

2005-11-15 11:24  rsbivand

	* DMS
	  stuff

2005-11-15 11:10  edzer

	* sampling
	  of 3 or higher dimensional grids; [ with drop=FALSE keeps
	  parent grid topology

2005-11-10 17:45  rsbivand

	* older
	  things

2005-10-24 16:46  rsbivand

	* plot
	  bg= argument

2005-10-19 21:11  rsbivand

	* degrees
	  over 180

2005-10-14 18:08  rsbivand

	* ring
	  direction fix

2005-10-13 10:09  edzer

	* set
	  back version to 0.8-4; gcdist unchanged

2005-10-12 12:21  edzer

	* [
	  for SPol and SpLines now passes CRS

2005-10-11 19:24  rsbivand

	* longlat
	  scale in spDistsN1.Rd

2005-10-11 16:04  edzer

	* plotting
	  aspect defaults for unprojected objects

2005-10-10 17:03  edzer

	* spplot.locator

2005-10-09 20:36  edzer

	* for
	  lines, plot sp.layout elements before lines are drawn.

2005-10-06 21:42  edzer

	* lab
	  -> labels in gridat() and text.SPDF cleaned up ll validity
	  check in Spatial

2005-10-06 19:15  rsbivand

	* fixing
	  geographical CRS

2005-10-05 21:30  edzer

	* degreeLabelsNS/EW
	  to replace duplicate code to generate degree labels; text method
	  for things that come out of gridat() gridat documentation bug;

2005-10-04 11:56  rsbivand

	* gridat

2005-10-03 21:41  edzer

	* 0*degree
	  bug in spplot

2005-10-03 16:58  rsbivand

	* gridat

2005-10-03 08:09  edzer

	* error
	  message changed in 2.2.0

2005-09-23 20:26  rsbivand

	* more
	  sample.Polygon

2005-09-23 19:39  rsbivand

	* more
	  sample.Polygon

2005-09-22 10:33  edzer

	* removed
	  ppp

2005-09-22 10:32  edzer

	* moved
	  ppp stuff to spspatstat interface package

2005-09-22 09:02  rsbivand

	* spdists

2005-09-14 20:36  edzer

	* coerce
	  from ppp to SpatialGridDataFrame (the mask window)

2005-09-14 14:29  edzer

	* added
	  coercion to SpatialPoints[DataFrame] from ppp (spatstat)
	  objects; spplot: removed named first argument to xyplot and
	  levelplot (was "formula", is now "x")

2005-09-14 10:28  edzer

	* changed
	  error message

2005-09-14 10:20  edzer

	* clean
	  up of code; Michael's image bug report; bubble plot now correct
	  in pass1.R

2005-09-13 14:38  rsbivand

	* lots
	  of holes

2005-09-13 12:55  rsbivand

	* lots
	  of holes

2005-09-12 13:02  edzer

	* merged
	  some manual pages.

2005-09-12 08:15  rsbivand

	* SpatialPointsDataFrame
	  CRS(as.character(NA))

2005-09-11 21:07  edzer

	* add
	  = FALSE default argument; add = TRUE now works again

2005-09-11 20:18  edzer

	* request
	  from Deepayan Sarkar--panel.counter -> panel.number

2005-09-10 19:55  rsbivand

	* hole
	  fixed in pip

2005-09-10 18:01  rsbivand

	* hole
	  fixed in pip

2005-09-09 10:00  edzer

	* Rings
	  -> Polygons variable name changes

2005-09-09 08:33  edzer

	* function
	  to draw SN and EW lines in a box

2005-09-08 20:20  rsbivand

	* fixing
	  point in polygon and spsample for small n

2005-09-07 12:24  edzer

	* lines
	  starting with #S will now be visible for S-Plus

2005-09-07 12:12  edzer

	* S-Plus
	  compatibility modifications

2005-09-07 09:48  edzer

	* latlong
	  -> longlat in gallery; removed debug print() statements in
	  degAxis(); upgraded version

2005-09-06 11:21  edzer

	* sp.polygon
	  -> sp.polygons

2005-09-06 07:06  rsbivand

	* Kurt's
	  remarks

2005-09-06 06:58  rsbivand

	* Kurt's
	  remarks

2005-09-06 06:52  rsbivand

	* Kurt's
	  remarks

2005-09-05 13:05  edzer

	* drop!

2005-09-05 11:42  edzer

	* plot
	  things.

2005-09-05 08:44  edzer

	* read_ShapeXxx
	  -> readShapeXxx

2005-09-05 07:49  edzer

	* latlong
	  -> longlat

2005-09-05 07:47  edzer

	* added
	  CRS-methods.R

2005-09-05 07:44  edzer

	* plot.Spatial
	  now uses is.projected(); split CRS class and method file

2005-09-03 16:19  rsbivand

	* added
	  ...  to degAxis()

2005-09-03 09:40  rsbivand

	* setting
	  drop=TRUE in [ methods

2005-09-03 08:57  rsbivand

	* latlong
	  to longlat

2005-09-02 12:56  edzer

	* nothing

2005-09-02 11:13  edzer

	* more
	  setMethod issues for plot and show

2005-09-02 10:00  edzer

	* removed
	  require(grid)/require(lattice) commands; added is.R() if
	  it's not present (S-Plus) added ncol/nrow methods for S-Plus
	  AttributeList changed plot.new() into frame() for S-Plus
	  compat. removed nc.test contents (nc is now in maptools)
	  added y argument to some plot methods--they should be there,
	  according to the generic!

2005-09-02 08:55  rsbivand

	* drop
	  SpatialPoints and *gallery/maptools*

2005-09-01 12:32  rsbivand

	* removing
	  shps etc.

2005-09-01 12:23  edzer

	* updated
	  some prototypes() to pass import (source()) in S-Plus 6.2.1;
	  no further checks done

2005-09-01 08:11  edzer

	* axes
	  in bubble; xlab/ylab in spplot

2005-09-01 08:10  edzer

	* names

2005-08-30 18:19  rsbivand

	* RGB
	  image for grid

2005-08-30 13:13  rsbivand

	* subsetting
	  SpatialPolygons

2005-08-30 11:37  edzer

	* changed
	  references to rings into polygons.

2005-08-30 11:05  edzer

	* [
	  method now accepts length-one TRUE

2005-08-30 09:40  edzer

	* clean
	  up

2005-08-30 09:40  rsbivand

	* drop=FALSE
	  in SPointsDF

2005-08-30 08:33  edzer

	* plot
	  and summary from S3 -> S4; cleaned up

2005-08-26 18:23  rsbivand

	* more
	  Polygons

2005-08-26 14:51  edzer

	* factor
	  plotting in spplot for grids&polygons

2005-08-26 14:41  rsbivand

	* more
	  Polygons

2005-08-25 21:44  edzer

	* map.to.lev
	  is no spmap.to.lev degrees N/S/E/W axes if proj4string()
	  contains latlong

2005-08-25 15:08  rsbivand

	* changing
	  vector class names

2005-08-25 14:32  rsbivand

	* changing
	  vector class names

2005-08-24 20:38  edzer

	* default
	  plotting without axes for all classes; all now start with
	  plot.new() which makes it impossible to pass xlab/ylab. scale
	  bar/north arrow now work for traditional graphics as well.
	  Updated tests.

2005-08-20 22:55  edzer

	* bug.

2005-08-19 20:05  edzer

	* bug
	  fix--sampling of line with only 2 points.

2005-08-19 15:31  edzer

	* methods
	  to get the AttributeList, or its component without slot access
	  spplot with grids as background

2005-08-17 12:45  rsbivand

	* added
	  as.SpatialRings.GridTopology

2005-08-17 12:34  rsbivand

	* added
	  as.SpatialRings.GridTopology

2005-06-23 07:57  edzer

	* version
	  update

2005-06-18 19:11  rsbivand

	* rest
	  of 0.7-10

2005-06-17 11:50  edzer

	* allow
	  factors to be set in AttributeList; probibit vectors of mode
	  raw or list

2005-06-17 11:35  edzer

	* these
	  changes are already in sp 0.7-9 on CRAN; removed all double
	  quotes from \alias and \link entries.

2005-06-16 17:15  rsbivand

	* small
	  SpatialLines fix

2005-06-15 19:20  edzer

	* removed
	  " in \alias of Rd files

2005-06-14 10:22  edzer

	* spplot:
	  polygons behind grid; order of panels now that specified; first
	  = TRUE argument optional to plot polygons over grids. SGDF:
	  corrected bug if attribute was factor (now ffreq in meuse.grid
	  is); stack: order of levels changed, not alphabetical anymore;

2005-06-08 14:02  rsbivand

	* pre
	  0.7-8

2005-05-28 20:03  rsbivand

	* most
	  of 0.7-8

2005-05-27 10:49  edzer

	* formula
	  argument added to spplot methods

2005-05-25 15:09  edzer

	* attempted
	  to save memory when going from SPixDF to SGDF

2005-05-25 08:40  edzer

	* added
	  names, names<-, coordnames and coordnames<- methods to
	  all classes; replaced coordinates<- with the S4 mechanism
	  (setReplaceMethod).

2005-05-22 21:39  edzer

	* needed.

2005-05-22 21:38  edzer

	* added
	  names and names<- to all *DataFrame classes, now operating on
	  all *DataFrame classes (only on the data slot).

2005-05-21 18:47  rsbivand

	* ID
	  checks for Srings etc

2005-05-20 23:38  edzer

	* ID
	  checking for SpatialPointsDataFrame; rownames removal for
	  SpatialPoints; tests/fail stuff.

2005-05-20 13:57  edzer

	* version
	  upgrade

2005-05-20 11:19  edzer

	* The
	  Valencia session: changed the data slot in
	  SpatialPixelDataFrame, SpatialGridDataFrame and
	  SpatialPointsDataFrame from class data.frame to class
	  AttributeList, thereby removing the row.names issue (which
	  costed too much time and memory).

2005-05-12 20:53  edzer

	* michael's
	  edits

2005-05-11 08:40  edzer

	* version
	  up; spsample/overlay methods for SpatialPixels*

2005-05-10 12:11  edzer

	* bug
	  in overlay if single column were selected (added drop=FALSE)

2005-05-03 20:31  rsbivand

	* nowrapSpatialLines

2005-05-02 11:24  rsbivand

	* adding
	  recenter method

2005-04-30 14:12  rsbivand

	* hole
	  in vignette

2005-04-28 20:35  rsbivand

	* cleaning
	  details

2005-04-28 09:26  edzer

	* removed
	  second URL

2005-04-28 08:52  edzer

	* version
	  update; URL added

2005-04-28 08:46  edzer

	* wrong
	  URL

2005-04-27 15:02  edzer

	* cbind.SpatialGridDataFrame

2005-04-27 14:02  rsbivand

	* added
	  arguments to asciigrid

2005-04-27 12:27  rsbivand

	* splitting
	  out GDAL

2005-04-27 11:03  edzer

	* removed
	  S-plus related stuff

2005-04-27 11:00  edzer

	* moved
	  to S-Plus area

2005-04-27 10:43  rsbivand

	* removed
	  commented-out Rings code

2005-04-27 10:35  rsbivand

	* removed
	  commented-out Rings code

2005-04-26 19:48  rsbivand

	* check
	  holes

2005-04-22 15:26  edzer

	* ..

2005-04-22 15:23  edzer

	* $
	  and $<- stuff

2005-04-22 11:36  edzer

	* spplot
	  method for SpatialPixelsDataFrame, and a new one for
	  SpatialGridDataFrame

2005-04-22 06:28  edzer

	* cleaned
	  up some if (drop == TRUE) stuff

2005-04-20 16:04  edzer

	* Splitted
	  SpatialGrid* into SpatialPixels* and SpatialGrid* for pixels
	  vs full grids

2005-04-18 12:45  edzer

	* bug
	  noted by Tom Short in [.SpatialLines

2005-04-18 07:34  edzer

	* SaveImage:
	  yes does what install.R first did the recommended way (TM)

2005-04-18 07:33  edzer

	* SaveImage:
	  yes now in DESCRIPTION; methods loaded by default

2005-04-13 09:34  edzer

	* version
	  update spsample for SpatialRings containing multiple Srings
	  spsample docs update 2.1.0-beta tests output

2005-04-12 20:53  edzer

	* xx

2005-04-08 21:41  edzer

	* panel
	  stuff

2005-04-08 20:57  edzer

	* added
	  gallery demo; spplot panel stuff

2005-04-08 14:48  edzer

	* holes.

2005-04-08 07:34  edzer

	* more
	  variables in meuse.grid; some work on vignette

2005-04-07 08:14  rsbivand

	* merging
	  older changes

2005-04-06 11:19  edzer

	* unaligned
	  -> nonaligned

2005-04-06 09:47  edzer

	* spsample
	  and overlay now work on grids; added areaSpatialGrid and
	  SlineLength function (1st doc'd, 2nd not) email change in
	  Rd files

2005-04-05 09:46  edzer

	* spsample
	  method

2005-04-02 21:51  edzer

	* made
	  spplot a generic

2005-04-01 14:15  edzer

	* xx

2005-03-30 09:56  edzer

	* first
	  attempt for an "overlay" method.

2005-03-29 20:02  edzer

	* Points
	  and grids can now have more than 3 spatial dimensions, although
	  the plotting methods are not of much use for them.

2005-03-25 16:35  edzer

	* sp.layout
	  stuff

2005-03-23 21:40  edzer

	* added
	  meuse river fragment

2005-03-23 21:00  edzer

	* comments

2005-03-22 15:22  edzer

	* back
	  in.

2005-03-22 15:14  edzer

	* cosmetic
	  changes

2005-03-22 10:35  edzer

	* getting
	  the transform generic right...?

2005-03-22 08:10  rsbivand

	* removed
	  transform-method

2005-03-21 17:24  edzer

	* error-version
	  to catch transform attempts if spproj is not available

2005-03-21 16:38  edzer

	* transform
	  method; rings docs

2005-03-21 11:04  edzer

	* plotting
	  order in subset [

2005-03-21 10:02  edzer

	* xx

2005-03-21 09:33  edzer

	* now
	  all in spplot

2005-03-21 09:32  edzer

	* docs
	  clean-ups

2005-03-21 08:20  edzer

	* cleaned
	  up cplot/gridplot/lplot; vignette, docs; "[" now works for
	  lines and rings incl *DataFrame stuff.

2005-03-20 21:52  edzer

	* added
	  rings() and rings<- ; cleaned up \email{} in .Rd's, removed
	  cplot (now spplot); removed arcs generic.

2005-03-18 16:30  rsbivand

	* proj4string
	  as.character()

2005-03-17 21:30  rsbivand

	* extended
	  Shapes import

2005-03-17 09:04  rsbivand

	* small
	  fixes for spproj

2005-03-16 21:10  rsbivand

	* more
	  SRings

2005-03-16 18:31  rsbivand

	* more
	  SRings

2005-03-16 15:49  rsbivand

	* more
	  SRings

2005-03-16 14:11  rsbivand

	* more
	  SRings

2005-03-16 13:29  edzer

	* ...

2005-03-15 20:58  rsbivand

	* not
	  very much on Rings

2005-03-15 10:06  edzer

	* gallery
	  works again

2005-03-12 15:26  edzer

	* spplot
	  for SpatialLinesDataFrame's

2005-03-11 21:54  edzer

	* the
	  manual page (under constr.).

2005-03-11 21:51  edzer

	* mainly
	  spplot stuff

2005-03-10 20:02  edzer

	* dev...

2005-03-10 13:27  edzer

	* spplot
	  dev

2005-03-09 16:48  edzer

	* ...

2005-03-09 10:10  edzer

	* data
	  -> Rlogo

2005-03-09 10:10  edzer

	* made
	  R CMD check work again; Rlogo: renamed data to Rlogo

2005-03-08 22:32  edzer

	* x

2005-03-08 22:23  edzer

	* map
	  marks: north arrow, scale bar

2005-03-08 22:20  edzer

	* spplot()
	  function; first attempt

2005-03-04 20:42  edzer

	* added
	  [ [[ [[<- and as.data.frame() methods; many \alias{}'s added
	  to docs

2005-03-04 17:52  rsbivand

	* pO
	  = 1:length(Srl)

2005-03-04 09:14  edzer

	* added
	  points() and lines() methods to xPointsXx and xLinesXx classes

2005-03-03 20:44  rsbivand

	* changed
	  example for read.gdal

2005-03-03 18:45  rsbivand

	* document
	  lines examples

2005-03-03 13:24  edzer

	* removed
	  makefile

2005-03-03 10:21  rsbivand

	* sorted
	  out Slines examples

2005-03-02 11:04  edzer

	* clean
	  up; added docs;

2005-03-01 23:08  edzer

	* ...
	  all preliminary versions of course...

2005-03-01 23:07  edzer

	* documentation
	  of some classes and methods; replaced some obsolete stuff
	  like getSlineCoordsSlot() with coordinates(), bbox.R4 with
	  bbox() added Slines class; now parallel with Sring/Srings
	  stuff. Updated all test output; summary now starts with the
	  class name.

2005-03-01 20:58  edzer

	* ...

2005-02-28 22:30  edzer

	* wip

2005-02-28 14:24  edzer

	* maintainance;
	  vignette stuff

2005-02-28 09:13  edzer

	* vignette;
	  grid maintainance

2005-02-25 16:30  edzer

	* vignette
	  stuff

2005-02-25 08:44  edzer

	* return()

2005-02-24 23:28  edzer

	* xx

2005-02-24 18:13  edzer

	* xx

2005-02-24 18:06  edzer

	* nothing
	  special

2005-02-24 17:58  edzer

	* sp
	  vignette; work in progress.

2005-02-22 15:46  edzer

	* ...

2005-01-26 15:43  edzer

	* added
	  importFrom() in NAMESPACE, and Imports: to DESCRIPTION, and
	  removed the require(lattice) stuff.

2005-01-25 20:29  edzer

	* forgot
	  this one.

2005-01-25 20:27  edzer

	* making
	  R CMD check work again

2005-01-23 21:09  edzer

	* lplot
	  update -- functions are now gridplot and ringplot

2005-01-21 15:33  edzer

	* work
	  on lplot; now called gridplot and ringplot (names to be changed)

2005-01-19 16:36  edzer

	* fixed
	  identify in lattice points plot

2005-01-19 16:03  edzer

	* new
	  file; moved stuff from Class-Spatial.R

2005-01-19 16:02  edzer

	* more
	  on the generics as(x, "yy") stuff

2005-01-19 15:01  edzer

	* uncommented
	  .noGenerics = TRUE in AAA.R; restored a couple of (now working)
	  setAs and setMethod things.  Somehow, I still cannot get
	  setMethod("[[",...)  working.

2005-01-17 12:50  edzer

	* more
	  change

2005-01-13 09:39  edzer

	* moving
	  Spatial[Gridded|Cell] into new SpatialGrid[DataFrame], removed
	  a lot of setAs/setIs troubles in Points/Grids; extended
	  grid tests.

2005-01-13 09:37  edzer

	* moved
	  Spatial[Cell/Gridded] stuff into a single class, SpatialGrid
	  and SpatialGridDataFrame added GridTopology class, which holds
	  grid topology (offset, dim, cellsize)

2005-01-07 00:42  edzer

	* three
	  layer raster rgdal read now works; more setIs/setAs mess and
	  coercion from SPDF to data.frame if coords are not in the
	  data.frame (as when coming from a SpatialGriddedDataFrame).

2005-01-06 19:41  rsbivand

	* chane
	  in NAMESPACE for spproj

2005-01-06 19:16  edzer

	* messing
	  with setAs's...

2005-01-06 18:14  edzer

	* added
	  read.gdal stuff

2005-01-06 15:25  edzer

	* 00sp.Rd
	  is meant as an introductory text.

2005-01-06 15:24  edzer

	* changed
	  missing value to -1; added 3 x 4 simple asciigrid map

2005-01-06 15:22  edzer

	* mostly
	  work on gridded stuff; nothing on Rings.

2005-01-05 19:55  rsbivand

	* Spatial
	  Lines/Rings redone

2004-12-24 08:47  edzer

	* checks
	  on coordinates needing to be numeric; this will stop
	  coordinates(meuse) to work when meuse is a data.frame.

2004-12-24 08:01  edzer

	* error
	  on coordinates() with non-numeric elements (data.frame,
	  matrix, list)

2004-12-17 20:33  edzer

	* large
	  file split

2004-12-17 11:02  edzer

	* SpatialGridded[DataFrame],
	  mainly, and coercion, [, [[, [[<-, image, tests, etc.

2004-12-15 21:47  rsbivand

	* adding
	  line data

2004-12-15 14:57  rsbivand

	* SpatialLines

2004-12-14 22:01  edzer

	* further
	  clean up; [.SpatialCellDataFrame

2004-12-14 20:07  edzer

	* implemented
	  the Gridded (full grids); cleaning up double stuff

2004-12-02 06:39  rsbivand

	* uncommenting
	  .__C__*

2004-12-01 21:54  edzer

	* reverted
	  back the .__C__* stuff

2004-12-01 20:37  edzer

	* as(SP,
	  "matrix") and as.matrix(SP) now work.

2004-12-01 13:46  edzer

	* cleaned
	  up NAMESPACE; tried on SP, as(x, "matrix") but gave up

2004-12-01 12:44  edzer

	* export
	  S3method as.data.frame.SpatialPointsDataFrame; went back to
	  the old versions where S3 calls S4, and coordinates get back
	  in place

2004-11-30 21:09  rsbivand

	* getting
	  as() working

2004-11-26 15:37  rsbivand

	* resolved
	  subset.matrix and fail1

2004-11-26 09:35  rsbivand

	* revised
	  tests/*.Rout.save

2004-11-26 08:47  rsbivand

	* more
	  NAMESPACE and R_init_sp

2004-11-24 17:22  rsbivand

	* adding
	  NAMESPACE

2004-11-23 19:44  rsbivand

	* before
	  NAMESPACE

2004-11-23 10:35  edzer

	* got
	  rid of R CMD check "coordinates<-" message; added SpatialLines
	  (mostly empty);

2004-11-10 21:39  edzer

	* allow
	  plotting of factor attribute columns

2004-11-10 15:58  edzer

	* doc
	  err

2004-11-10 15:57  edzer

	* xx

2004-11-10 15:56  edzer

	* cplot
	  addition

2004-11-10 15:55  edzer

	* docs
	  check

2004-11-10 11:01  edzer

	* put
	  old stuff in.

2004-11-09 20:45  edzer

	* more
	  stuff

2004-11-09 20:37  edzer

	* added
	  plotting utils; worked on SpatialPoint + deriv classes

2004-11-08 21:52  edzer

	* coordinates
	  are now merged in place.

2004-11-06 19:51  edzer

	* added
	  stripping of coordinates from data.frame in
	  SpatialPointsDataFrame, when set by e.g. > coordinates(x)
	  <- c("x", "y") when coerced back to data.frame, coordinates
	  are glued back to the data (although perhaps in a different
	  position -- they're first then)

2004-11-05 20:02  edzer

	* plot
	  stuff

2004-11-05 19:24  rsbivand

	* first
	  commit of SRDF

2004-11-05 19:20  edzer

	* to.image
	  stuff for Cell

2004-11-05 19:17  rsbivand

	* first
	  commit of SRDF

2004-11-05 18:54  edzer

	* tests
	  stuff...

2004-11-05 17:12  rsbivand

	* Rings
	  display methods

2004-11-05 16:47  edzer

	* xx

2004-11-05 16:47  edzer

	* tests
	  still fail...

2004-11-05 16:38  edzer

	* update

2004-11-05 16:30  edzer

	* sp
	  0.6 is an almost complete rewrite

2004-11-05 16:14  edzer

	* sp
	  0.6 is an almost complete rewrite.

2004-11-05 10:25  edzer

	* version
	  update

2004-11-01 12:33  edzer

	* Class-SpatialData.q:
	  an attempt for "[[" and "[[<-", which does not work
	  (outcommented); others: use "iso" for map aspect in trellis
	  plots

2004-10-07 21:14  edzer

	* 2.0.0
	  compat stuff

2004-09-28 18:46  rsbivand

	* density
	  in .polygon()

2004-09-28 12:52  edzer

	* expand
	  argument

2004-09-28 12:36  edzer

	* lplot
	  port to R 2.0.0; fail1.R/fail1.Rout.save update to R 2.0.0

2004-09-25 18:24  rsbivand

	* end
	  of sept

2004-09-24 22:38  edzer

	* made
	  panel.lplot local, to avoid having to document the beast...

2004-09-24 22:33  edzer

	* lplot
	  + panel function stuff; added lplot example to S...class.Rd

2004-09-24 22:25  edzer

	* added
	  plotting of SpatialDataFramePolygons with lplot (+ panel.lplot
	  function)

2004-09-15 08:30  edzer

	* changes
	  made at Philly airport; trying to make lplot work;
	  coordinates(x, "names") etc

2004-06-29 12:14  rsbivand

	* file
	  names 2.0.0

2004-06-18 20:28  rsbivand

	* backoff
	  on ring directions

2004-06-18 14:59  rsbivand

	* backing
	  out of too brave ring direction assumption

2004-06-08 10:16  rsbivand

	* allow
	  P4 without pO

2004-06-08 10:07  rsbivand

	* allow
	  P4 without pO

2004-06-03 14:46  edzer

	* Guys,
	  sp still works under R 1.8.  As do I.

2004-06-01 19:08  rsbivand

	* more
	  work on insiders using Barry's p-in-p idea

2004-05-26 07:13  edzer

	* plotting
	  of SpatialDataFrameGrid returned par() settings; now invisible

2004-05-24 12:18  edzer

	* S-Plus
	  compatibility issues

2004-05-19 06:56  rsbivand

	* added
	  mild ring direction checking to Map2Poly4

2004-05-14 14:17  edzer

	* polygon
	  S-Plus portability issues

2004-05-14 09:27  edzer

	* S-Plus
	  compatibility issues.

2004-05-14 07:44  rsbivand

	* holepolys
	  example

2004-05-13 18:25  rsbivand

	* added
	  plot order and ring-direction to Polygon4/Polylist4

2004-05-13 15:25  edzer

	* this
	  file is generated from S/src/pip.c, and should be modified there

2004-05-13 15:22  edzer

	* removed
	  all files in sp/R: they are created automatically from the
	  .q sources in sp/S by typing `make' in the sp directory.
	  This was necessary to create a single S-Plus/R source.
	  Removing them hopefully decreases the chances of changes to
	  .R files, being overwritten.

2004-05-13 10:24  edzer

	* map2Poly4;
	  tests out files

2004-05-11 19:40  edzer

	* ported
	  tests to S-Plus; see makefile

2004-05-11 19:38  edzer

	* wip

2004-05-11 19:32  edzer

	* wip

2004-05-11 07:27  edzer

	* see
	  CHANGES

2004-04-22 13:29  edzer

	* I
	  messed up the "[" on SDFGrids; works again, I hope!

2004-04-21 19:50  edzer

	* time
	  for 0.5-0.

2004-04-21 19:48  edzer

	* further
	  S-Plus portability issues, like grep(), par("col")/par("fg")

2004-04-21 13:16  edzer

	* moved
	  main sorce from R (R-code) to S (single code for R and S-Plus);
	  this requires a single make in the sp directory to create the R
	  sources from S.  So, no longer modifying in the R directory; use
	  the S (*.q) code instead!! `make' also creates .Rbuildignore,
	  with all the files that an R build should ignore.

2004-04-21 13:09  edzer

	* S-Plus
	  portability scripts

2004-04-21 06:19  rsbivand

	* fix
	  plot for SDFPolygons

2004-04-20 20:55  edzer

	* uniforming
	  file name extensions

2004-04-17 22:15  edzer

	* max
	  argument in plot.SpatialDataFrame -- for S-Plus, R doesn't
	  like it

2004-04-17 21:57  edzer

	* mostly
	  S-Plus compatability issues.

2004-04-17 21:56  edzer

	* xx

2004-04-17 21:43  edzer

	* set
	  back required version to 1.8 -- should be as low as possible?

2004-04-16 07:24  rsbivand

	* add
	  coerse for SDFPolygons

2004-04-08 19:53  edzer

	* test
	  asciigrid file.  Ahumm, ...  not generated by ArcGrid.

2004-04-08 12:58  rsbivand

	* cleaned
	  SpatialDataFramePolygons

2004-04-08 12:48  rsbivand

	* cleaning
	  SpatialDataFramePolygons

2004-04-07 14:22  edzer

	* still
	  need do do examples

2004-04-07 11:40  rsbivand

	* added
	  SpatialDataFramePolygons

2004-04-07 09:07  rsbivand

	* added
	  SpatialDataFramePolygons

2004-04-05 20:52  edzer

	* work
	  in progress.

2004-04-02 18:25  rsbivand

	* switched
	  data back to ASCII

2004-04-02 12:29  edzer

	* S-Plus
	  portability issues

2004-03-31 14:40  edzer

	* minor
	  mods

2004-03-29 15:18  edzer

	* extensions
	  to SDFGrid, see gridparameters() function

2004-03-27 19:53  rsbivand

	* INDEX
	  update

2004-03-20 05:11  rsbivand

	* upload
	  sp without proj

2004-03-20 05:02  rsbivand

	* upload
	  sp without proj

2004-03-14 20:16  edzer

	* cosmetic.

2004-03-14 19:58  edzer

	* Initial
	  revision

1999-12-15 10:41

	* New
	  repository initialized by cvs2svn.