Re: [Rd] Problems with building a private R-package with Fortran source under Windows

2014-07-22 Thread John Nolan
AM Subject:[Rd] Problems with building a private R-package with Fortran source under Windows Sent by:r-devel-boun...@r-project.org Hi, I recently managed to port the slicot library (http://slicot.org/) to R. I created a new package, put the fortran libs into the src directory

[Rd] Problems with building a private R-package with Fortran source under Windows

2014-07-22 Thread Alexander Braumann
Hi, I recently managed to port the slicot library (http://slicot.org/) to R. I created a new package, put the fortran libs into the src directory together with a Makevars file that include the line: PKG_LIBS=$(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) R CMD check did run through on my ubuntu 14.04