Skip to content

Commit

Permalink
from last submission
Browse files Browse the repository at this point in the history
  • Loading branch information
huizezhang-sherry committed Sep 13, 2024
1 parent 44bb4d2 commit 9678251
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.3.1
Date: 2024-07-02 15:28:03 UTC
SHA: de5988b8a1464f714747297344945a7d7914081d
Version: 1.0.0
Date: 2024-08-27 14:16:09 UTC
SHA: 44bb4d268dbd537f33aaa2438ab58c94168d3dbc
2 changes: 1 addition & 1 deletion R/dplyr.R
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ summarise.temporal_cubble_df <- function(.data, ..., .by = key_vars(.data),
if (is.null(attr(.data, "index2"))) {
idx_in <- index %in% colnames(out)
} else{
idx_in <- index %in% colnames(out) && attr(.data, "index2") %in% colnames(out)
idx_in <- index %in% colnames(out) || attr(.data, "index2") %in% colnames(out)
}

if (!idx_in || !key %in% colnames(out)){
Expand Down

0 comments on commit 9678251

Please sign in to comment.