search for: murdochsutherland

Displaying 2 results from an estimated 2 matches for "murdochsutherland".

2004 Nov 11
1
FW: problem building an R package under Windows XP with calls to NAG C routines
...(called "test") >which >>simply returns random numbers simulated using repetitive calls to a NAG >C >>routine (uniform random generator). I use R Version 2.0.0. and >installed all >>the tools needed to build R packages as described in >> <http://www.murdochsutherland.com/Rtools/> >http://www.murdochsutherland.com/Rtools/ >and readme.packages. > <http://www.murdochsutherland.com/Rtools/> > > <http://www.murdochsutherland.com/Rtools/> >I was able to successfully >execute the C program that is part of this > <http://www.m...
2004 Oct 29
1
problem building an R package under Windows XP with calls to NAG C routines
...windows XP (Mark 7) to create a simple R package (called "test") which simply returns random numbers simulated using repetitive calls to a NAG C routine (uniform random generator). I use R Version 2.0.0. and installed all the tools needed to build R packages as described in http://www.murdochsutherland.com/Rtools/ and readme.packages. I was able to successfully execute the C program that is part of this package when compiling it using Microsoft visual studio. However, when I now try to create the R package with the command "Rcmd INSTALL test" I obtain the following: C:\Rdevelop>...