Skip to content

Commit ca3859a

Browse files
committed
Typos + documentation edits.
1 parent 89434dc commit ca3859a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

R/tidyverse.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ rename.sf <- function(.data, ...) {
224224
}
225225

226226
#' @name tidyverse
227+
#' @param .fn,.cols see original docs
227228
rename_with.sf = function(.data, .fn, .cols, ...) {
228229
if (!requireNamespace("rlang", quietly = TRUE))
229230
stop("rlang required: install that first") # nocov
@@ -404,7 +405,6 @@ gather.sf <- function(data, key, value, ..., na.rm = FALSE, convert = FALSE, fac
404405
}
405406

406407
#' @name tidyverse
407-
#' @param template see original function docs
408408
#' @param data see original function docs
409409
#' @param cols see original function docs
410410
#' @param names_to see original function docs

man/tidyverse.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sf.Rproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ PackageUseDevtools: Yes
2020
PackageInstallArgs: --no-multiarch --with-keep.source
2121
PackageRoxygenize: rd,collate,namespace
2222

23+
SpellingDictionary: en_US

0 commit comments

Comments
 (0)