-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
50 lines (31 loc) · 1.71 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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "vignettes/"
)
```
# frost <img src="vignettes/logo-frost.png" align="right" alt="" width="120" />
![CRAN](https://www.r-pkg.org/badges/version/frost)
![CRAN](https://cranlogs.r-pkg.org/badges/grand-total/frost)
[![Travis CI Build Status](https://travis-ci.org/anadiedrichs/frost.svg?branch=master)](https://travis-ci.org/anadiedrichs/frost)
[![Codecov test coverage](https://img.shields.io/codecov/c/github/anadiedrichs/frost/master.svg)](https://codecov.io/github/anadiedrichs/frost?branch=master)
[![DOI](https://zenodo.org/badge/128426264.svg)](https://zenodo.org/badge/latestdoi/128426264)
## Prediction of minimum temperature for frost forecasting in agriculture
This package contains a compilation of empirical methods used by farmers and agronomic engineers to predict the minimum temperature to detect a frost event.
These functions use variables such as environmental temperature, relative humidity, and dew point.
## Installation
If you don't have package **devtools** installed, run the following commands.
`` install.packages("devtools") ``
`` library(devtools) ``
To install the package from the GitHub repo, run
`` install_github("anadiedrichs/frost")``
## More info
You can have more information about how to use this package in the [Introduction vignette](vignettes/Introduction.Rmd)
<img src="vignettes/logo-frost.png" width="120">
## Code of conduct
Please note that this project is released with a [Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms.