-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Here are direct calls to S3 methods
| pairs_stats$trade_sample_purchase_summary <- data.frame(trade_sample_buyer[,list(NumPurchase=.N,PurchaseRequired=min(PurchaseAmountTons),ActualPurchases=sum.integer64(Last.Iteration.Quantity)),by=NAICS][order(NAICS)]) |
cmap_freight_model/scripts/03a_Run_PMG.R
Lines 92 to 93 in 580f3bd
| pairs[,Quantity.Traded:=as.integer64.character(Quantity.Traded)] | |
| pairs[,Last.Iteration.Quantity:=as.integer64.character(Last.Iteration.Quantity)] |
| pairs[,Quantity.Traded:=as.integer64.character(Quantity.Traded)] |
These will stop working in the future when the symbols are un-exported. Prefer calling the generic directly, e.g.: sum(), and letting S3 dispatch do its thing.
See r-lib/bit64#76
Metadata
Metadata
Assignees
Labels
No labels