Skip to content

Commit

Permalink
fix nse notes
Browse files Browse the repository at this point in the history
  • Loading branch information
robitalec committed Dec 6, 2024
1 parent 0a8e019 commit 202e752
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/edge_delay.R
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ edge_delay <- function(
window = NULL,
id = NULL,
direction = 'direction') {
# due to NSE notes in R CMD check
. <- timegroup <- fusionID <- min_timegroup <- max_timegroup <-
delay_timegroup <- ID1 <- ID2 <- dir_corr_delay <- NULL

if (is.null(DT)) {
stop('input DT required')
Expand Down

0 comments on commit 202e752

Please sign in to comment.