Fred-Wu

Results 25 issues of Fred-Wu

I encountered this error after the recent update. Is there anyway to fix this?

The first ans is from `polars`, the second one ans2 is the conversion from `polars` to `pandas` DataFrame. Both shows the shape of (8422, 11). However, when the Data Viewer...

bug

[mlr3](https://github.com/mlr-org/mlr3) is implemented with R6 class. However, after creating a task, all autocompletes appear to be fields. Some of them actually should be methods, such as `data` in the screenshot...

feature-request

I am on a Macbook M1 with latest R, VScode and VScode-R. There is a 40s lag time after submitting codes to radian when importing `feather` and `parquet` files, but...

bug

[Docs View](https://github.com/mattbierner/vscode-docs-view) extension can display hover documentation in the sidebar or panel automatically, and it also works for vscode-R too. However, the downside of using sidebar or panel is the...

feature-request

I was reading someone else's codes, and in one of the scripts, a linter error appeared in the entire script and suggested not to use tab. The auto indent space...

bug

If I paste codes to the terminal, then there is no way to dismiss it. I either have to delete via backspace, or run the codes.

When I submit some codes to terminal, it always ends up with a `)` in the terminal. Re-submit won't see it. Something like this. ``` toy_fun

Splitting training and test/holdout data could be performed using `partition` function, but it only allows the stratification on the target variable. However, I could do the splitting using , for...

Priority: Low
Type: Documentation