The future of this library
Very good library for developing processings in R. Thank you for your contribution.
1, Is it possible to encapsulate it into a separate package; 2, is it possible to integrate with the shiny package; 3, other partners can add suggestions here;
你好,来件已收到,谢谢!
Hi @korterling
Thanks for your interest.
1, Is it possible to encapsulate it into a separate package;
This package is built on the Processing IDE and the Renjin engine running on the JVM. It is not natively R, which makes it challenging to wrap as a standalone package, at least to my knowledge. While it might be possible, it would be difficult.
2, is it possible to integrate with the shiny package;
I don’t think so, because these are two distinct UI systems. Shiny is built on JavaScript and HTML, while Processing.R is based on Processing, which runs on the JVM