Skip to content

Commit

Permalink
Typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ateucher committed Oct 16, 2018
1 parent 590dc0d commit bbe8cfd
Show file tree
Hide file tree
Showing 21 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions R/clip_erase.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#' the geometries, a \code{GeometryCollection} will be output. Ignored for \code{Spatial}
#' objects, as the output is always the same as the input.
#' @param sys Should the system mapshaper be used instead of the bundled mapshaper? Gives
#' better performance on large files. Requires the mapshapr node package to be installed
#' better performance on large files. Requires the mapshaper node package to be installed
#' and on the PATH.
#'
#' @return clipped target in the same class as the input target
Expand Down Expand Up @@ -163,7 +163,7 @@ ms_clip.sfc <- function(target, clip = NULL, bbox = NULL,
#' the geometries, a \code{GeometryCollection} will be output. Ignored for \code{Spatial}
#' objects, as the output is always the same class as the input.
#' @param sys Should the system mapshaper be used instead of the bundled mapshaper? Gives
#' better performance on large files. Requires the mapshapr node package to be installed
#' better performance on large files. Requires the mapshaper node package to be installed
#' and on the PATH.
#'
#'@return erased target in the same format as the input target
Expand Down
2 changes: 1 addition & 1 deletion R/dissolve.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#' the geometries, a \code{GeometryCollection} will be output. Ignored for \code{Spatial}
#' objects, as the output is always the same class as the input.
#' @param sys Should the system mapshaper be used instead of the bundled mapshaper? Gives
#' better performance on large files. Requires the mapshapr node package to be installed
#' better performance on large files. Requires the mapshaper node package to be installed
#' and on the PATH.
#'
#' @return the same class as the input
Expand Down
2 changes: 1 addition & 1 deletion R/explode.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#' the geometries, a \code{GeometryCollection} will be output. Ignored for \code{Spatial}
#' objects, as the output is always the same class as the input.
#' @param sys Should the system mapshaper be used instead of the bundled mapshaper? Gives
#' better performance on large files. Requires the mapshapr node package to be installed
#' better performance on large files. Requires the mapshaper node package to be installed
#' and on the PATH.
#'
#' @return same class as input
Expand Down
2 changes: 1 addition & 1 deletion R/filter_fields.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' }
#' @param fields character vector of fields to retain.
#' @param sys Should the system mapshaper be used instead of the bundled mapshaper? Gives
#' better performance on large files. Requires the mapshapr node package to be installed
#' better performance on large files. Requires the mapshaper node package to be installed
#' and on the PATH.
#'
#' @return object with only specified attributes retained, in the same class as
Expand Down
2 changes: 1 addition & 1 deletion R/filter_islands.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#' be output. Ignored for \code{Spatial} objects, as the output is always the
#' same class as the input.
#' @param sys Should the system mapshaper be used instead of the bundled mapshaper? Gives
#' better performance on large files. Requires the mapshapr node package to be installed
#' better performance on large files. Requires the mapshaper node package to be installed
#' and on the PATH.
#'
#' @return object with only specified features retained, in the same class as
Expand Down
2 changes: 1 addition & 1 deletion R/inner_lines.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#' attributes associated with the geometries, a \code{GeometryCollection} will
#' be output. Ignored for \code{Spatial} objects.
#' @param sys Should the system mapshaper be used instead of the bundled mapshaper? Gives
#' better performance on large files. Requires the mapshapr node package to be installed
#' better performance on large files. Requires the mapshaper node package to be installed
#' and on the PATH.
#'
#' @return lines in the same class as the input layer, but without attributes
Expand Down
2 changes: 1 addition & 1 deletion R/lines.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#' attributes associated with the geometries, a \code{GeometryCollection} will
#' be output. Ignored for \code{Spatial} objects.
#' @param sys Should the system mapshaper be used instead of the bundled mapshaper? Gives
#' better performance on large files. Requires the mapshapr node package to be installed
#' better performance on large files. Requires the mapshaper node package to be installed
#' and on the PATH.
#'
#' @return topological boundaries as lines, in the same class as the input
Expand Down
2 changes: 1 addition & 1 deletion R/points.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#' be output. Ignored for \code{Spatial} objects, as a
#' \code{SpatialPoints*} is always the output.
#' @param sys Should the system mapshaper be used instead of the bundled mapshaper? Gives
#' better performance on large files. Requires the mapshapr node package to be installed
#' better performance on large files. Requires the mapshaper node package to be installed
#' and on the PATH.
#'
#' @return points in the same class as the input.
Expand Down
2 changes: 1 addition & 1 deletion R/simplify.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#' @param snap_interval Specify snapping distance in source units, must be a
#' numeric. Default \code{NULL}
#' @param sys Should the system mapshaper be used instead of the bundled mapshaper? Gives
#' better performance on large files. Requires the mapshapr node package to be installed
#' better performance on large files. Requires the mapshaper node package to be installed
#' and on the PATH.
#'
#' @return a simplified representation of the geometry in the same class as the
Expand Down
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' the geometries, a GeometryCollection (or Spatial object with no dataframe)
#' will be output.
#' @param sys Should the system mapshaper be used instead of the bundled mapshaper? Gives
#' better performance on large files. Requires the mapshapr node package to be installed
#' better performance on large files. Requires the mapshaper node package to be installed
#' and on the PATH.
#'
#' @return geojson
Expand Down
2 changes: 1 addition & 1 deletion man/apply_mapshaper_commands.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/ms_clip.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/ms_dissolve.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/ms_erase.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/ms_explode.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/ms_filter_fields.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/ms_filter_islands.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/ms_innerlines.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/ms_lines.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/ms_points.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/ms_simplify.Rd

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

0 comments on commit bbe8cfd

Please sign in to comment.