Skip to content

Commit

Permalink
fix: docstring examples still not ported
Browse files Browse the repository at this point in the history
  • Loading branch information
dshemetov committed Mar 18, 2024
1 parent 0dcb5a6 commit ba58d1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/methods-epi_archive_new.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#'
#' @examples
#' # warning message of data latency shown
#' epix_as_of2(
#' epix_as_of(
#' x = archive_cases_dv_subset,
#' max_version = max(archive_cases_dv_subset$DT$version)
#' )
Expand All @@ -50,7 +50,7 @@
#'
#' range(archive_cases_dv_subset$DT$version) # 2020-06-02 -- 2021-12-01
#'
#' epix_as_of2(
#' epix_as_of(
#' x = archive_cases_dv_subset,
#' max_version = as.Date("2020-06-12")
#' )
Expand All @@ -65,7 +65,7 @@
#' # muffle such warnings with the following pattern:
#' withCallingHandlers(
#' {
#' epix_as_of2(
#' epix_as_of(
#' x = archive_cases_dv_subset,
#' max_version = max(archive_cases_dv_subset$DT$version)
#' )
Expand Down

0 comments on commit ba58d1a

Please sign in to comment.