Package: microclima
Type: Package
Title: microclimate modelling with R
Version: 0.1.0
Authors@R: c(
    person("Ilya", "Maclean", email = "i.m.d.maclean@exeter.ac.uk", role = "cre"),
    person("Jonathan", "Mosedale", email = "j.mosedale@exeter.ac.uk", role = "aut"),
    person("Jonathan", "Bennie", email = "j.j.bennie@exeter.ac.uk", role = "aut"),
	  person("James", "Duffy", email = "james.philip.duffy@gmail.com", role = "aut"))
Maintainer: Ilya M. D. Maclean <i.m.d.maclean@exeter.ac.uk>
Description: The functions in the microclima package contain tools for 
    modelling the mechanistic processes that govern fine-scale variation in 
    temperature. It includes tools for determining local variation in 
    temperature arising from variation in radiation, wind speed, altitude, 
    surface albedo, coastal influences and cold air drainage. A series of
    functions for determining the fine-scale topographic and vegetation 
    effects on wind speed and radiation are also provided. It also includes 
    tools for deriving canopy cover, leaf architecture, surface albedo and 
    cold air drainage basins from digital elevation data and aerial imagery. 
License: GPL-2
Encoding: UTF-8
LazyData: true
Remotes: mrke/NicheMapR
LinkingTo: Rcpp
Imports:
    raster (>= 2.5),
    rgdal (>= 0.8),
    elevatr(>= 0.1.4),
    stringr (>= 1.2),
    sp (>= 1.2),
    dplyr(>= 0.7),
    RNCEP (>= 1.0.8),
    zoo (>= 1.8),
    devtools,
    rnoaa,
    ncdf4,
    fields,
	Rcpp
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE) 
Suggests: knitr,
    rmarkdown,
    plotly,
    NicheMapR,
	testthat
VignetteBuilder: knitr
URL: https://github.com/ilyamaclean/microclima
BugReports: http://github.com/microclima/issues
