Skip to content

Commit

Permalink
Release: v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasarsouze committed Jul 24, 2024
1 parent efe8762 commit 3a120b4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: StormR
Title: Analyzing the Behaviour of Wind Generated by Tropical
Storms and Cyclones
Maintainer: Thomas Arsouze <[email protected]>
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(
Expand Down
13 changes: 12 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

<!-- badges: start -->
[![](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)
Expand Down

0 comments on commit 3a120b4

Please sign in to comment.