Skip to content

Commit a2b1df5

Browse files
committed
update README
1 parent 72c259f commit a2b1df5

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.Rmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ knitr::opts_chunk$set(
1616
# s2
1717

1818
<!-- badges: start -->
19-
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
2019
![R-CMD-check](https://github.com/r-spatial/s2/workflows/R-CMD-check/badge.svg)
2120
[![codecov](https://codecov.io/gh/r-spatial/s2/branch/master/graph/badge.svg)](https://codecov.io/gh/r-spatial/s2)
2221
[![CRAN](http://www.r-pkg.org/badges/version/s2)](https://cran.r-project.org/package=s2)

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
<!-- badges: start -->
77

8-
[![Lifecycle:
9-
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
108
![R-CMD-check](https://github.com/r-spatial/s2/workflows/R-CMD-check/badge.svg)
119
[![codecov](https://codecov.io/gh/r-spatial/s2/branch/master/graph/badge.svg)](https://codecov.io/gh/r-spatial/s2)
1210
[![CRAN](http://www.r-pkg.org/badges/version/s2)](https://cran.r-project.org/package=s2)
@@ -151,10 +149,10 @@ nc_s2 %>%
151149
mutate(geometry = st_as_sfc(s2_as_binary(geometry))) %>%
152150
st_as_sf()
153151
#> 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
158156
#> # A tibble: 100 x 2
159157
#> NAME geometry
160158
#> <chr> <GEOMETRY>

0 commit comments

Comments
 (0)