-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix handle_cdc_germany to meet R CMD check requirements
- Loading branch information
1 parent
5426174
commit 111acad
Showing
3 changed files
with
27 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,21 +6,22 @@ Date: 2020-05-20 | |
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: chillR, | ||
sp, | ||
Imports: assertthat, | ||
chillR, | ||
dplyr, | ||
tidyr, | ||
readxl, | ||
readr, | ||
stringr, | ||
XML, | ||
tidyverse, | ||
kableExtra, | ||
ggplot2, | ||
assertthat, | ||
kableExtra, | ||
lubridate, | ||
patchwork, | ||
scales | ||
readr, | ||
readxl, | ||
scales, | ||
sp, | ||
stringi, | ||
stringr, | ||
tidyr, | ||
tidyverse, | ||
XML | ||
License: GPL-3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.