seancarmody / ngramr

R package to query the Google Ngram Viewer
Other
48 stars 9 forks source link

NGRAM fails to install osx 12.6 #41

Closed news1537 closed 1 year ago

news1537 commented 1 year ago

I have tried (install_packages)(Install_local) All return as this is not a mac binary package Error in install.packages : file ‘/var/folders/dq/kg1jg0jj7pldyf4k_30pqgg80000gn/T//Rtmp3rwJw3/downloaded_packages/cli_3.4.1.tgz’ is not a macOS binary package

I am using R 4.1

seancarmody commented 1 year ago

That looks like a problem with installing the package cli (which ngramr depends on). What happens if you run

install.packages("cli", verbose = TRUE)
seancarmody commented 1 year ago

Any luck getting the package installed?

seancarmody commented 1 year ago

I will close this issue in a couple of days if there are no further comments