https://github.com/cran/spData
Raw File
Tip revision: fdd95d6e6d809bc5ae80610c4039810840d6ea99 authored by Jakub Nowosad on 28 October 2017, 12:56:40 UTC
version 0.2.6.2
Tip revision: fdd95d6
DESCRIPTION
Package: spData
Title: Datasets for Spatial Analysis
Version: 0.2.6.2
Authors@R: c(person("Roger", "Bivand", role = "aut", email="Roger.Bivand@nhh.no"),
        person("Jakub", "Nowosad", role = c("aut", "cre"), email="nowosad.jakub@gmail.com", comment = c(ORCID = "0000-0002-1057-3721")),
        person("Robin", "Lovelace", role = "aut",
        comment = c(ORCID = "0000-0001-5679-6536"))
	)
Description: Diverse spatial datasets for demonstrating, benchmarking and teaching spatial data analysis. 
        It includes R data of class sf (defined by the package 'sf'), Spatial (sp), and nb (spdep).
        Unlike other spatial data packages such as 'rnaturalearth' and 'maps', 
        it also contains data stored in a range of file formats including GeoJSON, ESRI Shapefile and GeoPackage. 
        Some of the datasets are designed to illustrate specific analysis techniques.
        cycle_hire and cycle_hire_osm, for example, is designed to illustrate point pattern analysis techniques.
        This package interacts with data available through the 'spDataLarge' package, 
        which is available in a 'drat' repository. To access this data package, 
        run 'install.packages("spDataLarge", repos = <https://nowosad.github.io/drat/>, type = "source")'. 
        The size of the 'spDataLarge' package is approximately 20 MB. 
Depends: R (>= 3.3.0)
Suggests: foreign, maptools, rgdal, sf, sp, spDataLarge (>= 0.2.3.0),
        spdep
License: CC0
RoxygenNote: 6.0.1.9000
LazyData: true
URL: https://github.com/Nowosad/spData
BugReports: https://github.com/Nowosad/spData/issues
Additional_repositories: https://nowosad.github.io/drat
NeedsCompilation: no
Packaged: 2017-10-28 13:40:00 UTC; jn
Author: Roger Bivand [aut],
  Jakub Nowosad [aut, cre] (0000-0002-1057-3721),
  Robin Lovelace [aut] (0000-0001-5679-6536)
Maintainer: Jakub Nowosad <nowosad.jakub@gmail.com>
Repository: CRAN
Date/Publication: 2017-10-28 13:56:40 UTC
back to top