From a2b1df5ef1a645ee2c22a4f5a4d099e29cfea368 Mon Sep 17 00:00:00 2001 From: Dewey Dunnington Date: Fri, 21 May 2021 07:50:04 -0300 Subject: [PATCH] update README --- README.Rmd | 1 - README.md | 10 ++++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.Rmd b/README.Rmd index 038049cd..87068530 100644 --- a/README.Rmd +++ b/README.Rmd @@ -16,7 +16,6 @@ knitr::opts_chunk$set( # s2 -[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental) ![R-CMD-check](https://github.com/r-spatial/s2/workflows/R-CMD-check/badge.svg) [![codecov](https://codecov.io/gh/r-spatial/s2/branch/master/graph/badge.svg)](https://codecov.io/gh/r-spatial/s2) [![CRAN](http://www.r-pkg.org/badges/version/s2)](https://cran.r-project.org/package=s2) diff --git a/README.md b/README.md index 0a9bf7b1..11238c24 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ -[![Lifecycle: -experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental) ![R-CMD-check](https://github.com/r-spatial/s2/workflows/R-CMD-check/badge.svg) [![codecov](https://codecov.io/gh/r-spatial/s2/branch/master/graph/badge.svg)](https://codecov.io/gh/r-spatial/s2) [![CRAN](http://www.r-pkg.org/badges/version/s2)](https://cran.r-project.org/package=s2) @@ -151,10 +149,10 @@ nc_s2 %>% mutate(geometry = st_as_sfc(s2_as_binary(geometry))) %>% st_as_sf() #> Simple feature collection with 100 features and 1 field -#> geometry type: GEOMETRY -#> dimension: XY -#> bbox: xmin: -84.32385 ymin: 33.88199 xmax: -75.45698 ymax: 36.58965 -#> CRS: NA +#> Geometry type: GEOMETRY +#> Dimension: XY +#> Bounding box: xmin: -84.32385 ymin: 33.88199 xmax: -75.45698 ymax: 36.58965 +#> CRS: NA #> # A tibble: 100 x 2 #> NAME geometry #>