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
|
Source: r-cran-mapdata
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Chris Lawrence <lawrencc@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-r,
r-base-dev,
r-cran-maps
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-mapdata
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-mapdata.git
Homepage: https://cran.r-project.org/package=mapdata
Rules-Requires-Root: no
Package: r-cran-mapdata
Architecture: any
Depends: ${R:Depends},
${shlibs:Depends},
${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R support for producing geographic maps (supplemental data)
This package provides facilities for easily producing high-resolution
maps based on data sets in the GNU R statistical computing
environment. It includes high-resolution map data for the entire
world, along with maps of China (including provincial boundaries) and
a higher-resolution map of New Zealand and a number of nearby Pacific
islands.
.
The suggested r-cran-mapproj package adds facilities for
calculating geographic projections, which are used by mapmakers to
compensate for the inaccuracies inherent in projecting a spheroid's
surface onto a two-dimensional plane.
|