Max Held
Max Held
note to self: the above commit borks up the html root element; [5bb34a657e5a9dbd50658cc0ff469dcb0691ae2b](https://github.com/maxheld83/reacthexgrid/commit/5bb34a657e5a9dbd50658cc0ff469dcb0691ae2b) fixes it *and* the warnings from `devtools::check()`, so this should be the base for my PR.
ah strike that: > ~~This way authors of htmlwidgets wouldn't even necessarily have to document sysreqs in their DESCRIPTION, because they would carry over from Imports: reactR~~ That's actually something...
I think this might be related to https://github.com/ThinkR-open/golem/issues/413.
> I want to use Github Actions to automatically send this email. I have stored the password in quotation marks in the project's Secrets as `SMTP_PASSWORD`, and am setting the...
just wanted to chime in to say that I really dig @gaborcsardi progress package; much prefer the greater customisability over the simpler `dplyr::progress_estimated()` (which *already* works with purrr as per...
this is a duplicate of (closed) https://github.com/rich-iannone/DiagrammeR/issues/375. Using the dev version (not on CRAN yet as of now) will solve this problem: ```r remotes::install_github(rich-iannone/DiagrammeR) ```
started working on this here: https://github.com/subugoe/shinycaas
+1 Also `R` and `Rmd` would be great...
maybe relevant: `autotest_package()` seems to be retired, so it's perhaps unlikely this will be addressed: https://github.com/r-lib/testthat/issues/922
oddly, there's also the inverse of this issue: https://github.com/rstudio/shinyapps-package-dependencies/issues/93 just in case someone else stumbles upon this and is confused about the overlap between these three approaches to managing system...