diff --git a/DESCRIPTION b/DESCRIPTION index 4cd5798..c32d49f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: sfheaders Type: Package Title: Converts Between R Objects and Simple Feature Objects -Date: 2020-03-19 -Version: 0.2.1006 +Date: 2020-05-15 +Version: 0.2.2 Authors@R: c( person("David", "Cooley", ,"david.cooley.au@gmail.com", role = c("aut", "cre")), person(given = "Michael", family = "Sumner", role = "ctb") diff --git a/NEWS.md b/NEWS.md index 3bb0a39..8bffab0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,6 @@ # v0.2.2 -* * crs structure matches new `sf` definition [issue49](https://github.com/dcooley/sfheaders/issues/49) * `sf_to_df()` adds `sfc_columns` attributes to identify which of the columns form the coordinates [issue50](https://github.com/dcooley/sfheaders/issues/50) * `XYM` dimensions correctly handled diff --git a/cran-comments.md b/cran-comments.md index 58aa392..223cb88 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,27 +1,6 @@ -* updates v0.1.0 to v0.2.2 -* skipping over v0.2.1 - -## clang and gcc UBSAN errors - -The previous version found - -> clang-UBSAN -> -> gcc-UBSAN -> - -> sfheaders.Rcheck/tests/testthat.Rout:/usr/include/c++/9/bits/stl_vector.h:1043:34: -runtime error: reference binding to null pointer of type 'value_type' -> sfheaders.Rcheck/tests/testthat.Rout:/usr/local/bin/../include/c++/v1/vector:1549:12: -runtime error: reference binding to null pointer of type 'long' - - -These were due to me incorrectly using a 'long' to index a vector, where I should have used 'int'. This has been fixed in [this commit](https://github.com/dcooley/sfheaders/commit/4b0514bfe3df45a0de9b4c6f71804d638d95c7f2#diff-7a5d477089d3ceb79e115d2dde0cfef0) - -Checked with `rhub::check_with_sanitizers()` and `rhub::check_for_cran()` - - +* updates v0.2.1 to v0.2.2 +* Checked with `rhub::check_with_sanitizers()` and `rhub::check_for_cran()` ## Test environments