Re: [Rd] Subsetting using dimnames on S4 array-based class

2005-02-17 Thread Iago Mosqueira
nd I believe not for S4 methods). I am afraid I fail to see then why my example code fails to accept names when subsetting. Shouldn't a class that extends "array" inherit this behaviour too? Many thanks, Iago > > > > From: > > Iago M

[Rd] Subsetting using dimnames on S4 array-based class

2005-02-17 Thread Iago Mosqueira
Hello, I did send this message to r-help and got no reply, no I am resubmitting here in case this was a bit too specific for the other list. Many thanks, Iago From: Iago Mosqueira <[EMAIL PROTECTED]> To: r-help@stat.math.e

Re: [Rd] \link{} to help pages in Debian

2004-12-01 Thread Iago Mosqueira
On Wed, 2004-12-01 at 08:24, Prof Brian Ripley wrote: > Under Linux, all HTML links are created to the per-session directory and > not to the original locations. This is the key, many thanks. Maybe a mention of the mechanism on the administration manual could be of help? > I think you are expec

Re: [Rd] \link{} to help pages in Debian

2004-12-01 Thread Iago Mosqueira
tml/plotdefault.html instead of /usr/lib/R/library/graphics/html/plotdefault.html where in fact lives. Both locations appear with .libPaths(). Any other information that can be of help? Cheers, Iago Mosqueira __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] \link{} to help pages in Debian

2004-11-30 Thread Iago Mosqueira
dows was the same package works fine in Windows, in a default installation with one library. Many thanks, iago Mosqueira __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] \link{} to help pages in Debian

2004-11-29 Thread Iago Mosqueira
On Mon, 2004-11-29 at 09:20, Martin Maechler wrote: > not at all! > We have been working with several libraries "forever", > and I think I have n't seen your problem ever. I have detected it only in one package, which happens to conatin links to base and graphics. It seems they are generated at i

[Rd] \link{} to help pages in Debian

2004-11-28 Thread Iago Mosqueira
from, for example, the base package via \link{}. I also tried specifying the package with \link[pkg]{page}. Is the only solution to force the system to use a single library folder? Can I force the help system to look in both places? Thanks Iago Mosqueira

Re: [Rd] Cross compiling in R-2.0.0

2004-10-25 Thread Iago Mosqueira
On Tue, 2004-10-19 at 12:12, Prof Brian Ripley wrote: > More likely you are cross-compiling R to run under Windows. Yes, but only with the intention of using the installation to compile packages for windows. > Who said you should `make R'? That is not in the instructions in > src/gnuwin32/INSTA

[Rd] Cross compiling in R-2.0.0

2004-10-19 Thread Iago Mosqueira
_EXE) --vanilla --slave I tried substituting REXE with R --vanilla --slave and that did the trick, only to later fail with a complain about $(R_HOME). Is there any reason for this failure in the Makefile variables? Anything to do with the change from 1.9.1 to 2.0.0? Many thanks,

[Rd] Re: [R] Cross build Makefile

2004-06-21 Thread Iago Mosqueira
O Lun, 2004-06-21 ás 08:00, Prof Brian Ripley escribiu: > On Mon, 21 Jun 2004, Iago Mosqueira wrote: > > > Hello, > > > > I am trying to use Yan and Rossini's Makefile for cross building Windows > > versions of R packages in Linux with R 1.9.0. When compiling

[Rd] mcmc

2003-08-21 Thread Iago Mosqueira
Hello, I am about to move all of my modelling work into R, and I have been investigating the present state of MCMC and Bayesian methods in R. Following a thread on the mailing list in 2000, I have looked at mcmcpack and Hydra. Three years down the line, is there anything new in this area? I have u