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
If I run devtools::install(args="--no-multiarch"), the go build process executes without reporting errors, but R complains
** testing if installed package can be loaded from temporary location
Error: package or namespace load failed for 'gotest' in inDL(x, as.logical(local), as.logical(now), ...):
unable to load shared object 'C:/Users/<username>/Documents/R-dev/00LOCK-gotest/00new/gotest/libs/x64/gotest.dll':
LoadLibrary failure: A dynamic link library (DLL) initialization routine failed.
Error: loading failed
Execution halted
ERROR: loading failed
* removing 'C:/Users/<username>/Documents/R-dev/gotest'
I realize that this is an experimental package, not a supported product, so I'm not expecting anyone else to solve my problem, but if you have any suggestions to help me start to try figuring out what the problem is, I would be grateful.
Under windows, with go 1.12.6 (AMD 64) with R 3.6.0, I cannot build this.
I created a Makevars.win with the following:
If I run
devtools::install(args="--no-multiarch")
, thego build
process executes without reporting errors, but R complainsI realize that this is an experimental package, not a supported product, so I'm not expecting anyone else to solve my problem, but if you have any suggestions to help me start to try figuring out what the problem is, I would be grateful.
Session info is:
The text was updated successfully, but these errors were encountered: