Processing.R icon indicating copy to clipboard operation
Processing.R copied to clipboard

The future of this library

Open korterling opened this issue 1 year ago • 2 comments

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;

korterling avatar Dec 23 '24 08:12 korterling

你好,来件已收到,谢谢!

nasaares avatar Dec 23 '24 08:12 nasaares

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

gaocegege avatar Dec 23 '24 08:12 gaocegege