Closed dernapo closed 5 years ago
See the following thread:
http://r.789695.n4.nabble.com/DLL-not-found-td3002969.html
You may have a copy of the rgl package in a library that comes before the new one. Does .libPaths()
return multiple folders?
Had the same issue and this worked for me:
devtools::install_github("tylermorganwall/rayshader")
libavfilter-dev
. Don't know what it is for windows.> sessionInfo()
R version 3.6.0 (2019-04-26)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 18.04.2 LTS
I've reinstalled RStuido and R and I followed these instructions (https://www.accelebrate.com/library/how-to-articles/r-rstudio-library) to ensure I only had one library.
I'm still getting the following error ** libs Error: (converted from warning) this package has a non-empty 'configure.win' file, so building only the main architecture
sessionInfo() R version 3.6.0 (2019-04-26) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 17134)
Solved.
For Windows R-Studio
1). Use https://www.accelebrate.com/library/how-to-articles/r-rstudio-library to fix multi library issue 2). Install rgl alone 3). Install rayshader using devtools 4). Use the following instead of (devtools::install_github): 'install_github("tylermorganwall/rayshader", INSTALL_opts="--no-multiarch")' SOURCE: https://github.com/kthohr/BMR/issues/34
Hope that helps.
I resolved the same DLL error by calling "--force-biarch"
on {rgl}.
install.packages("rgl", type = "source", INSTALL_opts = "--force-biarch")
I should note that the install.packages
help page says "--merge-multiarch"
is safer, yet slower.
My system setup:
platform x86_64-w64-mingw32
arch x86_64
os mingw32
system x86_64, mingw32
status
major 3
minor 6.0
year 2019
month 04
day 26
svn rev 76424
language R
version.string R version 3.6.0 (2019-04-26)
nickname Planting of a Tree
Hi,
I have problems to install from CRAN and from gitHub
on Windows.
I get the following error:
I have installed rgl (0.100.24) and av( 0.2) but it doesnt fix the problem.
Thank you for your support in advance! Javier