-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.Rmd
55 lines (35 loc) · 2.3 KB
/
README.Rmd
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
output: github_document
bibliography: packages.bib
---
# dormancyR <a><img src='man/figures/dormancyR.png' align="right" height="145" /></a>
<!-- badges: start -->
[![CRAN](https://www.r-pkg.org/badges/version/dormancyR)](https://CRAN.R-project.org/package=dormancyR)
![GitHub watchers](https://img.shields.io/github/watchers/EduardoFernandezC/dormancyR?label=Watch&style=social)
![GitHub repo size](https://img.shields.io/github/repo-size/EduardoFernandezC/dormancyR)
[![R build status](https://github.com/EduardoFernandezC/dormancyR/workflows/R-CMD-check/badge.svg)](https://github.com/EduardoFernandezC/dormancyR/actions?workflow=R-CMD-check)
<!-- badges: end -->
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
```{r, warning=FALSE, include = FALSE}
#Automatically write R package citation entries to a .bib file
knitr::write_bib(c(.packages(),
'chillR',
'devtools'), 'packages.bib')
```
# Description
`dormancyR` aims to provide alternatives to common chill models used in horticulture to compute chill metrics in deciduous fruit tree orchards as well as functions to handle weather data. The package is inspired in the `chillR` package [@R-chillR] and produces compatible outputs. `dormancyR` also contains functions to download and handle historic ([Center for Climate and Resilience Research](<https://www.cr2.cl>)) and up-to-date ([Agrometeorologia - INIA](<https://agrometeorologia.cl/>)) weather data from Chilean databases. Similarly, the package contains a function to download and handle weather data from a German database ([Climate Data Center](<https://cdc.dwd.de/portal/>)).
`dormancyR` was developed for a scientific manuscript published in the European Journal of Agronomy: [The importance of chill model selection - a multi-site analysis](<https://doi.org/10.1016/j.eja.2020.126103>)
Since the package is not on CRAN (for the moment), the developer version of `dormancyR` can be directly installed from github using functions in the `devtools` library [@R-devtools]
```{r, eval = FALSE}
devtools::install_github("https://github.com/EduardoFernandezC/dormancyR")
library(dormancyR)
```
# References