Skip to content

rnaturalearth #22

@andysouth

Description

@andysouth
    1. What does this package do? (explain in 50 words or less)
      rnaturalearth provides :
  • a pre-downloaded subset of Natural Earth vectors commonly used in world mapping.
  • functions to download other Natural Earth vectors.
  • an open, reproducible workflow from www.naturalearthdata.com enabling updating as new versions become available.
  • flexibility to get maps classified by countries, sovereign states and map-units.
    1. Paste the full DESCRIPTION file inside a code block (bounded by ``` on either end).
Package: rnaturalearth
Title: World Vector Map Data from Natural Earth
Version: 0.0.0.9000
Authors@R: person("Andy", "South", , "southandy@gmail.com", role = c("aut", "cre"))
Description: Facilitates mapping by making natural earth map data from http://
    www.naturalearthdata.com/ more easily available to R users. Focuses on vector
    data.
License: CC0
LazyData: true
LazyDataCompression: xz
URL: https://github.com/AndySouth/rnaturalearth
BugReports: https://github.com/AndySouth/rnaturalearth/issues
Depends:
    R (>= 3.1.1)
Imports:
    sp (>= 1.0.15),
    rgdal
Suggests:
    knitr,
    testthat (>= 0.9.1),
    httr
VignetteBuilder: knitr
RoxygenNote: 5.0.1
    1. URL for the package (the development repository, not a stylized html page)
      https://github.com/AndySouth/rnaturalearth
    1. What data source(s) does it work with (if applicable)?
      www.naturalearthdata.com
    1. Who is the target audience?
      Anyone who wants to use Natural Earth vector data to make a map or perform other geographical analyses.
    1. Are there other R packages that accomplish the same thing? If so, what is different about yours?
      More limited subsets of Natural Earth data are available in at least the following CRAN packages rworldmap, rworldxtra, choroplethr, maps, oce, tmap. rnaturalearth is different in that it provides a comprehensive reproducible solution for access to Natural Earth vector map data either pre-downloaded or by facilitating download. By separating data access from visualisation this package provides a resource that can be used by other visualisation packages.
    1. Check the box next to each policy below, confirming that you agree. These are mandatory.
  • This package does not violate the Terms of Service of any service it interacts with.
  • The repository has continuous integration with Travis and/or another service
  • The package contains a vignette
  • The package contains a reasonably complete readme with devtools install instructions
  • The package contains unit tests
  • The package only exports functions to the NAMESPACE that are intended for end users
    1. Do you agree to follow the rOpenSci packaging guidelines? These aren't mandatory, but we strongly suggest you follow them. If you disagree with anything, please explain.
  • [no] Are there any package dependencies not on CRAN?
  • [yes] Do you intend for this package to go on CRAN?
  • [yes] Does the package have a CRAN accepted license?
  • [no] Did devtools::check() produce any errors or warnings? If so paste them below.
    One NOTE
  • checking installed package size ... NOTE
    installed size is 26.0Mb
    sub-directories of 1Mb or more:
    data 25.8Mb
    1. Please add explanations below for any exceptions to the above:
      The package is currently too big because of the fine scale (10m) data. Hadley suggested :
      "I think you need to keep the data under five meg. I'd suggest that you put the fine level data a separate package - you can then make that available via a drat repo (perhaps the ROpenSci one?), or just via github."
      I don't know anything about drat repos. I'm happy to take advice and modify the package(s) as recommended.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions