./math/R-sp, Classes and methods for spatial data

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.0.0, Package name: R-sp-2.0.0, Maintainer: pkgsrc-users

A package that provides classes and methods for spatial data. The
classes document where the spatial location information resides, for
2D or 3D data. Utility functions are provided, e.g. for plotting data
as maps, spatial selection, as well as methods for retrieving
coordinates, for subsetting, print, summary, etc.


Required to run:
[math/R]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2023-08-11 03:52:15 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(math/R-sp) Updated 1.6.1 to 2.0.0

Changes in version 2.0-0 (2023-06-20):

        * 'get_evolution_status()' defaults to 2, meaning sp will no
          longer call rgdal or rgeos; 'spTransform' will work using
          'sf::st_transform'.

        * increase R version required from 3.0.0 to 3.2.0, which was de
          facto already required (PR from Sebastian Meyer)
   2023-06-07 14:43:16 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(math/R-sp) Updated 1.5.1 to 1.6.1

Changes in version 1.6-1 (2023-05-16):

        * add evolution vignette, drop over vignette, add startup
          message

Changes in version 1.6-0 (2023-01-19):

        * add get_evolution_status() and set_evolution_status()
   2022-12-18 12:39:43 by Makoto Fujiwara | Files touched by this commit (2) | Package updated
Log message:
(math/R-sp) Updated 1.4.5 to 1.5.1

(R-sp/work/sp/inst/NEWS.Rd)
Changes in version 1.5-0 (2022-06-03):

        * merge the evolution branch from rsbivand/sp@evolution

Changes in version 1.4-7 (2022-04-18):

        * remove S-compatibility DOUBLE_* macros;
          https://github.com/edzer/sp/pull/115

Changes in version 1.4-6 (2021-11-14):

        * add CRS cache and update CRS print method;
          https://github.com/edzer/sp/pull/103
   2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458)
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458)
Log message:
math: Remove SHA1 hashes for distfiles
   2021-06-13 14:46:04 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 1.4.5

No upstream changelog found.
   2020-08-07 02:08:36 by Brook Milligan | Files touched by this commit (1)
Log message:
math/R-sp: add a buildlink3.mk file for dependencies.

The R-sp package installs header and library files, which may be needed
by dependencies.  Add a buildlink3.mk file for such dependencies to
include.
   2020-07-23 15:56:16 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 1.4.2

Upstream changes:
Changes in version 1.4-1 (2020-xx-yy)

    warn on NULL projargs in CRS(); https://github.com/edzer/sp/pull/74

Changes in version 1.4-0 (2020-02-21)

    prepare for new (>= 1.5.1) rgdal, which creates and listens to a \ 
comments() field of a CRS object carrying a WKT representation of a CRS rather \ 
than the proj4string; @rsb, https://github.com/edzer/sp/pull/67 and \ 
https://github.com/edzer/sp/pull/69 ; for more info see e.g. \ 
https://github.com/edzer/sp/issues/68 and \ 
https://github.com/r-spatial/discuss/issues/28

Changes in version 1.3-2 (2019-11-07)

    fix length > 1 in coercion to logical error; #54, #60

    add is.na method for CRS objects