ropensci / awardFindR

Scan multiple online grant databases for relevant awards
https://docs.ropensci.org/awardFindR
Other
16 stars 7 forks source link

requires 64-bit? #28

Closed cpikas closed 2 years ago

cpikas commented 2 years ago

I'm unable to run 64-bit on my work computer getting the failure:

** testing if installed package can be loaded from temporary location
*** arch - i386
*** arch - x64
ERROR: loading failed for 'x64'
Warning message:
In i.p(...) :
  installation of package ‘C:/Users/ /AppData/Local/Temp/Rtmp4sRUUN/file9d50511c2763/awardFindR_1.0.1.tar.gz’ had non-zero exit status

Is there a way to make it run in 32-bit?

adam3smith commented 2 years ago

Have you tried remotes::install_github("ropensci/awardFindR", INSTALL_opts = "--no-multiarch") forcing 32-bit install?

cpikas commented 2 years ago

That did it! Thanks!