Todd West

Results 15 issues of Todd West

## Summary ggrepel does not implement the design behavior described in #188. ## Minimal code example ```r library(dplyr) library(ggplot2) library(ggrepel) library(tidyr) data = crossing(x = c(0, 1), slope = 1/2^seq(0,5))...

bug

In this repex only one arrow should be drawn at (x = 1, y = 1). However, it appears something in the drawing stack gets confused by the color aesthetic...

On the surface, it appears fst is in compatible with R 4.1 installs using Rcpp 1.0.6. Curiously, though, I have one machine that's somewhat behind on updates with R 4.0.5...

I have a small vector layer of about 80,000 grid squares and not quite 50 attribute table columns. Function timing with R 4.2.1, dplyr 1.0.9, readr 2.1.2, and terra 1.5-34...

The tags defined in section 4 of the [DNG Specification v1.4](http://wwwimages.adobe.com/www.adobe.com/content/dam/acom/en/products/photoshop/pdfs/dng_spec_1.4.0.0.pdf) need to be added to ExifDirectoryBase.cs.

It appears dplyr 1.0.7 still has limitations around UTF-8 .R files. This happens when running through either RStudio 2021.09.0 or RGui 4.1.2. Some simple examples are ```r tibble(ΔC = 1)...

A user should be able to do something like `getSample(parametersOnly = FALSE, whichParameters = 1)` and get back a parameter array with their first MCMC parameter followed by the Lposterior,...

I wanted to suggest some possible documentation improvements based on observations of unexpected behavior and some looking through these samplers' source code. For context, I'm evaluating several variations of the...

The settings for [DEzs](https://github.com/florianhartig/BayesianTools/blob/5a68f97519a29882c9e393c1e5d884c2a2e1ecfd/BayesianTools/R/mcmcDEzs.R) include the parameters `eps`, `eps.mult`, and `eps.add`. `eps.mult` is used in calculating `gamma_par` and `eps.add` is used in finding `x_prop`. However, searching the code for references...