Skip to content

Commit

Permalink
thunder 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bczernecki committed Aug 23, 2023
1 parent b6300fb commit 13185d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: thunder
Type: Package
Title: Computation and Visualisation of Atmospheric Convective Parameters
Version: 1.1.1
Version: 1.1.2
Authors@R: c(person("Bartosz", "Czernecki",
email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6496-1386")),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# thundeR 1.1.2

* Allowing to keep NA values in `get_sounding()` which might be not harmful if missing data occur on higher altitudes

# thundeR 1.1.1

* Improvements in C++ algorithm responsible for more accurate computations of parcel trajectories and related thermodynamic indices
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-get_sounding.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test_that("Downloading sounding profile", {
dd = 20,
hh = 12)

expect_equal(nrow(profile), 72)
expect_equal(nrow(profile), 73)
expect_true(is.data.frame(profile))
})

Expand Down

0 comments on commit 13185d8

Please sign in to comment.