Package: dynatop
Title: An Implementation of Dynamic TOPMODEL Hydrological Model in R
Version: 0.2.1
Authors@R: 
	   c(person(given = "Paul",
           	family = "Smith",
           	role = c("aut", "cre"),
           	email = "paul@waternumbers.co.uk",
           	comment = c(ORCID = "0000-0002-0034-3412")),
		person(given = "Peter",family = "Metcalfe",role = c("aut"))
	     )
Description: An R implementation and enhancement of the Dynamic TOPMODEL semi-distributed hydrological model originally proposed by Beven and Freer (2001) <doi:10.1002/hyp.252>. The 'dynatop' package implements code for simulating models which can be created using the 'dynatopGIS' package.
License: GPL-2
Encoding: UTF-8
LazyData: true
ByteCompile: true
Imports: R6, zoo, xts, Rcpp
LinkingTo: Rcpp
Depends: R (>= 4.0.0)
BugReports: https://github.com/waternumbers/dynatop/issues
URL: https://waternumbers.github.io/dynatop/,
        https://github.com/waternumbers/dynatop
RoxygenNote: 7.1.2
Suggests: raster, rgdal, knitr, rmarkdown, covr, bookdown, pkgdown,
        testthat (>= 3.0.0)
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2022-01-12 16:05:08 UTC; smithpj1
Author: Paul Smith [aut, cre] (<https://orcid.org/0000-0002-0034-3412>),
  Peter Metcalfe [aut]
Maintainer: Paul Smith <paul@waternumbers.co.uk>
Repository: CRAN
Date/Publication: 2022-01-18 08:02:42 UTC
