Displaying 2 results from an estimated 2 matches for "netica".
Did you mean:
rnetica
2012 Oct 18
1
R CMD check --force-biarch
...39;m having problems getting R CMD check to work correctly on Windows 7 (64 bit) in a package that uses C code. What I want to do is to be able to pass the equivalent of the "--force-biarch" option to check, but this is only supported for INSTALL.
Background:
I'm writing a package (RNetica) which forms a link between R and a third-party library (Netica.dll). The vendor supplies this library in both a 32 bit and a 64 bit version.
Under Linux, I use configure to link against the 32 or 64 bit version of libnetica.a as appropriate.
Under Windows, I use configure.win to copy the 32 and 6...
2012 Nov 28
1
R CMD check --force-biarch
...39;m having problems getting R CMD check to work correctly on Windows 7 (64
bit) in a package that uses C code. What I want to do is to be able to pass
the equivalent of the "--force-biarch" option to check, but this is only
supported for INSTALL.
Background:
I'm writing a package (RNetica) which forms a link between R and a
third-party library (Netica.dll). The vendor supplies this library in both
a 32 bit and a 64 bit version.
Under Linux, I use configure to link against the 32 or 64 bit version of
libnetica.a as appropriate.
Under Windows, I use configure.win to copy the 32 and 6...