Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
remove urls for cran push
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 6, 2021
1 parent 22a0ea7 commit 2821310
Show file tree
Hide file tree
Showing 22 changed files with 30 additions and 32 deletions.
2 changes: 1 addition & 1 deletion R/bezier.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Curve a linestring
#'
#' Takes a [data-LineString] and returns a curved version
#' by applying a Bezier http://en.wikipedia.org/wiki/Bezier_spline
#' by applying a Bezier
#' spline algorithm.
#'
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/centerofmass.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' Takes a [data-Feature] or a [data-FeatureCollection]
#' and returns its center of mass using formula
#' https://en.wikipedia.org/wiki/Centroid#Centroid_of_polygon
#'
#'
#' @export
#' @param x a [data-Feature] or [data-FeatureCollection]
Expand Down
2 changes: 1 addition & 1 deletion R/convex.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' Takes a set of [data-Point]'s and returns a convex
#' hull polygon. Internally, this uses the
#' convex-hull (https://github.com/mikolalysenko/convex-hull) module
#' convex-hull module
#' that implements a Monotone chain hull
#'
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/data-types.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' @title Description of GeoJSON data types
#'
#' @description GeoJSON types based on https://tools.ietf.org/html/rfc7946
#' @description GeoJSON types based on
#'
#' @section GeoJSON object:
#'
Expand Down
10 changes: 5 additions & 5 deletions R/defunct-deprecated.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@ lawn_aggregate <- function(...) {
#' \itemize{
#' \item [lawn_size]: Function removed. The `size`
#' method in turf.js has been removed.
#' See https://github.com/Turfjs/turf/issues/306
#' See
#' \item [lawn_reclass]: Function removed. The `reclass`
#' method in turf.js has been removed.
#' See https://github.com/Turfjs/turf/issues/306
#' See
#' \item [lawn_jenks]: Function removed. The `jenks`
#' method in turf.js has been removed.
#' See https://github.com/Turfjs/turf/issues/306
#' See
#' \item [lawn_quantile]: Function removed. The `quantile`
#' method in turf.js has been removed.
#' See https://github.com/Turfjs/turf/issues/306
#' See
#' \item [lawn_aggregate]: Function removed. The `aggregate`
#' method in turf.js has been removed.
#' See https://github.com/Turfjs/turf/issues/306
#' See
#' \item [lawn_idw]: Function removed.
#' }
#'
Expand Down
2 changes: 1 addition & 1 deletion R/destination.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' Takes a [data-Point] and calculates the location of a
#' destination point given a distance in degrees, radians, miles, or
#' kilometers; and bearing in degrees. Uses the
#' Haversine formula (http://en.wikipedia.org/wiki/Haversine_formula) to
#' Haversine formula to
#' account for global curvature.
#'
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/distance.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' Calculates the distance between two [data-Point]s in degress,
#' radians, miles, or kilometers. Uses the
#' Haversine formula (http://en.wikipedia.org/wiki/Haversine_formula)
#' Haversine formula
#' to account for global curvature.
#'
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/hex_grid.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' [data-FeatureCollection] of flat-topped hexagons
#' ([data-Polygon] features) aligned in an "odd-q" vertical
#' grid as described in Hexagonal Grids
#' http://www.redblobgames.com/grids/hexagons/
#'
#'
#' @export
#'
Expand Down
2 changes: 1 addition & 1 deletion R/isolines.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Generate Isolines
#'
#' Takes [data-Point]'s with z-values and an array of value
#' breaks and generates isolines (http://en.wikipedia.org/wiki/Isoline)
#' breaks and generates isolines
#'
#' @export
#'
Expand Down
4 changes: 2 additions & 2 deletions R/lawn-package.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#' R client for turf.js for geospatial analysis
#'
#' turf.js uses GeoJSON for all geographic data, and expects the data to be
#' standard WGS84 (http://en.wikipedia.org/wiki/World_Geodetic_System)
#' longitude,latitude coordinates. See https://geojson.io/ for a tool to
#' standard WGS84
#' longitude,latitude coordinates. See for a tool to
#' easily create GeoJSON in a browser.
#'
#' @seealso [lawn-defunct]
Expand Down
2 changes: 1 addition & 1 deletion R/simplify.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#' @family transformations
#' @return A Feature of either [data-Polygon] or [data-LineString].
#' @details Internally uses simplify-js
#' (https://mourner.github.io/simplify-js/) to perform simplification.
#' to perform simplification.
#'
#' @examples
#' feature <- '{
Expand Down
2 changes: 1 addition & 1 deletion man/data-types.Rd

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

10 changes: 5 additions & 5 deletions man/lawn-defunct.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/lawn-package.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/lawn_bezier.Rd

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

1 change: 0 additions & 1 deletion man/lawn_center_of_mass.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/lawn_convex.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/lawn_destination.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/lawn_distance.Rd

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

1 change: 0 additions & 1 deletion man/lawn_hex_grid.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/lawn_isolines.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/lawn_simplify.Rd

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

0 comments on commit 2821310

Please sign in to comment.