Dipterix Wang

Results 56 issues of Dipterix Wang

Hi, Thanks for making this great package. I'm writing code to run multiple registries at the same time. Some tasks (collections of jobs) finish prior to the others. I was...

Dear devs, I was wondering if shiny can provide functions to call output renderers manually without knowing the expressions inside of the render calls. For example, something like `shiny::renderOutput` as...

Dear Shiny wizards, I have a shiny app that guide people through data preprocessing. It worked for more than four years, and the code has been actively maintained and updated....

**Describe the bug** I found variables in the globalenv are not correctly picked up. Not sure if this is on purpose **Reproduce example** ```r env

bug

Hi, I have a project which requires loading of ~30GB data (~100 segments with each 300MB) into RAM, which is super time-consuming. The application only requires 5 segment of data...

This might be a dumb question, but is there a way my functions can detect whether they are running in the slave nodes? They they can behave differently according to...

question

**Describe the bug** I found a weird behavior on my application using IFrame plugin. When I click on element with `iframe-fullscreen` widget, the full screen fails to work. **Debug** Initially...

type:bug
version:3.1.x
state:awaiting-reply

Heads up: For those who found this issue. Basically starting from R 4.0, CRAN uses the compilers shipped with system to compile R packages. This is a bad news for...

feature request

How is the `write_fst` and `read_fst` speed compared to `vroom` package with the same number of CPU cores?

task

Hi @MarcusKlik I recently submitted a package to CRAN, it gets this error during check with Solaris (https://cran.r-project.org/web/checks/check_results_raveio.html) ``` *** caught segfault *** address e25a35d4, cause 'memory not mapped' ```...

feature request