Skip to content

Commit

Permalink
update links, fix #57
Browse files Browse the repository at this point in the history
  • Loading branch information
anadiedrichs committed Jun 26, 2019
1 parent 6500049 commit 3d2e65b
Show file tree
Hide file tree
Showing 22 changed files with 224 additions and 118 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: frost
Type: Package
Title: Prediction of Minimum Temperature for Frost Forecasting in Agriculture
Version: 0.0.4
Version: 0.0.5
Authors@R: c(person(given = "Ana Laura",
family = "Diedrichs",
role = c("cre", "aut"),
Expand All @@ -28,6 +28,6 @@ Suggests:
covr
Imports: methods
VignetteBuilder: knitr
URL: https://anadiedrichs.github.io/frost/
URL: https://anadiedrichs.github.io/frost/ https://github.com/anadiedrichs/frost
BugReports: https://github.com/anadiedrichs/frost/issues
Date: 2019-04-08
Date: 2019-06-26
10 changes: 6 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@ knitr::opts_chunk$set(
```

# frost <img src="vignettes/logo-frost.png" align="right" alt="" width="120" />
# Prediction of minimum temperature for frost forecasting in agriculture

[![DOI](https://zenodo.org/badge/128426264.svg)](https://zenodo.org/badge/latestdoi/128426264)
![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)


## Description
## 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.

Expand All @@ -46,3 +44,7 @@ To install the package from the GitHub repo, run
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.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
frost <img src="vignettes/logo-frost.png" align="right" alt="" width="120" />
=============================================================================

Prediction of minimum temperature for frost forecasting in agriculture
======================================================================

[![DOI](https://zenodo.org/badge/128426264.svg)](https://zenodo.org/badge/latestdoi/128426264) ![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)
![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)

Description
-----------
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.

Expand All @@ -34,3 +31,8 @@ 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.
9 changes: 7 additions & 2 deletions docs/CONTRIBUTING.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

105 changes: 56 additions & 49 deletions docs/articles/Introduction.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3d2e65b

Please sign in to comment.