On 13.06.2021 12:49, J C Nash wrote:
Thanks Uwe.
You are welcome.
My misunderstanding. I thought the reference was to one of the
"src/" directories in the base R tree. However, I found examples in
some packages for the location.
Windows is alien territory for me, unfortunately.
I see.
Thanks Uwe.
My misunderstanding. I thought the reference was to one of the
"src/" directories in the base R tree. However, I found examples in
some packages for the location.
Windows is alien territory for me, unfortunately.
JN
On 2021-06-12 7:27 p.m., Uwe Ligges wrote:
>
>
> On 12.06.2021 1
On 12.06.2021 16:39, J C Nash wrote:
Two minor notes:
1) The Writing R Extensions manual, as far as I can determine, does not inform
package
developers that Makevars.win needs to be in the src/ subdirectory. I followed
the example
of some other packages to choose where to put it.
I just s
Two minor notes:
1) The Writing R Extensions manual, as far as I can determine, does not inform
package
developers that Makevars.win needs to be in the src/ subdirectory. I followed
the example
of some other packages to choose where to put it.
2) Also, while I managed to get my package to insta
After some flailing around, discovered a posting
https://stackoverflow.com/questions/42118561/error-in-r-cmd-shlib-compiling-c-code
which showed a makevars.win file containing
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
I had tried several similar such makevars.win files, but trying PKG_LIB