Re: [Rd] Speeding up matrix multiplies

2010-08-24 Thread Göran Broström
On 2010-08-24 05:37, Kasper Daniel Hansen wrote: On Mon, Aug 23, 2010 at 10:39 PM, Radford Nealradf...@cs.toronto.edu wrote: On Aug 23, 2010, at 7:39 PM, Radford Neal wrote: In particular, all matrix x vector and vector x matrix products will in this version be done in the matprod

Re: [Rd] Speeding up matrix multiplies

2010-08-24 Thread Dirk Eddelbuettel
On 24 August 2010 at 09:13, Göran Broström wrote: | | On 2010-08-24 05:37, Kasper Daniel Hansen wrote: | On Mon, Aug 23, 2010 at 10:39 PM, Radford Nealradf...@cs.toronto.edu wrote: | On Aug 23, 2010, at 7:39 PM, Radford Neal wrote: | | In particular, all matrix x vector and vector x matrix

[Rd] R forge : svn + ssh without key

2010-08-24 Thread christophe.genolini
Hi the list, I am trying to use R forge. I created an account. I put my project on R forge. I installed TortoiseSVN on my computer (windows). Then I did not manage to go through all the key process but I see in the R-Forge Manual that there is another option: 2. it is sufficient to use

Re: [Rd] No RTFM?

2010-08-24 Thread Michael Dewey
At 01:08 20/08/2010, Spencer Graves wrote: What do you think about adding a No RTFM policy to the R mailing lists? Per, http://en.wikipedia.org/wiki/RTFM: Spencer, You raise an interesting point but the responses to your post remind us that people (and indeed whole cultures) are not all

Re: [Rd] How do you make a formal feature request?

2010-08-24 Thread Greg Snow
I can claim some responsibility for 3 sets of functions that are in core R, well they are in packages, but then so is the plot function, but packages that are loaded automatically in a default installation of R. My piece of the responsibility is probably more the blame than credit (the credit

Re: [Rd] No RTFM?

2010-08-24 Thread Barry Rowlingson
On Tue, Aug 24, 2010 at 3:28 PM, Michael Dewey i...@aghmed.fsnet.co.uk wrote: The thing I find most rude on the list is not the occasional abrupt postings by people who are obviously having a bad day but the number of fairly long exchanges which end unresolved as the OP never bothers to post a

[Rd] require is to suggests as what is to imports?

2010-08-24 Thread Hadley Wickham
Hi all, If a package suggests another package in its description, you can check it at runtime with requires. How do you do check if a package is available without loading it, if you only want to access one function in the package namespace. Thanks, Hadley -- Assistant Professor / Dobelman

Re: [Rd] require is to suggests as what is to imports?

2010-08-24 Thread Prof Brian Ripley
On Tue, 24 Aug 2010, Hadley Wickham wrote: Hi all, If a package suggests another package in its description, you can check it at runtime with requires. How do you do check if a package Well, not really as requires() can give an error, at least until 2.12.0 is out. So you need to wrap it

Re: [Rd] require is to suggests as what is to imports?

2010-08-24 Thread Dirk Eddelbuettel
On 24 August 2010 at 15:40, Hadley Wickham wrote: | Hi all, | | If a package suggests another package in its description, you can | check it at runtime with requires. How do you do check if a package | is available without loading it, if you only want to access one | function in the package

[Rd] RCMD CHECK and non-methods

2010-08-24 Thread Mark.Bravington
I recently moved a function 'subset.with.warning' into the 'mvbutils' package (a version not yet on CRAN). When I tried RCMD CHECK, I got this warning: * checking S3 generic/method consistency ... WARNING subset: function(x, ...) subset.with.warning: