Jeff Keller

Results 6 issues of Jeff Keller

So GitHub does this weird thing where it only sorts releases in reverse chronological order down to the day, then by tag, resulting in (pre)releases showing up out of order...

enhancement

I often need to know the exact version of the pin that I just wrote so that I can pass that version explicitly to downstream operations. I can run something...

When tabulating factors (with or without weights), I noticed that `wtd.table(..., type = "table")` is not consistent with `table` from base R in the presence of factor levels without observations....

# Overview I am querying an AWS Redshift table over an `RPostgres::Redshift` connection. The query sometimes fails with error: ``` Error: Failed to fetch row: ERROR: could not open relation...

help wanted

Loving Positron and the extensions so far but one area where the experience is a step backward compared to RStudio is debugging R shiny apps. Being able to set breakpoints...

It seems as though {iml} always uses `future.apply` functions even when no `future::plan()` has been set, as you can see here: ```r library(iml) library(randomForest) data("Boston", package = "MASS") rf