File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ knitr::opts_chunk$set(
16
16
# s2
17
17
18
18
<!-- badges: start -->
19
- [ ![ Lifecycle: experimental] ( https://img.shields.io/badge/lifecycle-experimental-orange.svg )] ( https://www.tidyverse.org/lifecycle/#experimental )
20
19
![ R-CMD-check] ( https://github.com/r-spatial/s2/workflows/R-CMD-check/badge.svg )
21
20
[ ![ codecov] ( https://codecov.io/gh/r-spatial/s2/branch/master/graph/badge.svg )] ( https://codecov.io/gh/r-spatial/s2 )
22
21
[ ![ CRAN] ( http://www.r-pkg.org/badges/version/s2 )] ( https://cran.r-project.org/package=s2 )
Original file line number Diff line number Diff line change 5
5
6
6
<!-- badges: start -->
7
7
8
- [ ![ Lifecycle:
9
- experimental] ( https://img.shields.io/badge/lifecycle-experimental-orange.svg )] ( https://www.tidyverse.org/lifecycle/#experimental )
10
8
![ R-CMD-check] ( https://github.com/r-spatial/s2/workflows/R-CMD-check/badge.svg )
11
9
[ ![ codecov] ( https://codecov.io/gh/r-spatial/s2/branch/master/graph/badge.svg )] ( https://codecov.io/gh/r-spatial/s2 )
12
10
[ ![ CRAN] ( http://www.r-pkg.org/badges/version/s2 )] ( https://cran.r-project.org/package=s2 )
@@ -151,10 +149,10 @@ nc_s2 %>%
151
149
mutate(geometry = st_as_sfc(s2_as_binary(geometry ))) %> %
152
150
st_as_sf()
153
151
# > Simple feature collection with 100 features and 1 field
154
- # > geometry type: GEOMETRY
155
- # > dimension: XY
156
- # > bbox: xmin: -84.32385 ymin: 33.88199 xmax: -75.45698 ymax: 36.58965
157
- # > CRS: NA
152
+ # > Geometry type: GEOMETRY
153
+ # > Dimension: XY
154
+ # > Bounding box: xmin: -84.32385 ymin: 33.88199 xmax: -75.45698 ymax: 36.58965
155
+ # > CRS: NA
158
156
# > # A tibble: 100 x 2
159
157
# > NAME geometry
160
158
# > <chr> <GEOMETRY>
You can’t perform that action at this time.
0 commit comments