Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.77 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.77 KB

aurelhy

Linux Build Status Win Build Status Coverage Status CRAN Status License Life cycle stable

Hydrometeorological interpolation using the AURELHY method.

Installation

Make sure you have the {remotes} R package installed:

install.packages("remotes")

Use install_github() to install the {aurelhy} package:

remotes::install_github("phgrosjean/aurelhy")

R should install all required dependencies automatically, and then it should compile and install {aurelhy}.

Latest development version in source and Windows binaries format also available from appveyor.

Usage

Make the {aurelhy} package available in your R session:

library("aurelhy")

Get help about this package:

library(help = "aurelhy")
?aurelhy

Code of Conduct

Please note that the {aurelhy} project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.