Mitchell O'Hara-Wild

Results 345 comments of Mitchell O'Hara-Wild

Thanks for looking into it @FinYang, the `list` element is from the latest version of pandoc. https://github.com/jgm/pandoc/blob/734f86061893e81a14ef94432555f4edd24b2b8f/data/templates/default.latex#L370-L404 Perhaps the template can be changed to support both versions.

Thanks for your kind words. The placement of the `profilepic` is dependent on the design of each template (sourced from other projects). The classic `latexcv` template doesn't specify a location...

This is just a limitation of the `AR()` model, not combination models. MRE: ``` r training Loading required package: fabletools training |> model(AR(target ~ order(2))) #> Warning: 1 error encountered...

Thanks for investigating this, hopefully this is resolved by upstream issues :crossed_fingers: Please advise if this continues to be an issue.

Might need generalising into a new fable.nnet package - nnetar is only for simple ar.

Suggest - improve docs to describe continuous response only.

Thanks for your careful investigation, resolving https://github.com/tidyverts/tsibble/issues/300 should fix this issue.

Registering specials for clicking through different model types is a good approach that I hadn't considered for specials before. A difficulty of this is that the same special (by name)...

I can take over as maintainer for this and get it back on CRAN, but the long term future of the package is probably merging with [ggdist](https://mjskay.github.io/ggdist/) and using the...