Skip to content

Commit 712f2c8

Browse files
committed
Version 3.3.2
1 parent 685882f commit 712f2c8

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

DESCRIPTION

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: h3
22
Title: R bindings for H3
3-
Version: 3.3.1
4-
Date: 2019-03-08
3+
Version: 3.3.2
4+
Date: 2019-12-23
55
Authors@R: person("Stefan","Kuethe", role = c("aut", "cre"), email = "crazycapivara@gmail.com")
66
Maintainer: Stefan Kuethe <crazycapivara@gmail.com>
77
Description: Provides R bindings for H3 <https://uber.github.io/h3/>,
@@ -20,11 +20,11 @@ Imports:
2020
magrittr,
2121
tibble
2222
Suggests:
23-
sf,
24-
testthat,
25-
knitr,
26-
rmarkdown,
27-
leaflet,
28-
dplyr
23+
sf,
24+
testthat,
25+
knitr,
26+
rmarkdown,
27+
leaflet,
28+
dplyr
2929
RoxygenNote: 6.1.1
3030
VignetteBuilder: knitr

NEWS.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
# h3 3.3.2
2+
3+
* Added bindings for `polyfill`.
4+
15
# h3 3.3.1
26

3-
* Added bindings for `compact`, `edgeLength`, `h3IsPentagon` and `h3IsResClassIII`
4-
* Added _unidirectional edge functions_
7+
* Added bindings for `compact`, `edgeLength`, `h3IsPentagon` and `h3IsResClassIII`.
8+
* Added _unidirectional edge functions_.
59

610
# h3 3.3.0
711

0 commit comments

Comments
 (0)