minemR
minemR
I noticed performance degradation for `matrixStats` 0.60.1. Approximate two times slower than previous release. Is this expected, as with changes in 0.60.1? On my secondary system, I even saw `base::rowSums`...
When using `get_audit_logs` we are losing precision of time. Trying to pinpoint the location where it is happening I stumbled on `coerce_datetime`. reprex: ```r z
Using `bignum` I encountered that portion of numerics (99994999999991:99999999999769) are not converted correctly: ```{r} library(openssl) bignum(99994999999990) # [b] 99994999999990 # correct bignum(99994999999991) # + 1 # [b] 100000000000000 # incorrect...