Karl Dunkle Werner
Karl Dunkle Werner
Thanks for the really useful script! I've found I run into issues when using a security key. After entering my username and password, the authentication process brings me to Duo's...
The [fixest](https://cran.r-project.org/package=fixest) package is a new-ish package for estimating OLS and GLM models with fixed effects. It would be lovely if `margins` supported it. There are already `predict` and `vcov`...
Hello, I'm using _terra_ to calculate statistics for many small raster files -- I read the file, do a few manipulations, and return a small vector of numbers. I thought...
Hello, Thanks for this useful R package! The documentation notes that it's "possible to define the name of a variable with specific values, e.g. to define a vector `v =...
I read in the [docs](https://fs.r-lib.org/reference/file_info.html) that `file_info` and `file_size` will fail if the file does not exist (or give a warning if `fail=FALSE`). However, it seems that the call does...
**Describe the bug** For some values of `p`, the `geo_mean()` function hangs, seemingly forever. In the example below, it has been using ~100% CPU for several minutes. When I press...
**Describe the bug** Using `power` with a `p` argument that has length > 1 causes problems in several places. **To Reproduce** ``` r library(CVXR) x = Variable(3) p = c(1.1,...
## Why? I've set my Git preferences to sign all my commits. This works seamlessly in Atom's Git panel, as long as the `gpg` is on the system PATH or...
**Describe the bug** When I am typing in iOS and press backspace, then try to use a predicted word, the prediction is not inserted. **To Reproduce** Steps to reproduce the...
**Describe the bug** Normally (in a plain note or in other iOS contexts) when I hold the backspace button, it first deletes one character at a time, then two words...