Changes in version 0.4-6 (2025-10-29) o updated Rd-files Changes in version 0.4-5 (2025-10-14) o replaced deprecated ggplot2::aes_string() Changes in version 0.4-4 (2025-06-29) o Made sure that all 'CRAN-checks' are passed. Changes in version 0.4-3 (2025-06-02) o removed escaped LaTeX specials in NEWS.Rd as indicated by 'CRAN checks' o added package anchors for all Rd link-targets as indicated by 'CRAN checks' Changes in version 0.4-2 (2023-04-11) o removed dependence on rgdal (Roger Bivand, 2023-04-10) o updated CITATION file to new format (Uwe Ligges, 2023-04-11) Changes in version 0.4-1 (2022-08-11) o fixed Rd-files to prevent rendering problems in the HTML version of the documentation (Kurt Hornik & Deepayan Sarkar, 2022-08-11) Changes in version 0.4-0 (2021-12-13) o stratifiy no longer internally reprojects maps to latlon. It is now up to the user to supply a proper map projection. If the map has EPSG:4326, then great circle distances are used. In all other cases spcosa uses Euclidean distances for stratification. o prevented spurious errors by proj4string as suggested by the sp-package authors in their vignette (CRS_warnings). Changes in version 0.3-11 (2021-01-18) o added PROJ (>= 6) to SystemRequirements in the DESCRIPTION file (Uwe Ligges, 2021-01-18) o removed dependency from rgl and gstat by simplifying vignette o added package versions to DESCRIPTION file to remove notes/warnings from CRAN Changes in version 0.3-10 (2021-01-06) o added doi-tag to Rd-files o corrected outdated hyper links in the manual o changed http to https o updated rgl code o made suggested package rgl conditional, as suggested by Ripley (2020-12-08) Changes in version 0.3-9 (2020-01-13) o made code compatible with coming R version 4.0.0 following directions CRAN Changes in version 0.3-8 (2018-03-30) o changed runtime check for Java version as suggested by Ripley (2018-03-28 12:22) Changes in version 0.3-7 (2018-01-19) o changed Java version format as suggested by Ripley (2018-01-07 10:55) o added runtime check for Java version Changes in version 0.3-6 (2015-12-22) o package vignette converted to R-markdown o minor changes to make spcosa compatible with ggplot2 version 2.0.0 Changes in version 0.3-5 (2013-05-02) o modifications in version 0.3-4 only worked for 'geometry' objects (SpatialPixels etc.) and not for their Spatial*DataFrames counterparts. This issue has now been solved. Changes in version 0.3-4 (2013-04-29) o replaced deprecated method sp:::overlay by sp:::%over% (issue reported by Edzer Pebesma) Changes in version 0.3-3 (2013-01-30) o moved start-up message from .onLoad to .onAttach to prevent 'R CMD check' from printing a NOTE in "R Under development (unstable) (2013-01-25 r61745)" o Some minor modifications to the package vignette Changes in version 0.3-2 (2012-12-05) o reorganization of files to make file names portable (required by R-devel, issue reported by Brian D. Ripley, 2012-12-04 17:53) Changes in version 0.3-1 (2012-09-11) o corrected some typos o upgraded to ggplot2 version 0.9.2 Changes in version 0.3-0 (2012-03-27) o replaced ./NEWS by ./inst/NEWS.Rd o stratify method with signature SpatialPolygons has gained a new argument: cellSize. Argument cellSize takes precedence over argument nGridCells. o upgraded to ggplot2 0.9.0 o upgraded to sp 0.9-97 o added stratify method for instances of class SpatialGrid (due to recent changes in package sp) o dependency on package rgdal has been reduced. spcosa now only requires package rgdal in case projection attributes have been set. spcosa will therefore also run on systems without 'gdal'. o packages like sp and rgdal need to be loaded explicitly. In previous versions of spcosa these packages were automatically loaded. o documentation and vignette have been updated o minor changes to the code to pass all checks (without warnings) in R 2.15.0 Changes in version 0.2-3 (2010-10-09) o updated documentation o added new demo (sphere2.R) Changes in version 0.2-2 (2010-07-29) o changed code of plot-methods to prevent 'NOTES' generated by R CMD check: "no visible binding for global variable ..." o added doi of paper in Computer & Geosciences to citation file o added FAQ Changes in version 0.2-1 (2010-04-19) o dynamic HTML added to spcosa-package.Rd o updated references in Rd-files and CITATION file o package vignette has been updated Changes in version 0.2-0 (2009-11-12) o added a line (at start-up and in the package-file) that a recent version of Java is required in order to run spcosa. o upgraded to R 2.10-0 and rJava 0.8-1. Previous releases of spcosa are not compatible with the new rJava 0.8-series Changes in version 0.1-5 (2009-09-09) o fixed 'suspect' hyperlink issue reported by 'R CMD check' of 'R version 2.10.0 Under development (unstable) (2009-09-07 r49613)' o added more contrast to spatial strata plots Changes in version 0.1-4 (2009-07-01) o minor bug fixed in method 'getArea'. In previous versions of spcosa, the area was returned in units of grid cells i.s.o. map units. Since spcosa relies on relative areas, this bug did _not_ affect other methods in the package. o visualization of class hierarchies in the package vignette by means of the new 'classesToAM' function o minor update of documentation (Rd files) o warnings due to coercion to class "SpatialPixelsDataFrame" have been suppressed. o dependency has been increased from R (>= 2.8.0) to R (>= 2.9.0). Otherwise ggplot2-functions might fail. Changes in version 0.1-3 (2009-05-17) o citation file has been updated o minor improvements of source code Changes in version 0.1-2 (2009-03-23) o fixed a minor bug in the plot method with signature "SamplingPatternPriorPoints" o minor update of package vignette Changes in version 0.1-1 (2009-03-13) o documentation has been made compatible with "R version 2.9.0 Under development (unstable) (2009-03-08 r48082)" Changes in version 0.1-0 o first release