Skip to content

Commit

Permalink
Fix check issues
Browse files Browse the repository at this point in the history
  • Loading branch information
billdenney committed Nov 28, 2022
1 parent d0f1b8d commit a5d5466
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
11 changes: 5 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: Rsdtm
Title: Study Data Tabulation Model (SDTM) import, export, and management assistance
Version: 0.0.9016
Version: 0.0.9017
Authors@R:
c(
person("William", "Denney", email = "wdenney@humanpredictions.com", role = c("aut", "cre")),
Expand All @@ -19,13 +19,12 @@ Imports:
readr,
rio,
rlang,
scales,
tibble,
tidyr
Suggests:
scales,
testthat (>= 2.1.0),
tibble
License: AGPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Suggests:
covr,
testthat (>= 2.1.0)
1 change: 1 addition & 0 deletions R/iso8601_regexp.R
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ pattern_ISO8601_ordinal_date <- function(truncated=0, allow_before_year_1583=FAL
#' @param pattern_time A string to add to the day for including time with date
#' (see \code{pattern_ISO8601_time()})
#' @inheritParams pattern_ISO8601_calendar_year
#' @inheritParams pattern_ISO8601_any_datetime
#' @keywords Internal
pattern_ISO8601_date_builder <- function(truncated, pattern_year, pattern_middle, pattern_day, pattern_time, allow_before_year_1583) {
stopifnot(is.numeric(truncated))
Expand Down
5 changes: 5 additions & 0 deletions man/pattern_ISO8601_date_builder.Rd

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

0 comments on commit a5d5466

Please sign in to comment.