Victor Yuan

Results 12 comments of Victor Yuan

I am also experiencing this issue. Same situation: digital ocean hosting an shiny app run from a docker container. I receive same popup error message and datatable does not render....

+1 I'm on windows with r 4.2.3 ``` > rscodeio::install_theme() Error in get_stylesheets_location() : Could not find location of your RStudio installation. > sessionInfo() R version 4.2.3 (2023-03-15 ucrt) Platform:...

try adding `scale_y_continuous(expand = expansion(0,0))` to the plot

I have discovered that the apps will run if started from R from bash, rather than directly in my rstudio-server console. This made me think that maybe it is an...

Hi @cpsievert, thank you for your help, > shiny::plotPNG(function() plot(1)) #runs without error [1] "/tmp/RtmpmdNfhq/file78241653308.png" I updated ragg to v1.3.2 (latest) and still error occurs I tried running `shiny::devmode(TRUE)` before...

It is very strange but it seems that the error has went away after these few days... I can update if encountered again, but otherwise feelfree to close this issue

I will just tack on and mention that I am experiencing the same issue, except weirdly this seems to be confined when I expand rows on nested reactables: Reproduced this...

I can confirm that downgrading these packages to these versions fixed this bug for me as well. Thanks for posting solution @tbrittoborges > Downgrading to [email protected] and [email protected] resolved the...

Hi given build report is clean (no errors or warnings) will the package now be moved to next stage of review? From [Contributions:](https://github.com/Bioconductor/Contributions?tab=readme-ov-file#what-to-expect) > Once your package builds and checks...

Thanks @LiNk-NY I addressed your comments: > ## DESCRIPTION > * Include a more descriptive `Title` field. What is `eoPred`? added more descriptive title. > ## vignettes > * Remove...