Skip to content

Commit 7949148

Browse files
committed
fix documentation errors
1 parent 242876a commit 7949148

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

R/BirthsDoc.R

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
#'
1616
#' \describe{
1717
#' \item{\code{date}}{Date}
18-
#' \item{\code{births}{Number of births on `date` (integer)}
19-
#' \item{\code{wday}{Day of week (ordered factor)}
20-
#' \item{\code{year}{Year (integer)}
21-
#' \item{\code{month}{Month (integer)}
22-
#' \item{\code{day_of_year}{Day of year (integer)}
23-
#' \item{\code{day_of_month}{Day of month (integer)}
24-
#' \item{\code{day_of_week}{Day of week (integer)}
18+
#' \item{\code{births}}{Number of births on `date` (integer)}
19+
#' \item{\code{wday}}{Day of week (ordered factor)}
20+
#' \item{\code{year}}{Year (integer)}
21+
#' \item{\code{month}}{Month (integer)}
22+
#' \item{\code{day_of_year}}{Day of year (integer)}
23+
#' \item{\code{day_of_month}}{Day of month (integer)}
24+
#' \item{\code{day_of_week}}{Day of week (integer)}
2525
#' }
2626
#'
2727
#' @source
@@ -118,6 +118,7 @@ NA
118118
#' \item{\code{month}}{month (1-12)}
119119
#' \item{\code{day}}{day of month}
120120
#' \item{\code{date}}{date as a date object}
121+
#' \item{\code{wday}}{Day of week (ordered factor)}
121122
#' \item{\code{births}}{number of births}
122123
#' }
123124
#'

man/Birthdays.Rd

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

man/Births.Rd

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

0 commit comments

Comments
 (0)