Skip to content

Commit

Permalink
Fix handling of prod
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Oct 9, 2024
1 parent ba0a37e commit c100f67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/constants.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ FUNCTIONS <- list(
nrow = 1,
ncol = 1,
sum = 1,
prod = 1,
min = 1:2,
max = 1:2,
as.logical = 1,
Expand Down

0 comments on commit c100f67

Please sign in to comment.