COVAIL / photon

RStudio Add-in to build Shiny apps utilizing the Electron framework
125 stars 25 forks source link

Warning in shell (sprintf.... ) ~ ~ I have done the manual copy of electron quick start #36

Open Brownsey opened 3 years ago

Brownsey commented 3 years ago

Warning in shell(sprintf("%s/R.exe --file=%s/install_packages.R -q --slave --args cran_packages %s github_packages %s bioc_packages %s", : 'C:\Users\sbrownsey\Documents\Batch_testing\Attempt1\app\electron-quick-start\R-Portable-Win\bin/R.exe --file=C:\Users\sbrownsey\Documents\Batch_testing\Attempt1\app\electron-quick-start\R-Portable-Win\bin/install_packages.R -q --slave --args cran_packages shinythemes, tidyverse, RODBC github_packages NULL bioc_packages NULL' execution failed with error code 1 audited 148 packages in 0.974s

Seems to me that the / before R.exe and isntall_packages seems to be the issue but I could be wrong

Brownsey commented 3 years ago

package 'batch' was built under R version 4.0.3 Error: package or namespace load failed for 'purrr' in inDL(x, as.logical(local), as.logical(now), ...): unable to load shared object 'C:/Users/sbrownsey/Documents/R/win-library/4.0/rlang/libs/x64/rlang.dll': LoadLibrary failure: The specified procedure could not be found. In addition: Warning message: package 'purrr' was built under R version 3.6.3 Execution halted

I do also have these package missmatches but I have reinstalled them

nbernardo213 commented 3 years ago

Any updates on this?