Skip to content

Commit f6c6b6a

Browse files
authored
Fix typos
1 parent ca3859a commit f6c6b6a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

R/datasets.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' Sudden Infant Death Syndrome (SIDS) sample data for North Carolina counties,
44
#' two time periods (1974-78 and 1979-84). The details of the columns can be
5-
#' found in a [spdep packages vignette](https://r-spatial.github.io/spdep/articles/sids.html).
5+
#' found in a [spdep package vignette](https://r-spatial.github.io/spdep/articles/sids.html).
66
#' Please note that, though this is basically the same as \code{nc.sids} dataset in spData
77
#' package, \code{nc} only contains a subset of variables. The differences are
88
#' also discussed on the vignette.

R/shift_longitude.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#' equivalent of [recenter][sp::recenter] in the sp package and
1010
#' `ST_ShiftLongitude` in PostGIS.
1111
#'
12-
#' @param x object of class `sf` or `sfc`.
12+
#' @param x object of class `sf` or `sfc`
1313
#' @param ... ignored
1414
#'
1515
#' @export

R/tidyverse.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
# This is currently only used in `bind_rows()` and `bind_cols()`
77
# because sf overrides all default implementations
8-
98
dplyr_reconstruct.sf = function(data, template) {
109
sfc_name = attr(template, "sf_column")
1110
if (inherits(template, "tbl_df"))

0 commit comments

Comments
 (0)