Skip to content

Commit 66afeed

Browse files
committed
doc(get_returnp)
1 parent f0b4d09 commit 66afeed

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: kostra2020
22
Title: R Interface for KOSTRA-DWD-2020 Dataset
3-
Version: 1.5.1
4-
Date: 2024-12-02
3+
Version: 1.5.2
4+
Date: 2024-12-04
55
Authors@R:
66
person("Dimitri", "Falk", , "falk.dimitri@eglv.de", role = c("aut", "cre"))
77
Description: Extract cell-specific precipitation statistics from KOSTRA-DWD-2020.

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# version 1.5.1
1+
# version 1.5.2
22

33
## features
44

R/get_returnp.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#' @param interpolate logical.
88
#' Return `tn` as an interpolated value instead of an interval?
99
#'
10-
#' @return units. Vector of length 2 representing the upper and lower boundaries
10+
#' @return units. Vector of length 2 representing the lower and upper boundaries
1111
#' of the return period class in years \code{[a]}. \cr
1212
#' Vector of length 1 with `interpolate = TRUE`.
1313
#' @export

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ and load the package via
5555

5656
``` r
5757
library(kostra2020)
58-
#> 1.5.1
58+
#> 1.5.2
5959
```
6060

6161
## Getting started

man/get_returnp.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)