Re: [R-pkg-devel] Multiple architectures on Windows

2017-01-24 Thread Dirk Eddelbuettel
Sean, You could look at the packages Rblpapi and x13binary both of which do something a little nonstandard, but arch dependent. You can either 'hit it' in the configure or the make step. I can detail if needed. x13binary is smaller. It just pulls the Census binary in, for Windows that is preco

Re: [R-pkg-devel] Multiple architectures on Windows

2017-01-24 Thread Sean Taylor
I am testing a package on Windows for submission for CRAN but having trouble getting it to work on i386 and x64 platforms simultaneously. At install time, the package runs a install.libs.R to generate an RData file. This file contains compiled code (they are cached Stan models generated from t