Re: [Rd] On Windows, need external access to the BLAS, LAPACK and LINPACK linear algebra functions included in R

2020-12-20 Thread Ivan Krylov
Hello Andre Mikulec! On Mon, 21 Dec 2020 00:20:35 + Andre Mikulec wrote: > ComputerUser@COMPUTER MINGW64 /c/APPLICATIONS/r-source-R-4-0-branch > > checking for BSD networking... configure: error: BSD networking > functions are required > > What do I need to do next? MinGW64 seems to be not

Re: [Rd] Ignore Sites Option For libPaths

2020-12-20 Thread Gabriel Becker
Hi all, I had intended to do this sooner, but I have filed a wishlist entry, with patch, for supporting this on bugzilla. Best, ~G On Wed, Dec 9, 2020 at 10:48 AM Dirk Eddelbuettel wrote: > > On 9 December 2020 at 09:49, Martin Maechler wrote: > | Also, R allows the user to remove their own ho

[Rd] On Windows, need external access to the BLAS, LAPACK and LINPACK linear algebra functions included in R

2020-12-20 Thread Andre Mikulec
Hi, For my use, outside of the R environment, I am trying access the BLAS, LAPACK and LINPACK linear algebra functions included in R I am following the instructions here . . . 6.17 Using these functions in your own C code https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Standalone-