frost

R package frost: prediction of minimum temperature for frost forecasting in agriculture

https://github.com/anadiedrichs/frost

Science Score: 20.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    1 of 2 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.6%) to scientific vocabulary

Keywords

frost package prediction-algorithm prediction-model r rpackage
Last synced: 6 months ago · JSON representation

Repository

R package frost: prediction of minimum temperature for frost forecasting in agriculture

Basic Info
  • Host: GitHub
  • Owner: anadiedrichs
  • License: other
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 997 KB
Statistics
  • Stars: 4
  • Watchers: 2
  • Forks: 0
  • Open Issues: 9
  • Releases: 0
Topics
frost package prediction-algorithm prediction-model r rpackage
Created almost 8 years ago · Last pushed almost 5 years ago
Metadata Files
Readme Contributing License Code of conduct

README.Rmd

---
output: github_document
---



```{r, echo = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "vignettes/"
)
```

# frost 

![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)



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

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 154
  • Total Committers: 2
  • Avg Commits per committer: 77.0
  • Development Distribution Score (DDS): 0.045
Top Committers
Name Email Commits
Ana Diedrichs a****s@f****r 147
Ana Laura Diedrichs a****s@g****m 7
Committer Domains (Top 20 + Academic)

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
cran.r-project.org: frost

Prediction of Minimum Temperature for Frost Forecasting in Agriculture

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 0
Rankings
Stargazers count: 26.2%
Forks count: 28.8%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Average: 42.0%
Downloads: 89.7%
Last synced: over 2 years ago

Dependencies

DESCRIPTION cran
  • methods * imports
  • covr * suggests
  • ggplot2 * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat >= 2.1.0 suggests