-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME.Rmd
More file actions
61 lines (42 loc) · 2.28 KB
/
Copy pathREADME.Rmd
File metadata and controls
61 lines (42 loc) · 2.28 KB
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
51
52
53
54
55
56
57
58
59
60
61
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include=FALSE}
knitr::opts_chunk$set(collapse = TRUE, comment = "#>",
fig.path = "man/figures/README-", out.width = "80%")
library(aurelhy)
```
# 'SciViews::R' - Hydrometeorological Interpolation <a href='https://www.sciviews.org/aurelhy'><img src='man/figures/logo.png' align='right' height='138'/></a>
<!-- badges: start -->
[](https://github.com/SciViews/aurelhy/actions/workflows/R-CMD-check.yaml)
[](https://codecov.io/gh/SciViews/aurelhy?branch=main)
[](https://cran.r-project.org/package=aurelhy) [](https://www.gnu.org/licenses/gpl-3.0.html)
[](https://sciviews.r-universe.dev/aurelhy)
[](https://opensource.org/licenses/MIT)
[](https://www.tidyverse.org/lifecycle/#stable)
<!-- badges: end -->
> Hydrometeorological interpolation using the AURELHY method.
## Installation
Make sure you have the {remotes} R package installed:
``` r
install.packages("remotes")
```
Use `install_github()` to install the {aurelhy} package:
``` r
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](https://ci.appveyor.com/project/phgrosjean/aurelhy/build/artifacts).
## Usage
Make the {aurelhy} package available in your R session:
``` r
library("aurelhy")
```
Get help about this package:
``` r
library(help = "aurelhy")
?aurelhy
```
## Code of Conduct
Please note that the {modelit} package is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.