Re: [Rd] Use of R in C#

2012-04-26 Thread Jonathan Shore
;s in > the R > install file, and have the R_USER and R_HOME environment variables, yet I > am > still seeing this issue. I can use other .dll's in this way, so this is > NOT a > COM issue. It is an R problem. Any thoughts would be helpful. > > __ >

[Rd] Issues with building package with C src on windows [R CMD INSTALL ignoring makefile]

2011-12-19 Thread Jonathan Shore
I've written a rather complex package that requires overriding the default compilation behavior for the C code component. In the src dir I have a Makefile that is used correctly on OSX and Linux builds of the package, but completely ignored on windows. R CMD INSTALL on windows runs Makecon