Skip to content

Commit c73979d

Browse files
committed
Update roxygen2
1 parent d378e3b commit c73979d

26 files changed

+195
-85
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ VignetteBuilder:
5454
Encoding: UTF-8
5555
LazyData: true
5656
Roxygen: list(markdown = TRUE)
57-
RoxygenNote: 6.1.1
57+
RoxygenNote: 7.0.0

R/data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
#' \item{variable}{Variable name: income = median yearly income,
8080
#' rent = median monthly rent}
8181
#' \item{estimate}{Estimated value}
82-
#' \item{moe}{90\% margin of error}
82+
#' \item{moe}{90% margin of error}
8383
#' }
8484
"us_rent_income"
8585

R/nest-legacy.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
#' unnest <- unnest_legacy
1616
#' ```
1717
#'
18-
#' @inheritParams gather
19-
#' @inheritParams expand
2018
#' @param data A data frame.
2119
#' @param .key The name of the new column, as a string or symbol. This argument
2220
#' is passed by expression and supports

R/spread.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#' data, filling in missing combinations with `fill`.
3333
#' @param sep If `NULL`, the column names will be taken from the values of
3434
#' `key` variable. If non-`NULL`, the column names will be given
35-
#' by "<key_name><sep><key_value>".
35+
#' by `"<key_name><sep><key_value>"`.
3636
#' @export
3737
#' @examples
3838
#' library(dplyr)

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#' Pipe operator
22
#'
3-
#' See \code{\link[magrittr]{\%>\%}} for more details.
3+
#' See \code{\link[magrittr]{%>%}} for more details.
44
#'
55
#' @name %>%
66
#' @rdname pipe

man/complete.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/construction.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/deprecated-se.Rd

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

man/drop_na.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.

man/expand.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)