-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.13 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: dormancyR
Type: Package
Title: Functions to Compute Chill Metrics
Version: 0.1.42
Date: 2022-08-23
Authors@R: person("Eduardo", "Fernandez C", email = "[email protected]", role = c("aut", "cre"))
Description: Chill functions for estimating chilling metrics for deciduous fruit trees. The package contains functions to use the models Utah Modified, North Carolina, Low Chill, among others. Additionally, this package contains functions to handle weather data from different data-bases in Chile and Germany, as well as functions to estimate metrics related to frost events and heat accumulation according to a modification of the Growing Degree Hour model.
Depends: R (>= 3.6)
Imports: assertthat,
chillR,
dplyr,
fields,
ggplot2,
lubridate,
metR,
patchwork,
readr,
readxl,
scales,
sp,
stringr,
tidyr
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Suggests:
kableExtra,
knitr,
rmarkdown,
testthat (>= 2.1.0),
tidyverse
VignetteBuilder: knitr
URL: https://github.com/EduardoFernandezC/dormancyR