From 3a120b4f68a3df0ebb71bf873006e24e56af7835 Mon Sep 17 00:00:00 2001 From: thomasarsouze Date: Wed, 24 Jul 2024 15:25:14 +0200 Subject: [PATCH] Release: v0.2.1 --- DESCRIPTION | 2 +- NEWS.md | 13 ++++++++++++- README.md | 1 + 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 81a42836..60ddfcca 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: StormR Title: Analyzing the Behaviour of Wind Generated by Tropical Storms and Cyclones Maintainer: Thomas Arsouze -Version: 0.1.1 +Version: 0.2.1 URL: https://umr-amap.github.io/StormR/ BugReports: https://github.com/umr-amap/StormR/issues/new/choose Authors@R: c( diff --git a/NEWS.md b/NEWS.md index d775d036..9053a478 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,17 @@ +# StormR 0.2.1 +* JOSS paper : [Final version](https://joss.theoj.org/papers/10.21105/joss.05766) +* New feature : [Interactive plot with leaflet](https://github.com/umr-amap/StormR/pull/77) +* New feature : [Better observations intervals](https://github.com/umr-amap/StormR/pull/73) +* New feature : [Read csv datasets](https://github.com/umr-amap/StormR/pull/76) +* New feature : [Plot function for time series](https://github.com/umr-amap/StormR/pull/72) +* New feature : [Change the reference wind scale](https://github.com/umr-amap/StormR/pull/75) +* Bugfix : [Arguments problem in computeAsymetry](https://github.com/umr-amap/StormR/issues/80) +* Bugfix : [getDataInterpolate fails with fractional time difference between initial storm readings](https://github.com/umr-amap/StormR/issues/86) +* Bugfix : [expand default LOIs for NA and WP basins](https://github.com/umr-amap/StormR/pull/87) + # StormR 0.1.1 * Adjust vignettes for CRAN submission -* Remove `sp` dependences +* Remove `sp` dependency * Minor bugfixes # StormR 0.1.0 diff --git a/README.md b/README.md index bf0750d9..b28ecdd0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![](https://www.r-pkg.org/badges/version/StormR?color=green)](https://cran.r-project.org/package=StormR) +[![](https://cranlogs.r-pkg.org/badges/grand-total/StormR`)](https://cran.rstudio.com/web/packages/StormR/index.html) [![DOI](https://joss.theoj.org/papers/10.21105/joss.05766/status.svg)](https://doi.org/10.21105/joss.05766) [![codecov](https://codecov.io/github/umr-amap/StormR/branch/master/graph/badge.svg?token=5YMVL4TFB5)](https://app.codecov.io/github/umr-amap/StormR) ![R-CMD-check](https://github.com/umr-amap/StormR/actions/workflows/check-standard.yaml/badge.svg)