Skip to content

Commit cd421e9

Browse files
committed
re-render README
1 parent 32ede76 commit cd421e9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,17 @@
99
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
1010
![R-CMD-check](https://github.com/r-spatial/s2/workflows/R-CMD-check/badge.svg)
1111
[![codecov](https://codecov.io/gh/r-spatial/s2/branch/master/graph/badge.svg)](https://codecov.io/gh/r-spatial/s2)
12+
[![CRAN](http://www.r-pkg.org/badges/version/s2)](https://cran.r-project.org/package=s2)
1213
<!-- badges: end -->
1314

1415
The goal of s2 is to provide R bindings to Google’s
1516
[S2Geometry](https://s2geometry.io) library. The package exposes an API
1617
similar to Google’s [BigQuery Geography
1718
API](https://cloud.google.com/bigquery/docs/reference/standard-sql/geography_functions),
18-
whose functions also operate on spherical geometries.
19+
whose functions also operate on spherical geometries. This package is a
20+
complete rewrite of an earlier CRAN package s2 with versions up to
21+
0.4-2, for which the sources are found
22+
[here](https://github.com/spatstat/s2/).
1923

2024
## Installation
2125

0 commit comments

Comments
 (0)