Skip to content

Commit

Permalink
fix various urls
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 13, 2021
1 parent 27c4f3e commit 66c08e8
Show file tree
Hide file tree
Showing 18 changed files with 24 additions and 21 deletions.
2 changes: 1 addition & 1 deletion R/geojson_json.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#' @param group (character) A grouping variable to perform grouping for
#' polygons - doesn't apply for points
#' @param convert_wgs84 Should the input be converted to the
#' [standard CRS system for GeoJSON](https://tools.ietf.org/html/rfc7946)
#' standard CRS system for GeoJSON (https://tools.ietf.org/html/rfc7946)
#' (geographic coordinate reference system, using
#' the WGS84 datum, with longitude and latitude units of decimal degrees;
#' EPSG: 4326). Default is `FALSE` though this may change in a future
Expand Down
2 changes: 1 addition & 1 deletion R/geojson_list.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#' `getOption("digits")`); the value of this parameter will change what's
#' displayed in your console up to the value of `getOption("digits")`
#' @param convert_wgs84 Should the input be converted to the
#' [standard CRS for GeoJSON](https://tools.ietf.org/html/rfc7946)
#' standard CRS for GeoJSON (https://tools.ietf.org/html/rfc7946)
#' (geographic coordinate reference system, using the WGS84 datum, with
#' longitude and latitude units of decimal degrees; EPSG: 4326).
#' Default is `FALSE` though this may change in a future package version.
Expand Down
2 changes: 1 addition & 1 deletion R/geojson_style.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#' @param color (character) Valid RGB hex color. Assigned to the variable
#' `marker-color`
#' @param symbol (character) An icon ID from the Maki project
#' http://www.mapbox.com/maki/
#' https://labs.mapbox.com/maki-icons/
#' or a single alphanumeric character (a-z or 0-9). Assigned to the variable
#' `marker-symbol`
#' @param size (character) One of 'small', 'medium', or 'large'. Assigned
Expand Down
2 changes: 1 addition & 1 deletion R/geojson_write.r
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#' geojson file. Using fewer decimal places can decrease file sizes (at the
#' cost of precision).
#' @param convert_wgs84 Should the input be converted to the
#' [standard CRS for GeoJSON](https://tools.ietf.org/html/rfc7946)
#' standard CRS for GeoJSON (https://tools.ietf.org/html/rfc7946)
#' (geographic coordinate reference
#' system, using the WGS84 datum, with longitude and latitude units of decimal
#' degrees; EPSG: 4326). Default is `FALSE` though this may change in a
Expand Down
2 changes: 1 addition & 1 deletion R/geojsonio-package.r
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#' @importFrom geojson featurecollection geometrycollection
#' @importFrom geojsonsf sf_geojson
#' @name geojsonio
#' @author Scott Chamberlain \email{myrmecocystus@@gmail.com}
#' @author Scott Chamberlain
#' @author Andy Teucher \email{andy.teucher@@gmail.com}
#' @docType package
NULL
Expand Down
4 changes: 2 additions & 2 deletions R/postgis.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#'
#' If you don't already have PostgreSQL or PostGIS:
#'
#' - PostgreSQL installation: http://www.postgresql.org/download/
#' - PostGIS installation: http://postgis.net/install
#' - PostgreSQL installation: https://www.postgresql.org/download/
#' - PostGIS installation: https://postgis.net/install/
#'
#' Once you have both of those installed, you can proceed below.
#'
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ knitr::opts_chunk$set(
[![cran checks](https://cranchecks.info/badges/worst/geojsonio)](https://cranchecks.info/pkgs/geojsonio)
[![R-CMD-check-docker](https://github.com/ropensci/geojsonio/workflows/R-CMD-check-docker/badge.svg)](https://github.com/ropensci/geojsonio/actions?query=workflow%3AR-CMD-check-docker)
[![codecov.io](https://codecov.io/github/ropensci/geojsonio/coverage.svg?branch=master)](https://codecov.io/github/ropensci/geojsonio?branch=master)
[![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/geojsonio)](https://github.com/metacran/cranlogs.app)
[![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/geojsonio)](https://github.com/r-hub/cranlogs.app)
[![cran version](https://www.r-pkg.org/badges/version/geojsonio)](https://cran.r-project.org/package=geojsonio)

__Convert various data formats to GeoJSON or TopoJSON__
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ geojsonio
[![cran checks](https://cranchecks.info/badges/worst/geojsonio)](https://cranchecks.info/pkgs/geojsonio)
[![R-CMD-check-docker](https://github.com/ropensci/geojsonio/workflows/R-CMD-check-docker/badge.svg)](https://github.com/ropensci/geojsonio/actions?query=workflow%3AR-CMD-check-docker)
[![codecov.io](https://codecov.io/github/ropensci/geojsonio/coverage.svg?branch=master)](https://codecov.io/github/ropensci/geojsonio?branch=master)
[![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/geojsonio)](https://github.com/metacran/cranlogs.app)
[![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/geojsonio)](https://github.com/r-hub/cranlogs.app)
[![cran version](https://www.r-pkg.org/badges/version/geojsonio)](https://cran.r-project.org/package=geojsonio)

__Convert various data formats to GeoJSON or TopoJSON__
Expand Down
7 changes: 5 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,12 +283,15 @@
"contIntegration": "https://codecov.io/github/ropensci/geojsonio?branch=master",
"releaseNotes": "https://github.com/ropensci/geojsonio/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/geojsonio/blob/master/README.md",
"fileSize": "2782.97KB",
"fileSize": "2782.949KB",
"applicationCategory": "Geospatial",
"isPartOf": "https://ropensci.org",
"keywords": ["geojson", "topojson", "geospatial", "conversion", "data", "input-output", "io", "rstats", "r", "r-package"],
"contributor": {},
"copyrightHolder": {},
"funder": {},
"relatedLink": ["https://docs.ropensci.org/geojsonio", "https://docs.ropensci.org/geojsonio/"]
"relatedLink": [
"https://docs.ropensci.org/geojsonio",
"https://docs.ropensci.org/geojsonio/"
]
}
2 changes: 1 addition & 1 deletion man/geojson_json.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/geojson_list.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/geojson_style.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/geojson_write.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/geojsonio.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/postgis.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/topojson_json.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/topojson_list.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/topojson_write.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 66c08e8

Please sign in to comment.