-
Trying to run the sample command, get this error after being asked whether i want to run `npm install`
```
npm ERR! code ETARGET
npm ERR! notarget No matching version found for partykit@^1.19.3.
…
-
``` r
library(mlr3verse)
#> Loading required package: mlr3
library(mlr3extralearners)
library(mlr3proba)
set.seed(42)
task = tsk("rats")
part = partition(task, ratio = 0.8)
learner = lrn("su…
-
Not a biggie, but when prompted for file name, suggested has ./*
So naturally I would do like ./new-app but it errors
```
Invalid path. Please use a path like "randomName" or just "." to use th…
-
**Describe the bug**
Differences in the table of estimates
| CVXR.est| GLMNET.est|
|:-----------|--------:|----------:|
|(Intercept) | -0.285| -0.017|
|V1 | 0.000| …
-
-
I'm not having any luck running any of the latest partykit cli commands on my dev environment. I've narrowed it down to the [PR that merged in Clerk authentication](https://github.com/partykit/partyki…
-
-
I am updating to `mice 3.16.0` and performed a reverse dependency check. There is a new error in the `test_pre_misc.R` script.
I attempted to reproduce it on my machine but gave up when I discover…
-
> the root index.html will respond to /. But it shouldn’t respond to POST!
minimal repro:
https://github.com/astahmer/partykit-unstable-onfetch-repro/blob/main/src/client.tsx#L43
-