Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: REvalError: Loading required package: mvtnorm #526

Open
PharmCat opened this issue May 6, 2024 · 1 comment
Open

ERROR: REvalError: Loading required package: mvtnorm #526

PharmCat opened this issue May 6, 2024 · 1 comment

Comments

@PharmCat
Copy link

PharmCat commented May 6, 2024

After clean install (install R and mvtnorm)

import Pkg
ENV["R_HOME"] = "C:\\Program Files\\R\\R-4.4.0"
Pkg.build("RCall")

call R

using RCall
R"library(mvtnorm)"

and have

ERROR: REvalError: Error: package or namespace load failed for 'mvtnorm' in inDL(x, as.logical(local), as.logical(now), ...):
 unable to load shared object 'C:/Program Files/R/R-4.4.0/library/stats/libs/x64/stats.dll':
  LoadLibrary failure:  �� ������ ��������� ������.

From R console library(mvtnorm) works fine.

@palday
Copy link
Collaborator

palday commented May 16, 2024

What happens if you force a reinstall from within RCall?

julia> using RCall
julia> R"""install.packages("mvtnorm")"""

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants