Package: rangemap
Type: Package
Title: Simple Tools for Defining Species Ranges
Version: 0.1.18
Authors@R: c(
    person("Marlon E.", "Cobos", email = "manubio13@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-2611-1767")), 
    person("Vijay", "Barve", email = "vijay.barve@gmail.com", role = "aut",
           comment = c(ORCID = "0000-0002-4852-2567")), 
    person("Narayani", "Barve", email = "narayani.ku@gmail.com", role = "aut",
           comment = c(ORCID = "0000-0002-7893-8774")),
    person("Alberto", "Jimenez-Valverde", email = "alberto.jimenez.valverde@gmail.com", 
           role = "aut", comment = c(ORCID = "0000-0001-9962-2106")),
    person("Claudia", "Nuñez-Penichet", email = "claununez199o@gmail.com", 
           role = "aut", comment = c(ORCID = "0000-0001-7442-8593"))
           )
Maintainer: Marlon E. Cobos <manubio13@gmail.com>
Date: 2021-09-03
Description: A collection of tools to create species range maps based on 
    occurrence data, statistics, and spatial objects. Other tools in this 
    collection can be used to analyze the environmental characteristics of 
    the species ranges. Plotting options to represent results in various 
    manners are also available. Results obtained using these tools can be 
    used to explore the distribution of species and define areas of occupancy 
    and extent of occurrence of species. Other packages help to explore species 
    distributions using distinct methods, but options presented in this set of 
    tools (e.g., using trend surface analysis and concave hull polygons) are 
    exclusive. Description of methods, approaches, and comments for some of the 
    tools implemented here can be found in: 
    IUCN (2001) <https://portals.iucn.org/library/node/10315>,
    Peterson et al. (2011) <https://www.degruyter.com/princetonup/view/title/506966>, 
    and Graham and Hijmans (2006) <doi:10.1111/j.1466-8238.2006.00257.x>.
URL: https://github.com/marlonecobos/rangemap
BugReports: https://github.com/marlonecobos/rangemap/issues
Imports: concaveman (>= 1.0), dplyr (>= 0.8), maps (>= 3.3), maptools
        (>= 0.9), methods, rnaturalearthdata (>= 0.1), raster (>= 3.0),
        rgdal (>= 1.4), rgeos (>= 0.5), rgl (>= 0.100), scales (>=
        1.1), sf (>= 0.6), spatial (>= 7.3), sp (>= 1.3)
Depends: R (>= 3.5.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-09-03 20:54:11 UTC; marlon
Author: Marlon E. Cobos [aut, cre] (<https://orcid.org/0000-0002-2611-1767>),
  Vijay Barve [aut] (<https://orcid.org/0000-0002-4852-2567>),
  Narayani Barve [aut] (<https://orcid.org/0000-0002-7893-8774>),
  Alberto Jimenez-Valverde [aut]
    (<https://orcid.org/0000-0001-9962-2106>),
  Claudia Nuñez-Penichet [aut] (<https://orcid.org/0000-0001-7442-8593>)
Repository: CRAN
Date/Publication: 2021-09-03 21:10:02 UTC
