Brayden Nilson
Brayden Nilson
# Goal: Convert 10-minute UTC observations to hourly local time for non standard timezones (i.e. UTC -0230) # Process tried: 10 minute UTC dates around DST change -> convert to...
See issue #515 Did a find and replace within R/ for `requireNamespace`, then cleaned up related code. Notably: - `sapply(pkgs, ...)` implementations are no longer needed as `rlang::check_installed` handles multiple...
This is good when not-interactive, but when run in an interactive session (like in RStudio or Positron) it would be a better UX to prompt the user to install webshot....
I use the R leaflet implementation and htmlwidgets to produce an html file that allows users to interact with spatial data. This page has grown in complexity, to the point...