Package: CropWaterBalance
Title: Climate Water Balance for Irrigation Purposes
Version: 0.2.0
Authors@R: c(
  person(
    given = "Gabriel Constantino",
    family = "Blain",
    role = c("aut", "cre"),
    email = "gabriel.blain@sp.gov.br",
    comment = c(ORCID = "0000-0001-8832-7734")),
  person(
    given = "Graciela R.",
    family = "Sobierajski",
    role = "aut",
    comment = c(ORCID = "0000-0002-7211-9268")),
  person(
    given = "Regina C.",
    family = "Matos Pires",
    role = "aut",
    comment = c(ORCID = "0000-0003-4200-7094")),
  person(
    given = "Adam H.",
    family = "Sparks",
    email = "adamhsparks@gmail.com",
    role = "aut",
    comment = c(ORCID = "0000-0002-0061-8359")),
  person(
    given = "Leticia L.",
    family = "Martins",
    role = "aut",
    comment = c(ORCID = "0000-0002-0299-3005"))
  )
Description: Calculates daily climate water balance for irrigation purposes and 
  also calculates the reference evapotranspiration (ET) using three methods,
  Penman and Monteith  (Allen et al. 1998, ISBN:92-5-104219-5);
  Priestley and Taylor (1972) <doi:10/cr3qwn>; or Hargreaves and Samani (1985)
  <doi:10.13031/2013.26773>.  Users may specify a management allowed depletion
  (MAD), which is used to suggest when to irrigate.  The functionality allows
  for the use of crop and water stress coefficients as well.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.1
Depends: R (>= 3.10)
LazyData: true
Suggests: knitr, rmarkdown, spelling, testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/testthat/parallel: true
Imports: PowerSDI, lubridate, stats
URL: https://github.com/gabrielblain/CropWaterBalance
BugReports: https://github.com/gabrielblain/CropWaterBalance/issues
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: no
Packaged: 2024-04-17 10:17:03 UTC; Gabriel
Author: Gabriel Constantino Blain [aut, cre]
    (<https://orcid.org/0000-0001-8832-7734>),
  Graciela R. Sobierajski [aut] (<https://orcid.org/0000-0002-7211-9268>),
  Regina C. Matos Pires [aut] (<https://orcid.org/0000-0003-4200-7094>),
  Adam H. Sparks [aut] (<https://orcid.org/0000-0002-0061-8359>),
  Leticia L. Martins [aut] (<https://orcid.org/0000-0002-0299-3005>)
Maintainer: Gabriel Constantino Blain <gabriel.blain@sp.gov.br>
Repository: CRAN
Date/Publication: 2024-04-18 14:02:55 UTC
Built: R 4.2.3; ; 2024-04-18 16:11:39 UTC; unix
