Andy Beet

Results 16 issues of Andy Beet

Now that we have many plot functions in `ecodata`, we should set up `testthat` to make sure each plot returns a ggplot object. Especially impotant during a new cycle when...

enhancement

## Problem NAFO data is missing from 2019-present (in 21B dataset) which is used in `comlandr` To supplement these years we will pull from NAFA 21A dataset. The totals bewteeen...

arfit package (tests for trend in presence of autocorrelation over last 10 yrs of time series) needs to be tested for timeseries with missing data.

Chapter 9 still references `devtools` as the method for package installs. Should it be replaced with `remotes`?

radmin

## ggplot geom for short term trend * Modified the GEOM related functions `GeomLM`, `geom_lm`, `StatLM` to allow for fitting of short term trend. (This calls [`arfit`](https://github.com/andybeet/arfit/) package, added to...