Eric R. Scott
Eric R. Scott
If I check "use optical illusion's original colors" the background of the image becomes black and the explanatory text describes the illusion as happening with a dark background. However, unless...
The break points where grid lines are drawn are not the same in the two panels of a plot with `scale_x_break()` and there is no way to set breaks manually...
The vignettes/articles aren't in the navbar on our site. This may be due to some changes in how ropensci builds pkgdown websites. Looks like we need to explicitly add them....
Maybe this is outside the scope of the package, but I often start analyses by defining the variables in a dataframe. Similar to the table function, a function could turn...
I'd expect `stream()` to work similarly to `refit()` based on the documentation, but I get an error. Maybe it's just not supported yet, like `ETS`, and is supposed to fail...
I can't seem to figure out how to add arguments to `feat_stl` when it is used inside of `features()`. I would expect an anonymous function to work, but it doesn't....
As a workaround for #21, I used `purrr:map()` to run `amelia()` with `m=1`. This returns a list. I was hoping that I could use `ameliabind()` to combine the list, but...
`set.seed()` does not seem to work when using `parallel = "multicore"`. I assume that's because there's no way to pass the seed onto the parallel jobs. I'm not sure if...
What are the best options if I want to use Quarto to create my CV? A typst template? HTML + SCSS (and wait for paged HTML from Quarto)? R functions...
If I can pull from the "My Publications" in Zotero, I think I can more easily format these to include links. Could even just do it without `vitae` and include...