Eric R. Scott

Results 121 issues of Eric R. Scott

## Prework * [x] Read and agree to the [code of conduct](https://www.contributor-covenant.org/version/2/0/code_of_conduct/) and [contributing guidelines](https://github.com/rich-iannone/pointblank/blob/main/.github/CONTRIBUTING.md). * [x] If there is [already a relevant issue](https://github.com/rich-iannone/pointblank/issues), whether open or closed, comment on...

Type: ☹︎ Bug
Difficulty: [2] Intermediate
Effort: [2] Medium
Priority: ♨︎ Critical

`gratia` needs a hex logo! Think about it—stickers to hand out at conferences, an image users can put on slides and posters, etc.

It would be nice to have an option to use randomized quantile residuals (i.e. from `statmod::qresid()`) in `appraise()`. Maybe this could even be the default for poisson and binomial models?...

When `smooth_samples()` is run on a model with both 1 and 2 dimensional smooths (e.g. s() and te() or s(f), and s(x, z)) it errors (relatively uninformatively). ``` r library(mgcv)...

This is a weird one that took me a long time to reproduce. I'm making a plot with jittered points with errorbars (geom_errorbar, geom_linerange, and geom_errorbarh all have the following...

bug
visualisation
planning

First off, thank you for making this script! I'm so excited to get this project going. I was able to follow your tutorial and run timelapse.py, and I see that...

I'm not sure if this is possible with `bookdown` and `knitr`, but it would be great if you could write your paper.Rmd with inline figure chunks, but then have them...

The default for `stringsAsFactors` was changed to `FALSE` in R v4.0.0 so one does not need to remember to set it any longer. Instructions Thanks for contributing! :heart: If this...

## Description Went down a bit of a rabbit hole on this one... Fixes several bugs related to `model2netcdf.ED2()`. The end goal is to fix #2974, but ended up having...

Status: Ready

Currently comments in `pecan.xml` (see example below) don't get stripped and can cause problems. In this example, the comment in the `` ends up as a length 0 element in...

Type: Bug
Type: Enhancement