John

Results 6 comments of John

Ah, looks like this was fixed as per #29, but not merged into master.

This appears to still be an issue in tidyquant 1.0.1.9000. ``` r library(ggplot2) library(dplyr) library(lubridate) library(tidyquant) tidyquant::FANG %>% filter(symbol=='FB') %>% mutate(date=round(with_tz(Sys.time(), 'UTC'), units='hours') - hours(seq_len(nrow(.))), date=as.POSIXct(date)) %>% filter(date > Sys.time()...

Interesting 🤔 ... Can confirm on MacOS ``` r library(sf) #> Linking to GEOS 3.8.1, GDAL 3.1.1, PROJ 6.3.1 f f(0L, 10000) 32.27804 34.97311 36.81165 35.90451 38.60695 #> f(0, 10000)...

Thanks Robert. That won't explain the differing treatment of NAs, though, will it (the second example above)?