Gavin Simpson

Results 119 issues of Gavin Simpson

The problems are: * [ ] we need to evaluate the smooth evenly not over the domain spanned by the data but over the domain spanned by the *boundary* —...

bug
plotting

I've started seeing this error in `R CMD check` runs on ghactions: ``` Error in `skip_if_offline()`: The package "curl" is required. Backtrace: ▆ 1. └─testthat::skip_if_offline() at test-draw-parametric-effects.R:163:3 2. └─rlang::check_installed("curl") ```...

documentation

The default permutation test in `adonis2()` is `by = "terms"` for a sequential test of model terms where order of terms can matter. I appreciate that this was the default...

Right now we have `pca()`, `ca()`, and `pco()` as wrappers to fitting functions `rda()`, `cca()` and `pco()`. These unconstrained ordination wrappers allow arguments to be passed to the fitting function,...

Right now you have to do ``` # 1 h

enhancement

Intentionally, I have duplicated a lot of code in the various `plot_smooth()` *internal* methods, waiting until things had settled down a bit with the package before attempting any sort of...

The *marginaleffects* package has a `plot_predictions()` function which combines (from a *gratia* viewpoint) `data_slice()` with `fitted_values()`. It has a `condition` argument which allows the user to either specify up to...

### Discussed in https://github.com/gavinsimpson/gratia/discussions/313 Originally posted by **AlainZuur** September 6, 2024 Hello...what would be the easiest way to get simultaneous CIs with draw()? I can get them manually with confint...but...

Currently, we need to use the Rd markup/macro to include DOIs in documentation: `\doi{doi:XXXXXXXXX}`. When writing roxygen using the markdown support I find it a little jarring to have to...