al-obrien
al-obrien
I can confirm that I am also having issues, as described here, on the latest version of the CRAN package and R/Rstudio.
I have also experienced this issue, any updates?
I made a few changes to the new `geom` that I suggested above. The changes allow for control over size, line-type, and grouping by aesthetics. I think this is usable...
I wanted to point out that, just recently, the MICE package implemented a way to retrieve the imputation model (many thanks to @prockenschaub: https://github.com/amices/mice/issues/32#issuecomment-716141128 and [example](https://github.com/prockenschaub/Misc/blob/master/R/mice.reuse/mice.reuse_example.md)). As such, this will...
I like the brainstorming around how to best incorporate post-processing with `brm_multiple()`. Not sure if this helps at all, but I thought I would share how I was dabbling with...
I have seen the same thing... I didnt see the issue on RStudio Workbench using **Pandoc 2.14** but did see it when deployed to RStudio Connect, which was using **Pandoc...
## Workaround - Change the script name that is in question, for example from 'collapse.R' to 'z_collapse.R' - Add at least a comment to any empty scripts under /R **Has...
I was able to repeat this issue @adam-mdmph reported on the latest version by having many options to select as part of the UI. Adding `dateRangeInput()` as one of the...
Not sure what other browsers were tested, but I found it was easiest to notice the issue when in Chrome (using the link in the prior post). Firefox doesn't flip...
This worked okay in my first attempt, but in order to prevent some clipping at the very bottom I had to.... 1. Apply the `overflow-y:auto` to the `chart-shim` class 2....