You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 28, 2025. It is now read-only.
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 the electrify function with a link to the desired R build, as described in #272. However, this leads to an error.
Error: (converted from warning) package ‘datasets’ in options("defaultPackages") was not found
Execution halted
Error: Failed to install 'demoApp' from GitHub:
(converted from warning) installation of package ‘/var/folders/16/vnr99r9578572b4ch8zgtl8h0000gn/T//Rtmp2RYFpX/file85852e311c21/demoApp_1.0.18.tar.gz’ had non-zero exit status
Execution halted
Finshed: Installing your Shiny package into electricShine framework
Error in system.file("extdata", "icon", package = my_package_name, lib.loc = library_path) :
'package' must be of length 1
Question
Are you able to spot the problem? I suspect that I have incorrectly written something in the electrify function.
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_urlargument to theelectrifyfunction 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
electrifyfunction.