reactR
reactR copied to clipboard
React for R
Hi, I was not able to reproduce the "nivocal" example today by following this post (http://www.buildingwidgets.com/blog/2019/1/27/build-your-own-react-based-htmlwidget) using the latest version of reactR (0.4.0) and yarn (v1.16.0). I was able to...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
Hello, first of all thank you for the awesome package. I love both technologies and played with it a bit. In the documentation I found no way to pass state...
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 -` -...
insure `[email protected]` will recurse through extracting `htmlwidgets::JS` calls
As asked by another user @apolinario, can we use Shiny or any R script in a React component? Use Case: Our app only needs to run R scripts in a...
I've opened an issue in a Shiny project I'm leading development in to track an issue I'm having with reactR [when the application is deployed to Shinyapps.io](https://github.com/ashokkrish/episim/issues/148). The issue (https://github.com/ashokkrish/episim/issues/148)...
Hi, thanks for awesome work. When `reactR` used in Quarto HTML page and commited to github. This will cause security problem like below.  *note,...