Skip to content

Commit 34a874f

Browse files
committed
News update
1 parent b2b26d4 commit 34a874f

File tree

8 files changed

+1519
-221
lines changed

8 files changed

+1519
-221
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
^cran-comments\.md$
88
^CRAN-SUBMISSION$
99
^LICENSE\.md$
10+
^revdep$

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: RtsEva
33
Title: Performs the Transformed-Stationary Extreme Values Analysis
4-
Version: 1.0.0
4+
Version: 1.1.0
55
Authors@R:
66
person(given = "Alois",
77
family = "Tilloy",

NEWS.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1-
# RtsEva 1.0.0
1+
# News
22

3-
* Added a `NEWS.md` file to track changes to the package.
3+
All notable changes to this project will be documented in this file.
4+
5+
## [RtsEva 1.1.0] - 2025-06-09
6+
7+
### Added
8+
9+
* 'tsEvaTransformSeriesToStationaryMMXTrend()' added. It computes the trend of
10+
monthly maxima and adds to the suite of trend computation functions.
11+
12+
13+
### Changed
14+
15+
* New rules for the selection of the optimal GPD fit in 'tsGetPOT'. The fit is
16+
now constrained based on the shape parameter value (need to be between two bounds)
17+
and the AIC.
18+
* TrendTH can be specified outside the 'TsEvaNs' function
19+
* Shape bounds updated in 'TsEvaNs'
20+
* Updated handling of trendPeaks cases in 'TsEvaNs': increase robustness with
21+
iterative approach in cases where the trend is completely stable.
22+
* 'check_timeseries' now accepts timeseries where a maximum of two years are missing
23+
24+
25+
### Fixed
26+
27+
* Correction of a mistake in the output writing of 'tsEvaComputeReturnLevelsGEV'.
28+
The output matrix was not initiated properly. The new matrix is a transposition
29+
the old one.
30+
31+
32+
## [1.0.0] - 2024-06-24

R/trend_functions.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1621,11 +1621,11 @@ tsEvaDetrendTimeSeries <- function(timeStamps, series, timeWindow, percent = NA,
16211621
#'cat("computing trend seasonality ...\n")
16221622
#'seasonalitySeries <- rs@detrendSeries
16231623
#'result <- tsEstimateAverageSeasonality(timeStamps, seasonalitySeries, timeWindow=rs@nRunMn)
1624-
#'plot(result$regime, type = "l", xlab = "Day", ylab = "Regime", main = "Estimated Regime")
1625-
#'plot(result$Seasonality$averageSeasonalitySeries, type = "l", xlab = "Day",
1626-
#'ylab = "Seasonality", main = "Average Seasonality")
1627-
#'plot(result$Seasonality$varyingSeasonalitySeries, type = "l", xlab = "Day",
1628-
#'ylab = "Seasonality", main = "Varying Seasonality")
1624+
#'#plot(result$regime, type = "l", xlab = "Day", ylab = "Regime", main = "Estimated Regime")
1625+
#'#plot(result$Seasonality$averageSeasonalitySeries, type = "l", xlab = "Day",
1626+
#'#ylab = "Seasonality", main = "Average Seasonality")
1627+
#'#plot(result$Seasonality$varyingSeasonalitySeries, type = "l", xlab = "Day",
1628+
#'#ylab = "Seasonality", main = "Varying Seasonality")
16291629
#'@importFrom pracma interp1
16301630
#' @export
16311631
tsEstimateAverageSeasonality <- function(timeStamps, seasonalitySeries, timeWindow) {

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ knitr::opts_chunk$set(
1717

1818
<!-- badges: start -->
1919
[![R-CMD-check](https://github.com/Alowis/RtsEva/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/Alowis/RtsEva/actions/workflows/R-CMD-check.yaml)
20-
[![PRsWelcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com/)
20+
[![PRsWelcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)]
2121
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/RtsEva)](https://cran.r-project.org/package=RtsEva)
2222
![](https://cranlogs.r-pkg.org/badges/grand-total/RtsEva)
2323
<!-- badges: end -->

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- badges: start -->
77

88
[![R-CMD-check](https://github.com/Alowis/RtsEva/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/Alowis/RtsEva/actions/workflows/R-CMD-check.yaml)
9-
[![PRsWelcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com/)
9+
\[![PRsWelcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)\]
1010
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/RtsEva)](https://cran.r-project.org/package=RtsEva)
1111
![](https://cranlogs.r-pkg.org/badges/grand-total/RtsEva)
1212
<!-- badges: end -->
@@ -86,10 +86,6 @@ for flood and drought analysis is available here:
8686
A shiny app allowing the user to select different input timeseries and
8787
parameters: <https://alowis.shinyapps.io/RtsEva_demo/>
8888

89-
## More
90-
91-
https://alowis.quarto.pub/rtseva-package-demo/
92-
9389
## Contact
9490

9591
For any questions or inquiries, please contact the package maintainer at

man/tsEstimateAverageSeasonality.Rd

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)