Skip to content

Commit 3c3bc6f

Browse files
dajmcdondshemetov
authored andcommitted
styler
1 parent 83c50be commit 3c3bc6f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

R/archive.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ print.epi_archive <- function(x, ..., class = TRUE, methods = TRUE) {
679679
#' @export
680680
#'
681681
#' @aliases grouped_epi_archive
682-
group_by.epi_archive <- function(.data, ..., .add = FALSE,
682+
group_by.epi_archive <- function(.data, ..., .add = FALSE,
683683
.drop = dplyr::group_by_drop_default(.data)) {
684684
# `add` makes no difference; this is an ungrouped `epi_archive`.
685685
detailed_mutate <- epix_detailed_restricted_mutate(.data, ...)

R/methods-epi_archive.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ epix_fill_through_version <- function(x, fill_versions_end,
237237
#' Default here is `TRUE`.
238238
#' @return the resulting `epi_archive`
239239
#'
240-
#' @details In all cases, `clobberable_versions_start` will be set to the
240+
#' @details In all cases, `clobberable_versions_start` will be set to the
241241
#' earliest version that could be clobbered in either input archive.
242242
#'
243243
#' @examples

tests/testthat/test-epix_merge.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ test_that("epix_merge forbids and warns on metadata and naming issues", {
177177
),
178178
regexp = "overlapping.*names"
179179
)
180-
180+
181181
skip("Additional metadata is no longer used, not tested.")
182182
expect_warning(
183183
epix_merge(

0 commit comments

Comments
 (0)