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
After 6695513 installing the R package locally using the latest frozen Rtools 3.4 (version 3.4.0.1964) installation fails on my Windows computer.
** building package indices
** installing vignettes
** testing if installed package can be loaded
*** arch - i386
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
*** arch - x64
ERROR: loading failed for 'i386'
* removing 'C:/Users/mrustl.KWB/Documents/R/win-library/3.5/kwb.pkgbuild'
* restoring previous 'C:/Users/mrustl.KWB/Documents/R/win-library/3.5/kwb.pkgbuild'
In R CMD INSTALL
The text was updated successfully, but these errors were encountered:
Digging into the problem shows that it is not due to the Rtools 3.4. Also with Rtools 3.5 it fails on R 3.5.1@32bit
> pkgbuild::has_rtools(TRUE)
Scanning R CMD config CC...
cc_path: c:/Rtools/mingw_32/bin/gcc
install_path: c:/Rtools
VERSION.txt
Rtools version 3.5.0.4
Found compatible gcc from R CMD config CC
[1] TRUE
But it is working on R 3.5.1@64bit if the installation is run from R 3.5.1 with the following command:
To install a source package with compiled code only for the sub-architecture used by R CMD INSTALL, use --no-multiarch. To install just the compiled code for another sub-architecture, use --libs-only.
(Source: https://stat.ethz.ch/R-manual/R-devel/library/utils/html/INSTALL.html)
It seems that my implementation of the deploy_site_github_xxx function() only works on 64bit R.
After 6695513 installing the R package locally using the latest frozen Rtools 3.4 (version 3.4.0.1964) installation fails on my Windows computer.
The text was updated successfully, but these errors were encountered: