-
-
Notifications
You must be signed in to change notification settings - Fork 37
demoApp failing to build on MacOS #310
Comments
I've run {electricShine} on both WIndows and Linux recently so I'm leaning towards this being a Mac problem and not an {electricShine} problem. I won't have access to a Mac/dedicated-time for this for a couple months so I can't currently try to find the root cause but I've heard there's been a lot of issue with permissions in the newest Mac OS versions (Catalina). It likely has to do with this: @hrbrmstr I know we don't know each other, but you seem like someone who would be interested in seeing what seems like an issue between Mac Catalina and R |
I'll add that as I'm someone about to move back to Mac after a long hiatus this is concerning and has my attention |
I kinda detest Electron apps for a host of security, usability, power-consumption, and other issues, but lemme see what might be going on. |
may be a couple days. on vacation and I've got some things in my R profile that break this much earlier in the process (FWIW the build processes shld prbly add in |
I had a little time this morning, but still don't have access to Catalina. I ran the demo code through R 4.0.1 on a fresh Windows 10 image and it worked. There are some modifications I had to do to make R portable on Mac 1 2 so this isn't a pure-installation. However, it does seem like something has changed R-side or Mac side, and it'll take some digging on my part. @hrbrmstr - I knew Rscript had the |
Any update on this issue? It's still happening on Catalina and R 4.0.4. |
Summary
I am trying to run the code described in the Create an app from a package on Github tutorial. As I am using MacOS, I have added the
mac_url
argument to theelectrify
function with a link to the desired R build, as described in #272. However, this leads to an error.Steps to reproduce
MacOS Catalina (10.15.4), R version 4.0.0.
Gives an error:
Question
Are you able to spot the problem? I suspect that I have incorrectly written something in the
electrify
function.The text was updated successfully, but these errors were encountered: