Max Held
Max Held
I'd like to be able to handle the progress information of knitr documents more flexibly. I'd like to be able to determine handling/presentation of knitr progress as a *caller* (a...
this is a fantastic package, I'm just starting to figure things out, so apologies in advance, if this is somehow ignorant. I'd really like to use a tripartite plot. (We...
I'm relying a lot on `DT::datatable()` tables, rather than `knitr::kable()` static ones. Because `DT::datatable()` is an `htmlwidget`, I seem to be able to set a reference-able, numbered caption *only* by...
I love this project and would like to help, if I can. The stuff in `init.R` already seems pretty long. Would it make sense to factor this out to a...
something akin to `rstudioapi::restartSession()` would be great. Not sure whether that's in scope for / possible for radian. Same as: ``` q() r ``` but could save you one line...
I think it's important to push type and length stability in R, as discussed in [design](https://design.tidyverse.org/out-type-stability.html), and embodied in [purrr](https://purrr.tidyverse.org) and [vctrs](https://vctrs.r-lib.org). I'm no expert on (RESTful) API design but...
I recently an [R package](https://github.com/openjournals/joss-reviews/issues/911) and came away from the process a) in love the vision of joss, and b) a little confused about the importance of FOSS best practices...
Running `reactR::scaffoldReactWidget()` on an otherwise `R CMD check`-passing boilerplate package repo, *even before* running `system("yarn install"); system("yarn run webpack")` creates a warning (see full log below). It's not super important,...
I'm trying to run CI/CD (with GitHub actions) on a nascent htmlwidgets package for a react library, ideally without any derived files in the commits. So in addition to the...
Trying to get reactR to run on the Ubuntu 18.04 image [`rstudio/r-base:3.6-bionic`](https://hub.docker.com/r/rstudio/r-base), I needed to install the following system dependencies: - `curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -` -...