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

Commit

Permalink
tweak some url adjacent text stuff in man files to make stripping url…
Browse files Browse the repository at this point in the history
…s for cran submission easier
  • Loading branch information
sckott committed Jan 6, 2021
1 parent 038b27f commit 22a0ea7
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 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 \href{http://en.wikipedia.org/wiki/Bezier_spline}{Bezier}
#' by applying a Bezier http://en.wikipedia.org/wiki/Bezier_spline
#' spline algorithm.
#'
#' @export
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 (https://github.com/mikolalysenko/convex-hull) module
#' that implements a Monotone chain hull
#'
#' @export
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 (http://en.wikipedia.org/wiki/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 (http://en.wikipedia.org/wiki/Haversine_formula)
#' to account for global curvature.
#'
#' @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 (http://en.wikipedia.org/wiki/Isoline)
#'
#' @export
#'
Expand Down
2 changes: 1 addition & 1 deletion R/lawn-package.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' 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)
#' standard WGS84 (http://en.wikipedia.org/wiki/World_Geodetic_System)
#' longitude,latitude coordinates. See https://geojson.io/ for a tool to
#' easily create GeoJSON in a browser.
#'
Expand Down
2 changes: 1 addition & 1 deletion 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.

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.

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.

0 comments on commit 22a0ea7

Please sign in to comment.