Skip to content

Commit 8f63ad8

Browse files
committed
Address failing checks
1 parent 7fb25fb commit 8f63ad8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

R/methods-epi_archive.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ filter.epi_archive <- function(.data, ..., .by = NULL, .format_aware = FALSE) {
10931093
# likely just the parent env, but search to make sure, in a way akin
10941094
# to `<<-`:
10951095
e <- environment()
1096-
while (!identical(e, globalenv()) && !identical(e, emptyenv())) {
1096+
while (!identical(e, globalenv()) && !identical(e, emptyenv())) { # nolint:vector_logic_linter
10971097
if ("version" %in% names(e)) {
10981098
# This is where the column bindings are. Replace the forbidden ones.
10991099
# They are expected to be active bindings, so directly

_pkgdown.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ reference:
7272
- epix_as_of
7373
- epix_as_of_current
7474
- epix_slide
75-
- epix_merge
7675
- revision_summary
76+
- epix_merge
77+
- filter.epi_archive
7778
- epix_fill_through_version
7879
- epix_truncate_versions_after
7980
- set_versions_end

0 commit comments

Comments
 (0)