Skip to content

fasstr 0.3.3

Choose a tag to compare

@jongoetz jongoetz released this 21 Oct 16:23

Updated: 20 Oct 2021

Updates:

  • For trending, changed default/recommended method to 'zhang' over 'yuelipon' (pacificclimate/zyp#6)
  • Removed check for a hydat.sqlite3 file; tidyhydatstop error catches error
  • Removed lubridate package dependency
  • Fixed ggplot2::guides deprecated arguments warning
  • Simplified some internal coding for efficiency
  • Removed some function examples to reduce timing; examples of usage in vignettes
  • Removed TravisCI, added Github Action R-CMD-check using usethis::use_github_action_check_standard()