Skip to content

Commit 3de27a5

Browse files
committed
urlchecker::url_check()
1 parent 6db914a commit 3de27a5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ knitr::opts_chunk$set(
1919
![R-CMD-check](https://github.com/r-spatial/s2/workflows/R-CMD-check/badge.svg)
2020
[![codecov](https://codecov.io/gh/r-spatial/s2/branch/master/graph/badge.svg)](https://codecov.io/gh/r-spatial/s2)
2121
[![CRAN](http://www.r-pkg.org/badges/version/s2)](https://cran.r-project.org/package=s2)
22-
[![Downloads](http://cranlogs.r-pkg.org/badges/s2?color=brightgreen)](http://www.r-pkg.org/pkg/s2)
22+
[![Downloads](http://cranlogs.r-pkg.org/badges/s2?color=brightgreen)](https://www.r-pkg.org/pkg/s2)
2323
<!-- badges: end -->
2424

25-
The s2 R package provides bindings to Google's [S2Geometry](https://s2geometry.io) library. The package exposes an API similar to Google's [BigQuery Geography API](https://cloud.google.com/bigquery/docs/reference/standard-sql/geography_functions), whose functions also operate on spherical geometries. Package [sf](https://cran.r-project.org/web/packages/sf/index.html) uses this package by default for nearly all its geometrical operations on objects with ellipsoidal (unprojected) coordinates; in cases where it doesn't, such as `st_relate()`, it emits a warning.
25+
The s2 R package provides bindings to Google's [S2Geometry](https://s2geometry.io) library. The package exposes an API similar to Google's [BigQuery Geography API](https://cloud.google.com/bigquery/docs/reference/standard-sql/geography_functions), whose functions also operate on spherical geometries. Package [sf](https://cran.r-project.org/package=sf) uses this package by default for nearly all its geometrical operations on objects with ellipsoidal (unprojected) coordinates; in cases where it doesn't, such as `st_relate()`, it emits a warning.
2626

2727
This package is a complete rewrite of an earlier CRAN package s2 with versions up
2828
to 0.4-2, for which the sources are found [here](https://github.com/spatstat/s2/).

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
![R-CMD-check](https://github.com/r-spatial/s2/workflows/R-CMD-check/badge.svg)
99
[![codecov](https://codecov.io/gh/r-spatial/s2/branch/master/graph/badge.svg)](https://codecov.io/gh/r-spatial/s2)
1010
[![CRAN](http://www.r-pkg.org/badges/version/s2)](https://cran.r-project.org/package=s2)
11-
[![Downloads](http://cranlogs.r-pkg.org/badges/s2?color=brightgreen)](http://www.r-pkg.org/pkg/s2)
11+
[![Downloads](http://cranlogs.r-pkg.org/badges/s2?color=brightgreen)](https://www.r-pkg.org/pkg/s2)
1212
<!-- badges: end -->
1313

1414
The s2 R package provides bindings to Google’s
1515
[S2Geometry](https://s2geometry.io) library. The package exposes an API
1616
similar to Google’s [BigQuery Geography
1717
API](https://cloud.google.com/bigquery/docs/reference/standard-sql/geography_functions),
1818
whose functions also operate on spherical geometries. Package
19-
[sf](https://cran.r-project.org/web/packages/sf/index.html) uses this
20-
package by default for nearly all its geometrical operations on objects
21-
with ellipsoidal (unprojected) coordinates; in cases where it doesn’t,
22-
such as `st_relate()`, it emits a warning.
19+
[sf](https://cran.r-project.org/package=sf) uses this package by default
20+
for nearly all its geometrical operations on objects with ellipsoidal
21+
(unprojected) coordinates; in cases where it doesn’t, such as
22+
`st_relate()`, it emits a warning.
2323

2424
This package is a complete rewrite of an earlier CRAN package s2 with
2525
versions up to 0.4-2, for which the sources are found

0 commit comments

Comments
 (0)