Sarah Endicott

Results 16 issues of Sarah Endicott

I can't find a way to get the hover text to show up in a bar chart when the value of the bar is 0 or very small. The bar...

This is a couple of related issues when plotting RasterStacks in "view" mode. 1. There are two legends in view mode when `as.layers = TRUE`. This makes the plot quite...

View-mode

I am migrating a package from using raster to using terra. And I am comparing the results with the old version to the new version to make sure I haven't...

Seems like it is using a quoted version of the object name in a file path but that doesn't work when there is code in the argument ```r mapview::mapview(raster::raster(matrix(1:100))) ```...

When I tried to run `check_model` on a GLMM made with glmmTMB and the tweedie family the plots for Homogeneity of Variance and Normality of Residuals are empty. When I...

Thanks for this amazing resource! I have now used it to get a bunch of team members started on Git and that is vastly improving my life! I was wondering...

fixes #120 QualityCurrentID was not being filtered due to the column and function argument having the same name. Fixed by changing the name before filtering and adding a test.

The package was not working for the 2022 release even when I supplied the right `sb_id` there were apparently a few small changes in the data format that messed things...

When `QualityControlID = 1` in `munge_bbs_data`, which is the default, I am still getting results with 0 in the `QualityControlID` column. I checked the code and the issue is that...

**Feature description** It would be great to have the functionality to add a Quarto paper template similar to the [template available in rrtools](https://github.com/benmarwick/rrtools/blob/master/inst/templates/paper.qmd). There isn't an easy way to do...

enhancement