Bryan Shalloway

Results 22 comments of Bryan Shalloway

> The problem is that when you also have `geom_jitter` in the plot (in addition to `geom_boxplot`), the `lapply` part will remove all the points. Is there a way to...

Perhaps the `here` package can help? Jenny Bryan has an opinionated article from a couple years ago: https://www.tidyverse.org/articles/2017/12/workflow-vs-script/ on how to get rid of `setwd()`.

For {dbplyr} seems to be located in R/partial-eval.R See: https://github.com/tidyverse/dbplyr/commit/84ecd65d04f9a72863831e559a1f9a56d6ecd186

I used the above notes to set-up code-folding for my lithium themed site, see commit https://github.com/brshallo/brshallo/commit/9b499db474c132859a5eeb1169be35b069b65eda. (Though currently I am unable to set `codefolding_nobutton` which just defaults to `true` /...

Second this. Relatedly, would be nice if could take in a .pdf that contains some images and convert these to editable text, returning a new .pdf like [how done with...

Any updates on thinking here? This kind of works except for data type checking: ```r library(tidymodels) coverage_impl

The problem with `import::here()` is I don't have the flexibility that comes with the `.into` arg. This is the function where I'm using `import::from()` and the intended output: ``` r...

Putting things in .GlobalEnv won't work for my use case as I need it to identify the function as coming from that package. I did try swapping `import::from()` for `import::into()`...

Yes, that works. That's the approach I've been taking [brshallo/funspotr/spot_funs/L119](https://github.com/brshallo/funspotr/blob/0dea59f53756079657862933bc0f0e42fbb34ce4/R/spot-funs.R#L119). I'd like to get rid of `attach()` though so that I no longer get a NOTE when running `devtools::check()` (even...

Great post, thank you! I am using netlify and it flagged me to add "/public/" to my .gitignore . I am curious whether I would be fine just deleting my...