Package: envar
Type: Package
Title: Download and Process Environmental Variables
Version: 0.1.0
Authors@R: 
    c(person(given = "Andrea", family = "Simoncini", role = c("aut", "cre"), email = "simonciniandre@gmail.com",comment = c(ORCID = "0000-0002-9856-6111")),
      person(given = "Michele", family = "Bertoncini", role = "aut", comment = c(ORCID = "0000-0002-1866-0045")),
      person(given = "Andrea", family = "Cerofolini", role = "aut", comment = c(ORCID = "0009-0009-4439-3014")),
      person(given = "Andrea", family = "Dalpasso", role="aut", comment = c(ORCID = "0000-0003-1471-789X")),
      person(given = "Mattia", family = "Falaschi", role="aut", comment = c(ORCID = "0000-0002-4511-4816")),
      person(given = "Gentile Francesco", family = "Ficetola", role = "aut", comment = c(ORCID = "0000-0003-3414-5155")),
      person(given = "Elia", family = "Lo Parrino", role ="aut", comment = c(ORCID = "0000-0001-9619-9568")))
Description: Provides a unified interface to download, harmonise and extract a
    wide range of environmental and socio-economic variables from established
    open data web services (such as 'WorldClim' <https://www.worldclim.org/>,
    'CHELSA' <https://chelsa-climate.org/> and 'Bio-ORACLE'
    <https://www.bio-oracle.org/>, among others) for use in macroecology and
    biogeography. The package handles
    spatial subsetting to a study area, reprojection to a common coordinate
    reference system, and extraction of values at sampling points, so that
    predictors from heterogeneous sources can be assembled within a single
    reproducible workflow. Helper functions for collinearity checking and
    variable exploration are also included.
License: GPL-3
Language: en-US
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Imports: terra, dplyr, httr, sf, rnaturalearth, usdm, corrplot, cli,
        fs, utils, digest, rangeBuilder
RoxygenNote: 7.3.2
Config/Needs/website: terra, dplyr, sf, pkgdown, usdm, corrplot,
        rangeBuilder
Suggests: knitr, rmarkdown, rnaturalearthdata
VignetteBuilder: knitr
URL: https://animalbiodiversitylab.github.io/envar/,
        https://github.com/animalbiodiversitylab/envar
BugReports: https://github.com/animalbiodiversitylab/envar/issues
Depends: R (>= 3.5.0)
NeedsCompilation: no
Packaged: 2026-07-22 21:50:06 UTC; andre
Author: Andrea Simoncini [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-9856-6111>),
  Michele Bertoncini [aut] (ORCID:
    <https://orcid.org/0000-0002-1866-0045>),
  Andrea Cerofolini [aut] (ORCID:
    <https://orcid.org/0009-0009-4439-3014>),
  Andrea Dalpasso [aut] (ORCID: <https://orcid.org/0000-0003-1471-789X>),
  Mattia Falaschi [aut] (ORCID: <https://orcid.org/0000-0002-4511-4816>),
  Gentile Francesco Ficetola [aut] (ORCID:
    <https://orcid.org/0000-0003-3414-5155>),
  Elia Lo Parrino [aut] (ORCID: <https://orcid.org/0000-0001-9619-9568>)
Maintainer: Andrea Simoncini <simonciniandre@gmail.com>
Repository: CRAN
Date/Publication: 2026-07-31 14:30:02 UTC
