* On Wed 07:19AM, 19 Apr 2006, Prof Brian Ripley ([EMAIL PROTECTED]) wrote:
> By `documentation' do you mean `comments in the file'? If so, this is too
> minor to change whilst R 2.3.0 is in code freeze, but has been changed for
> R-devel.
Yes, I am referring to the comments in the file src/mai
Hello all,
Sorry for this email not directly related to R developement. I just come
from a nice demonstration session from Scitegic about their Pipeline
Pilot (PP) software, and especially their 'R collection' which brings R
calculations into the software
(http://www.scitegic.com/documents/RSt
Hello,=0D
=0D
I just noticed that the "svd" function does not work properly for some=0D
sparse matrices.=0D
When I replace the 0 by very small noises (let's say 10^-16), it then=0D
works.=0D
The test I've performed is to compared the singular values to the eigen=0D
values (as I work with squarred m
I was under the impression that PP communicates with R via SOAP, but
what do I know...
If I didn't read your description wrong, the "R Collection" contains
PP code (PilotScript?) for generating R code to be run by R, but does
not include R itself. If that's the case, I don't think it has any
lic
On 4/19/2006 1:49 AM, Duncan Murdoch wrote:
>On 4/18/2006 7:02 PM, Peter Ruckdeschel wrote:
>> would it be possible to enhance either promptPackage()
>> or the default indexing mechanism for packages
>> so that -- if it exists -- (the contents of) file
>> -package.Rd is sorted first in
>>
>> * t
Philippe Grosjean <[EMAIL PROTECTED]> writes:
> Hello all,
>
> Sorry for this email not directly related to R developement. I just come
> from a nice demonstration session from Scitegic about their Pipeline
> Pilot (PP) software, and especially their 'R collection' which brings R
> calculation
Oh, yes! There is also a RSoap interface. I did not mention it.
Best,
Philippe Grosjean
Liaw, Andy wrote:
> I was under the impression that PP communicates with R via SOAP, but
> what do I know...
>
> If I didn't read your description wrong, the "R Collection" contains
> PP code (PilotScript?)
Hi, people. This is R 2.2.1 under i686 Linux:
> attributes(as.vector(data.frame(a=1)))
$names
[1] "a"
$row.names
[1] "1"
$class
[1] "data.frame"
?attribute says:
'as.vector', a generic, attempts to coerce its argument into a
vector of mode 'mode' (the default is to coerce to which
I understand that it is difficult to make the distinction between
"linking" and "derived work". Whatever the conclusion, I always feel a
little bit abused when someone wants to "sell" me R somehow (here, you
have to pay 3500$/year to use R inside of Pipeline Pilot). I would
accept to pay this m
Dear Seth,
thank you very much for your helpful comments:
>I had a quick look and for what it's worth, a few comments...
>
>* Seems a bit more code than I would expect.
Arguable, yes...
> I think you have some use cases that I don't have ;-).
hopefully I'm not the only one to have these cases
But its value to you and whether or not you would pay for it is a
completely separate matter from whether or not they are violating the
R license by selling their R collection. I imagine a discussion of
the latter is on-topic for this list, less so for the former, I'd
imagine.
Cyrus
On A
Full_Name: Ben Saville
Version: 2.1
OS: Windows XP
Submission from: (NULL) (152.2.94.145)
I'm using the gsummary function to calculate a sum of V1 (column one) from my
data 'mytest' by group (V2,or column 2). If V1 (the variable of interest) is
all the same value (in this case all 2's), I do not
Simon,
Did you get a chance to review your AIX configuration? I'd be
curious to know the differences with my own as while I have R installed,
I still get the error related to libjpeg.a.
Error in get(getOption("device"))() : X11 module cannot be loaded
In addition: Warning message:
unable
Hi.
If I remove a java-related pass from PATH before configure and build
it, I am successful.
try
# Cut Java Path . java library(libjpeg...etc.) probrem.
export PATH=`echo $PATH|tr ':' '\n'|sed -e '/^.*java.*$/d'|tr '\n' ':'`
./configure options...
make
For a poi
Thanks to Ei-ji Nakama's hints, I was able to confirm that on FC3 Linux:
1) in locale ru_RU.koi8r Russian letters are rendered correctly if I use
"-cronyx-helvetica-%s-%s-*--%d-*-*-*-*-*-*-*" as the first element of
option "X11fonts".
2) This does not work in locale ru_RU.utf8, and the reason is
This is unreadable, but getting as far as the first couple of lines it
seems to be unreproducible (what are Sp5 and Region?).
You have also not told us the version of R, platform, and crucial details
such as what BLAS was used.
Can you please use the web interface to R-bugs to add (use this PR
Hello, I am having an issue with R CMD check with the nightly build of
RC 2.3.0 (listed in the subject.)
The problem is this warning:
* checking if this is a source package ... WARNING
Subdirectory 'src' contains:
README _Makefile
These are unlikely file names for src files.
In fact, they ar
On Wed, 19 Apr 2006, James Bullard wrote:
> Hello, I am having an issue with R CMD check with the nightly build of
> RC 2.3.0 (listed in the subject.)
This is all explained in TFM, `Writing R Extensions'.
> The problem is this warning:
>
> * checking if this is a source package ... WARNING
> Sub
18 matches
Mail list logo