A nonstandard install of a 3 year old R version? You may have to talk to the anaconda people rather than here.
On the face of it, it is looking for something in the MKL libraries, so maybe they linked against it and forgot to list a dependency? If so, maybe install something something mkl something.... -pd > On 22 May 2025, at 03:38 , Naresh Gurbuxani <[email protected]> > wrote: > > 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]] > > ______________________________________________ > [email protected] mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide https://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: [email protected] Priv: [email protected] ______________________________________________ [email protected] mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide https://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

