I have now also ported the color vision deficiency simulation app to Shiny live. Advantage is this runs entirely in your browser, even though you "upload" the image it never leaves your computer.
Comments
Log in with your Bluesky account to leave a comment
I'm not sure I'll port the palette creator app because I don't think it fits into my class and so I don't want to confuse students with an app they don't know what to do with. 1/
Incompatibilities: Some existing R packages don't currently work in webr. Most importantly RCurl. There was an RCurl call I had to replace with a call from base64enc. Not a big deal. 3/
Comments
https://wilkelab.org/SDS366/
And how extensive are the changes? Does it make sense to integrate the shinylive versions in the colorspace package as well?
https://posit-dev.github.io/r-shinylive/reference/export.html
In practice, I did three types of changes: 1. Resolve incompatibilities; 2. Fix folder structure for web assets; 3. Tweak UI. 2/