Maciej Nasinski

Results 33 comments of Maciej Nasinski

Sorry, It is very hard to reproduce it with the base shiny (simplified code). Feel free to close it. At least we have a record which could be find by...

looks to be linked with https://github.com/r-lib/ragg/issues/82

`ragg::agg_png(res = NULL, units = 'in')` will crash the R session, 80 percent is connected with my problem will check it further ``` > ragg::agg_png(res = NULL, units = 'in')...

The same for other arguments width and height, NULL will crash the R session such value is possible in shiny.

I am not a TypeScript player still this looks to be only a one regex to add ... We want to update [this function](https://github.com/REditorSupport/vscode-R/blob/3016cd23519187f1bb252e088fae71be678f1364/package.json#L850) [The core source function](https://github.com/REditorSupport/vscode-R/blob/3016cd23519187f1bb252e088fae71be678f1364/src/rTerminal.ts#L212-L216) Now for...

For me the work around is to use sth like: 1. move the cursor at the upper left corner of the example, start of the first line of the example...

With simplified scope: ``` options(shiny.useragg = TRUE);shiny:::startPNG(tempfile(), NULL, NULL, NULL) ``` In my original app I think it is connected with https://github.com/rstudio/shiny/issues/3637 The app is based on the framework build...

Hey, thank you for your update. I already assessed what category and scope is possible for my package. I found out that the base requirements are possible to be followed....

Hey, [my paper](https://www.sciencedirect.com/science/article/pii/S2352711023002212) was just published. I will start to work on the new feature branch for possible ropensci submission. I will give here a follow-up. Have a great day.

Hey @jhollist, thank you for your response. I have dedicated effort to align with the expected standards. However, it appears that the current focus of rOpenSci may have shifted away...