Displaying 8 results from an estimated 8 matches for "mylesj".
Did you mean:
myles
2003 Oct 08
1
Installing GLMMGibbs problems
Dear all;
Installing the GLMMGibbs package to my Solaris Unix box, I got an compiling
error:
ars.c:497:10: missing terminating " character
ars.c: In function `dump_arse':
ars.c:498: error: parse error before "mylesj"
.....
The compiling error was reported to the list on Jul 3, 2003. According to
Prof. Brain Ripley this is a known problem with the package and gcc 3.3, and
the maintainer has been informed ...
Because I was unable to reach the maintainer by email (my email to
mylesj at icrf.icnet.uk on...
2000 Nov 07
1
No subject
I have just moved to a new workplace. I saved an R workspace into
an ascii file at my old workplace and have ftp'ed it down here.
Unfortunately when I try to load the get a message saying that
the file is corrupted. It's a big file, but my experience suggests
that this normally refers to a problem at the beginning or end of a file,
so I thought it might be worth enclosing just the
2000 Nov 07
1
ascii load file ( was Re: none)
> Date: Tue, 7 Nov 2000 17:34:37 +0000 (GMT)
> From: Jonathan Myles <mylesj at icrf.icnet.uk>
>
> I've now got a colleague at MRC-BSU to compress it, and email it as an
> attachment to my UNIX machine, where I uncompressed it and then ftp'ed
> it in ascii format to my laptop. So it doesn't seem to be an ascii/bin
> issue ...
Is it possible...
2000 Dec 15
0
Gibbs sampling in GLMMs: Beta testers required
...rs (which don't crash R)---this is something I'd like to look
into over Christmas, but I'd appreciate knowing about other problems.
At the moment GLMMGibbs has only been produced on UNIX/LINUX machines.
If you would be interested in helping to beta-test GLMMGibbs, please
email me at
mylesj at icrf.icnet.uk
Jonathan Myles
Imperial Cancer Research Fund
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in th...
2003 Jul 03
1
compilation error when installing GLMMGibbs on SuSE Linux 8.2 (R v. 1.7.1)
...b
* Installing *source* package 'GLMMGibbs' ...
** libs
gcc -I/usr/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES -mieee-fp
-fPIC -c ars.c -o ars.o
ars.c:497:10: missing terminating " character
ars.c: In function `dump_arse':
ars.c:498: error: parse error before "mylesj"
ars.c:498: error: syntax error at '@' token
ars.c:498: error: stray '\' in program
ars.c:498:33: missing terminating " character
ars.c:507: error: redeclaration of `s'
ars.c:446: error: `s' previously declared here
ars.c:508: error: redeclaration of `i'
ars.c:...
2000 Dec 15
2
debugger not recognizing C routine names
Something seems to have changed with the debugger
option since I used it last,
unless I've forgotten something really stupid
(much more likely) . The
debugger doesn't seem to recognise the names of C routines
*****************
[jonm at localhost jonm]$ cat test.c
#include "S.h"
void test(int *x,int *y){
y[0]=x[0]+2;
}
[jonm at localhost jonm]$ R COMPILE test.c
gcc
2000 Dec 16
1
g2c library
Working on a Red Hat (not Mandrake) Linux
and trying to load my library I get
(sorry, can't copy it all, working remotely)
gcc -shared -o .....
/user/bin/ld: cannot find -lg2c
Does anyone know what the g2c library iss, and if I can download and
compile it for Red Hat
(I definitely didn't mean to type f2c
in the above)
Thanks
Jonathan
2002 Jan 18
1
TeX error generated by R CMD CHECK
Hello,
can anyone explain the following error I get when trying to
use the CHECK command to check a new version of my pakcage under 1.4.0?
******
./R CMD check ~/GLMMGibbs.0.5.1/GLMMGibbs
* checking for working latex ... OK
* using log directory `/homef/jonm/R-1.4.0/bin/GLMMGibbs.Rcheck'
...
<Installs library, documentation, and then performs various tests,
including the example,