Skip to content

Commit 824e0fb

Browse files
author
SymbolixAU
committed
going to CRAN
1 parent a66076a commit 824e0fb

File tree

3 files changed

+4
-26
lines changed

3 files changed

+4
-26
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: sfheaders
22
Type: Package
33
Title: Converts Between R Objects and Simple Feature Objects
4-
Date: 2020-03-19
5-
Version: 0.2.1006
4+
Date: 2020-05-15
5+
Version: 0.2.2
66
Authors@R: c(
77
person("David", "Cooley", ,"[email protected]", role = c("aut", "cre")),
88
person(given = "Michael", family = "Sumner", role = "ctb")

NEWS.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

22
# v0.2.2
33

4-
*
54
* crs structure matches new `sf` definition [issue49](https://github.com/dcooley/sfheaders/issues/49)
65
* `sf_to_df()` adds `sfc_columns` attributes to identify which of the columns form the coordinates [issue50](https://github.com/dcooley/sfheaders/issues/50)
76
* `XYM` dimensions correctly handled

cran-comments.md

+2-23
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
11

2-
* updates v0.1.0 to v0.2.2
3-
* skipping over v0.2.1
4-
5-
## clang and gcc UBSAN errors
6-
7-
The previous version found
8-
9-
> clang-UBSAN
10-
> <https://www.stats.ox.ac.uk/pub/bdr/memtests/clang-UBSAN/sfheaders>
11-
> gcc-UBSAN
12-
> <https://www.stats.ox.ac.uk/pub/bdr/memtests/gcc-UBSAN/sfheaders>
13-
14-
> sfheaders.Rcheck/tests/testthat.Rout:/usr/include/c++/9/bits/stl_vector.h:1043:34:
15-
runtime error: reference binding to null pointer of type 'value_type'
16-
> sfheaders.Rcheck/tests/testthat.Rout:/usr/local/bin/../include/c++/v1/vector:1549:12:
17-
runtime error: reference binding to null pointer of type 'long'
18-
19-
20-
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)
21-
22-
Checked with `rhub::check_with_sanitizers()` and `rhub::check_for_cran()`
23-
24-
2+
* updates v0.2.1 to v0.2.2
3+
* Checked with `rhub::check_with_sanitizers()` and `rhub::check_for_cran()`
254

265
## Test environments
276

0 commit comments

Comments
 (0)