[R] R session dies on lattice::show.settings()
Naresh Gurbuxani
n@re@h_gurbux@n| @end|ng |rom hotm@||@com
Thu May 22 03:38:23 CEST 2025
I used Anaconda to install R on my Windows pc. From lattice package, show.settings() function causes R session to end. How can this problem be analysed?
Sent from my iPhone
> library(lattice)
> sessionInfo()
R version 4.1.3 (2022-03-10)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 22631)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] lattice_0.22-6
loaded via a namespace (and not attached):
[1] compiler_4.1.3 grid_4.1.3
> with(mtcars, plot(wt, mpg))
> xyplot(mpg ~ wt, groups = cyl, data = mtcars, grid = TRUE)
> histogram(rnorm(100))
> show.settings()
INTEL oneMKL ERROR: The specified module could not be found. mkl_intel_thread.2.dll.
Intel oneMKL FATAL ERROR: Cannot load mkl_intel_thread.2.dll.
[[alternative HTML version deleted]]
More information about the R-help
mailing list