Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EduardoFernandezC/dormancyR
Alternative chill models and functions to handle or download weather data
https://github.com/EduardoFernandezC/dormancyR
agronomy chill-models weather-data
Last synced: about 2 months ago
JSON representation
Alternative chill models and functions to handle or download weather data
- Host: GitHub
- URL: https://github.com/EduardoFernandezC/dormancyR
- Owner: EduardoFernandezC
- Created: 2019-02-20T16:01:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-23T15:43:31.000Z (over 2 years ago)
- Last Synced: 2024-06-11T18:52:51.943Z (7 months ago)
- Topics: agronomy, chill-models, weather-data
- Language: R
- Homepage:
- Size: 2.09 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
- open-sustainable-technology - dormancyR - 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. (Consumption / Agriculture and Nutrition)
README
---
output: github_document
bibliography: packages.bib
---[![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)```{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]()) and up-to-date ([Agrometeorologia - INIA]()) weather data from Chilean databases. Similarly, the package contains a function to download and handle weather data from a German database ([Climate Data Center]()).
`dormancyR` was developed for a scientific manuscript published in the European Journal of Agronomy: [The importance of chill model selection - a multi-site analysis]()
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