Not installing on Mac
Opened this issue · 1 comments
I'm not sure if the code is meant to work on a Mac. I'm getting the following on my MacBook Pro with R version 4.2.2. I notice some files called Mac Binaries so maybe it is? I'll try installing on a PC, but I'm just logging this here in case there is a easy Mac fix that I'm missing.
"
shiny::runGitHub("leedrake5/CloudCal")
Downloading https://github.com/leedrake5/CloudCal/archive/HEAD.tar.gz
Loading required package: shiny
trying URL 'https://github.com/leedrake5/CloudCal/blob/master/Packages/caret_6.0-93.1.zip?raw=true'
Content type 'application/zip' length 3577238 bytes (3.4 MB)
==================================================
downloaded 3.4 MB
Error in install.packages : cannot install Windows binary packages on this platform
........
"
Looks like a failed attempt to detect the os. just pushed a commit (501) to fix this.