Skip to content

Commit

Permalink
Realesed to released. (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek committed Jun 21, 2024
1 parent 6d62110 commit 9aed87e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion R/datasets-metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' @format A data frame with one row per dataset (555 rows as of 2023-06-05) and
#' 6 variables:
#' \describe{
#' \item{year}{(integer) The year in which the dataset was realeased.}
#' \item{year}{(integer) The year in which the dataset was released.}
#' \item{week}{(integer) The week number for this dataset within this year.}
#' \item{dataset_name}{(character) The name of this dataset. Some weeks
#' have multiple datasets.}
Expand Down
2 changes: 1 addition & 1 deletion R/summary-tbl.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' @format A data frame with one row per week (269 rows as of 2023-06-05) and
#' 8 variables:
#' \describe{
#' \item{year}{(integer) The year in which the dataset was realeased.}
#' \item{year}{(integer) The year in which the dataset was released.}
#' \item{week}{(integer) The week number for this dataset within this year.}
#' \item{date}{(date) The date of the Tuesday of this week.}
#' \item{title}{(character) The overall title of this week's TidyTuesday. This
Expand Down
2 changes: 1 addition & 1 deletion R/urls.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' @format A data frame with one row per article or source url (569 rows as of
#' 2023-06-05) and 11 variables:
#' \describe{
#' \item{year}{(integer) The year in which the dataset was realeased.}
#' \item{year}{(integer) The year in which the dataset was released.}
#' \item{week}{(integer) The week number for this dataset within this year.}
#' \item{type}{(factor) Whether this url appeared as an "article" or as a
#' data "source".}
Expand Down
2 changes: 1 addition & 1 deletion man/tt_datasets_metadata.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/tt_summary_tbl.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/tt_urls_tbl.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/ttmeta-package.Rd

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

0 comments on commit 9aed87e

Please sign in to comment.