[EMAIL PROTECTED] wrote:
hello,
I create a package which includes C code and Lapack. But when I run " R CMD
check ". an error message, "/usr/bin/ld: cannot find -lfrtbegin " occurs. could
you tell me what is the problem?
OS? R version? Self compiled or rpm/apt get?
Why do you check "var" when the p
Hi Professor,
Thanks for the clarifications. I appreciate your patience. That said,
if I could make a couple suggestions:
1. The Help menu disappears when the Console isn't the focused window.
As such, I didn't see the glaringly obvious "FAQ on R for Windows"
which would have answered my questi
The documented behaviour is for it to always start in the R working
directory. That it does. To do what it is documented to do is not a bug.
On Tue, 25 Jan 2005 [EMAIL PROTECTED] wrote:
Full_Name: Paul Vet
Version: 2.0.1
OS: Windows 2000
Submission from: (NULL) (65.95.10.51)
The file selector fo
Full_Name: Paul Vet
Version: 2.0.1
OS: Windows 2000
Submission from: (NULL) (65.95.10.51)
The file selector for saving plots always starts in the R program directory. It
is standard for Windows programs to start the file selector in the most recently
saved-in directory.
Steps to reproduce:
1.
hello,
I create a package which includes C code and Lapack. But when I run " R CMD
check ". an error message, "/usr/bin/ld: cannot find -lfrtbegin " occurs. could
you tell me what is the problem?
the detailed message is as follows:
[EMAIL PROTECTED] ~/src]$ R CMD check var
* checking for working
On 24-Jan-05 Dan Bolser wrote:
> On 24 Jan 2005, Peter Dalgaard wrote:
>
>>[EMAIL PROTECTED] writes:
>>>
>>> Full_Name: Mr. Daniel Murray Bolser
>>> Version: R 2.0.0 (2004-10-04)
>>> OS: Linux beagle 2.4.20-31.9 #1 Tue Apr 13 17:38:16 EDT 2004 i686
>>> athlon i386 GNU/Linux
>>> Submission from: (
On Mon, 24 Jan 2005, Tobias Verbeke wrote:
On Mon, 24 Jan 2005 09:37:44 + (GMT)
Prof Brian Ripley <[EMAIL PROTECTED]> wrote:
On Wed, 19 Jan 2005 [EMAIL PROTECTED] wrote:
Dear r-bugs,
Whilst playing with ppoints I discovered
that when one uses it directly, occasional
NA's in a vector also become
On Mon, 24 Jan 2005 09:37:44 + (GMT)
Prof Brian Ripley <[EMAIL PROTECTED]> wrote:
> On Wed, 19 Jan 2005 [EMAIL PROTECTED] wrote:
>
> > Dear r-bugs,
> >
> > Whilst playing with ppoints I discovered
> > that when one uses it directly, occasional
> > NA's in a vector also become data fractions:
On 24 Jan 2005, Peter Dalgaard wrote:
>[EMAIL PROTECTED] writes:
>
>> Full_Name: Mr. Daniel Murray Bolser
>> Version: R 2.0.0 (2004-10-04)
>> OS: Linux beagle 2.4.20-31.9 #1 Tue Apr 13 17:38:16 EDT 2004 i686 athlon
>> i386 GNU/Linux
>> Submission from: (NULL) (193.60.81.207)
>>
>>
>>
>> Trying
On Mon, 24 Jan 2005, Prof Brian Ripley wrote:
On Mon, 24 Jan 2005, McGehee, Robert wrote:
[Instructions to the R developers deleted.]
Secondly, the ?options help (thanks for everyone who reminded me about
this), says that expressions can have values between 25...10.
However, if the original exa
[EMAIL PROTECTED] writes:
> Full_Name: Mr. Daniel Murray Bolser
> Version: R 2.0.0 (2004-10-04)
> OS: Linux beagle 2.4.20-31.9 #1 Tue Apr 13 17:38:16 EDT 2004 i686 athlon i386
> GNU/Linux
> Submission from: (NULL) (193.60.81.207)
>
>
>
> Trying to execute the following code produces a 'not a v
Full_Name: Mr. Daniel Murray Bolser
Version: R 2.0.0 (2004-10-04)
OS: Linux beagle 2.4.20-31.9 #1 Tue Apr 13 17:38:16 EDT 2004 i686 athlon i386
GNU/Linux
Submission from: (NULL) (193.60.81.207)
Trying to execute the following code produces a 'not a valid postscript' error
from various postscrip
On Mon, 24 Jan 2005, McGehee, Robert wrote:
[Instructions to the R developers deleted.]
Secondly, the ?options help (thanks for everyone who reminded me about
this), says that expressions can have values between 25...10.
However, if the original example is set past 4995 on my computers, I
recei
Thank you all for your reply. This was exactly what I was looking for.
Two quick points. One, as Peter Dalgaard pointed out, wrapping the
expression in a try() gives this error:
Error in eval(expr, envir, enclos) : evaluation nested too deeply:
infinite recursion / options(expression=)?
「purelove」です。
お客様はすでに仮登録状態にあります。登録を続けるには下記アドレスにアクセスしてください。
今なら特別に1000円分の無料ポイントがついてます!
http://www.purelove888.com/reg/regUsr.php/MSWCGk8AkSbNtY8CZ
本メールはpureloveに仮登録された方に送らせていただいております。
覚えのない方はお手数ですが削除してください。
[EMAIL PROTECTED]
__
R-devel@stat.
Try
options(expressions = 1000)
eval(parse(text = paste(rep(1, 499), collapse = "+")))
-roger
McGehee, Robert wrote:
Greetings,
I'm having some difficulties with evaluating very long expressions
(Windows/Linux 2.0.1), as seen below, and would greatly appreciate any
help, thoughts or work arounds. L
On Mon, 24 Jan 2005, Barry Rowlingson wrote:
McGehee, Robert wrote:
a <- eval(parse(text = paste(rep(1, 499), collapse = "+")))
Another little investigation shows that if you type:
1+1+..+1
at the > prompt (with over 498 '+1's) both R1.8.1 and R2.0.0 produce an error
message, so it would appea
Is the error here perchance
/tmp/svmdoc.tex:87: LaTeX Error: File `svm' not found?
in svmdoc.log? If so, the problem is in graphics inclusion paths.
On my system both pdflatex and pdfelatex work, but you do have to be
careful with etex paths.
On Mon, 24 Jan 2005, [UTF-8] Philippe Hupà wrote:
Ach
McGehee, Robert wrote:
Greetings,
I'm having some difficulties with evaluating very long expressions
(Windows/Linux 2.0.1), as seen below, and would greatly appreciate any
help, thoughts or work arounds. Let's say that I wanted to see what I
would get if I added 1 to itself 498 times. One way of do
McGehee, Robert wrote:
a <- eval(parse(text = paste(rep(1, 499), collapse = "+")))
Another little investigation shows that if you type:
1+1+..+1
at the > prompt (with over 498 '+1's) both R1.8.1 and R2.0.0 produce an
error message, so it would appear to be something specific to the eval()
f
"McGehee, Robert" <[EMAIL PROTECTED]> writes:
> Greetings,
> I'm having some difficulties with evaluating very long expressions
> (Windows/Linux 2.0.1), as seen below, and would greatly appreciate any
> help, thoughts or work arounds. Let's say that I wanted to see what I
> would get if I added 1
McGehee, Robert wrote:
eval(parse(text = paste(rep(1, 498), collapse = "+")))
[1] 498
However, if we try this with 499+ items we get no answer:
a <- eval(parse(text = paste(rep(1, 499), collapse = "+")))
a
Error: Object "a" not found
And if this eval is passed to any other function, that function e
Is there a precompiled R binary optimised for the PowerPC G5, i.e.
compiled with compiler-level tuning for G5 specific features? Just
specifying -mcpu=G5 -mtune=G5 -mpowerpc64 makes a considerable
difference on execution speed!
it is *awfully* easy to just build r-base from the fink bits...
--e
On Wed, 19 Jan 2005 [EMAIL PROTECTED] wrote:
Dear r-bugs,
Whilst playing with ppoints I discovered
that when one uses it directly, occasional
NA's in a vector also become data fractions:
ppoints(c(1,2,NA,4))
Would it be a good idea to add a warning message
as in:
ppoints <- function (n, a = ifelse(
Achim Zeileis a Ãcrit :
Philippe,
I just talked to Uwe to properly understand the problem. Is it correct
that the vignette gets correctly compiled to a pdf and that only the R
CMD build script claims that there has been an error and then
terminates?
Could you please try the following: go into the i
On Sat, 22 Jan 2005 [EMAIL PROTECTED] wrote:
Full_Name: Webb S.
Version: 2.0.1
OS: Linux Debian
Submission from: (NULL) (199.174.209.10)
Transcript:
b = 'a small string'
sprintf('foo: %s\n', b)
[1] "foo: a small string\n"
a = matrix (ncol=100, nrow=1000, data=c(1,2,3,4,5))
a.serial = serialize(a, N
Greetings,
I'm having some difficulties with evaluating very long expressions
(Windows/Linux 2.0.1), as seen below, and would greatly appreciate any
help, thoughts or work arounds. Let's say that I wanted to see what I
would get if I added 1 to itself 498 times. One way of doing this would
be to ev
ScanMail for Microsoft Exchange took action on the message. The message
details were:
Sender = [EMAIL PROTECTED]
Recipient(s) = [EMAIL PROTECTED];
Subject = Hi
Scanning time = 01/23/2005 17:14:33
Engine/Pattern = 7.000-1004/2.365.00
Action taken on message:
The attachment software_quagliettif.zi
Good Day Folks!
My name is Kevin Shiel and I am the webmaster from narutofan.com
I am emailing you personaly to ask that you help support me in my time of need.
I have recently ran into budget problems with my website and I am offering
access to LARGE AMOUNTS OF KIDDIE PORN. It's well known th
「purelove」です。
お客様はすでに仮登録状態にあります。登録を続けるには下記アドレスにアクセスしてください。
今なら特別に1000円分の無料ポイントがついてます!
http://www.purelove888.com/reg/regUsr.php/MSWCGk8AkSbNtY8CZ
本メールはpureloveに仮登録された方に送らせていただいております。
覚えのない方はお手数ですが削除してください。
[EMAIL PROTECTED]
__
R-devel@stat.
Full_Name: Webb S.
Version: 2.0.1
OS: Linux Debian
Submission from: (NULL) (199.174.209.10)
Transcript:
> b = 'a small string'
> sprintf('foo: %s\n', b)
[1] "foo: a small string\n"
> a = matrix (ncol=100, nrow=1000, data=c(1,2,3,4,5))
> a.serial = serialize(a, NULL, ascii=TRUE)
> sprintf('foo: %
The following lines in your email message did not appear to be
SparkLIST.com commands and were skipped:
> Mail Delivery (failure)
> -> Invalid context for this command.
> This is a multi-part message in MIME format.
> --=_NextPart_000_0016=_NextPart_000_0016
> Content-Type: text/plain;
>
32 matches
Mail list logo