search for: aurice

Displaying 7 results from an estimated 7 matches for "aurice".

Did you mean: maurice
2004 Sep 10
0
Re: Flac-dev digest, Vol 1 #235 - 1 msg
> I saw this come across the wire today...freecraft appears to be some kind= of > RPG, which seems to have recently started to use FLAC in some way. I hav= e Its a nice almost-clone of the progenitor of the latest wave of real time strategy games, Warcraft II. Britton > not investigated this any further, but I thought it might interest member= s > of this list to know of new usage
2002 May 25
2
Function objects as arguments of a function
Hello, R users. In C (or C++) language, a function can be used as an argument of another function as follows: // function used as an argument void foo(int x) { ... } // function using a function as an argument void bar(void (*func)(int ), int arg1, int arg2) { .... } // The function 'bar' will be called as follows int main() { .... bar(foo, arg4foo, other_arg);
2001 Feb 27
1
RCMD Beginner
Hi, R-users. I tried to install the 'RODBC' package by input C:\R>RCMD install RODBC_0_8-2_tar.tar , but I got the message 'Error: cannot change to directory 'RODBC_0_8-2_tar.tar' ' and failed to install. The file 'tar32.dll' lies in the system directory. How can I install the package above mentioned? OS:Win95 R_HOME:c:\R\rw1020 >From Kobe,
2011 Sep 18
1
Can't boot Centos6 ext4 partition from GAG bootloader
...e installer inisisted that the root partition had to be formatted ext4. When my GAG boot loader tried to boot from that root partition, it was unable do so. Elsewhere I read that GAG cannot boot from an ext4 parititon. I there any way tp persuade Centos-6 to use an ext3 root partition? -- /\/\aurice (Retired in Surrey, UK)
2001 Dec 15
0
Any header needed for COM interface?
Hi, all. Now I am trying to embed R in C++ code with COM interface. Which header file should be included (specially in case of using Borland C++ compiler)? And are there any library files to be linked when compiling? Thanks in advance from Japan. ################################## # Tsumiyama Isao # e-mail:tsumi at leo.auric.ne.jp ##################################
2002 Jan 19
0
Troubles in SJava
OS : Win95 R Version : 1.4.0 JDK Version : 1.3.0 Hi, R-statisticians all over the world. I'm trying to handling R objects in the Java code as follows: [c:\myjava\R2JTest.java] import org.omegahat.R.Java.*; class R2JTest { public static void main(String args[]) { REvaluator e = new REvaluator(); Object val = e.eval("objects()"); int i;
2001 Feb 11
3
Scatter plot calling R function from C
Dear R users, I want to create a C program drawing a scatter plot with R functions. Is it possible to do such a thing with interfaces declared in 'Rgraphics.h'? If so, I would like to get sample C sources. >From a user in Japan. Thanks, -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read