NEWS | R Documentation |
News for Package 'spcosa'
Changes in version 0.4-3 (2025-06-02)
removed escaped LaTeX specials in NEWS.Rd as indicated by 'CRAN checks'
added package anchors for all Rd link-targets as indicated by 'CRAN checks'
Changes in version 0.4-2 (2023-04-11)
removed dependence on rgdal (Roger Bivand, 2023-04-10)
updated CITATION file to new format (Uwe Ligges, 2023-04-11)
Changes in version 0.4-1 (2022-08-11)
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-09)
-
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. 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-12)
added PROJ (>= 6) to SystemRequirements in the DESCRIPTION file (Uwe Ligges, 2021-01-18)
removed dependency from rgl and gstat by simplifying vignette
added package versions to DESCRIPTION file to remove notes/warnings from CRAN
Changes in version 0.3-10 (2021-01-06)
added doi-tag to Rd-files
corrected outdated hyper links in the manual
changed http to https
updated rgl code
made suggested package rgl conditional, as suggested by Ripley (2020-12-08)
Changes in version 0.3-9 (2020-01-13)
made code compatible with coming R version 4.0.0 following directions CRAN
Changes in version 0.3-8 (2018-03-30)
changed runtime check for Java version as suggested by Ripley (2018-03-28 12:22)
Changes in version 0.3-7 (2018-01-19)
changed Java version format as suggested by Ripley (2018-01-07 10:55)
added runtime check for Java version
Changes in version 0.3-6 (2015-12-19)
package vignette converted to R-markdown
minor changes to make spcosa compatible with ggplot2 version 2.0.0
Changes in version 0.3-5 (2013-05-01)
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)
replaced deprecated method
sp:::overlay
bysp:::%over%
(issue reported by Edzer Pebesma)
Changes in version 0.3-3 (2013-01-30)
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)"Some minor modifications to the package vignette
Changes in version 0.3-2 (2012-12-05)
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)
corrected some typos
upgraded to ggplot2 version 0.9.2
Changes in version 0.3-0 (2012-03-27)
replaced ./NEWS by ./inst/NEWS.Rd
-
stratify
method with signatureSpatialPolygons
has gained a new argument:cellSize
. ArgumentcellSize
takes precedence over argumentnGridCells
. upgraded to ggplot2 0.9.0
upgraded to sp 0.9-97
added
stratify
method for instances of classSpatialGrid
(due to recent changes in package sp)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'.
packages like sp and rgdal need to be loaded explicitly. In previous versions of spcosa these packages were automatically loaded.
documentation and vignette have been updated
minor changes to the code to pass all checks (without warnings) in R 2.15.0
Changes in version 0.2-3 (2010-10-08)
updated documentation
added new demo (‘sphere2.R’)
Changes in version 0.2-2 (2010-07-28)
changed code of plot-methods to prevent 'NOTES' generated by
R CMD check
: "no visible binding for global variable ..."added doi of paper in Computer & Geosciences to citation file
added FAQ
Changes in version 0.2-1 (2010-04-19)
dynamic HTML added to spcosa-package.Rd
updated references in Rd-files and CITATION file
package vignette has been updated
Changes in version 0.2-0 (2009-11-11)
added a line (at start-up and in the package-file) that a recent version of Java is required in order to run spcosa.
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-08)
fixed 'suspect' hyperlink issue reported by
'R CMD check'
of 'R version 2.10.0 Under development (unstable) (2009-09-07 r49613)'added more contrast to spatial strata plots
Changes in version 0.1-4 (2009-06-29)
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.visualization of class hierarchies in the package vignette by means of the new
'classesToAM'
functionminor update of documentation (Rd files)
warnings due to coercion to class
"SpatialPixelsDataFrame"
have been suppressed.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-16)
citation file has been updated
minor improvements of source code
Changes in version 0.1-2 (2009-03-23)
fixed a minor bug in the plot method with signature
"SamplingPatternPriorPoints"
minor update of package vignette
Changes in version 0.1-1 (2009-03-13)
documentation has been made compatible with "R version 2.9.0 Under development (unstable) (2009-03-08 r48082)"
Changes in version 0.1-0 (2009-03-12)
first release