Jared Lander
Jared Lander
When calling `addProviderTiles`, JavaScript is written to a temp file. This does not persist when using Quarto (but it has in the past with regular rmarkdown). So I added an...
`{xgboost}` can fit boosted, penalized linear models by setting `booster="gblinear"`. This would be a great addition to `linear_reg()`, or perhaps there can be a `boost_linear_reg()` function and it can also...
The documentation states > For keras models, this corresponds to purely L2 regularization (aka weight decay) ... And the code does indeed show that only `keras::regularizer_l2() is being used. ```...
The `penalty` argument in `linear_reg()` and `logistic_reg()` only applies to `glmnet`, `keras` and `spark`. I think this could be added to `stan` with a slight change. This code shows the...
This is not a bug, but a feature request, and unfortunately I offer nothing in the way of a solution, just the ask. `leaflet::addPolygons()` supports `MULTIPOLYGON`s so it would be...
When using a `tabset` row in `{flexdashboard}`, a `ggplot` faceted with `facet_trelliscope()` will only render in the first tab. This example shows a situation where the plot is in the...
This is exactly the the package I've been looking for, it looks great. Do you plan on adding support for two-table functions like `st_join()` and `st_intersects()`?
It looks like it might have also done something to line endings, but I'm not positive.
Suppress the warning from `geom_errorh()`