similar to: R-1.4.0 / Atlas 3.3.13 / gcc 2.95.3 / RH 7.2 / Athlon build appears successful

Displaying 20 results from an estimated 4000 matches similar to: "R-1.4.0 / Atlas 3.3.13 / gcc 2.95.3 / RH 7.2 / Athlon build appears successful"

2001 Dec 20
2
Any interest in ATLAS-enabled R-1.4.0 for MSWin?
Hi all, I've compiled R-1.4.0 on my NT box with link against ATLAS. It has passed all the Rcmd CHECK that I could run. If there's sufficient interest, I can make the SetupR.exe available (on CRAN?). Just drop me a note if you're interested. Note the following: o I can only connect thru 56K dial-up until Jan. 2, 2002, so unless there's overwhelming demand, I won't attempt
2001 Apr 30
1
PR #927 -- R crash on huge CSV file (PR#928)
I tried to run the same dataset with R-1.2.3 on Linux, compiled from the source tarball. After 7 hours, it was still grinding away and had not crashed. I had to kill it. "gtop" was showing it with a real size around 160 MB, same as the peak on the Windows 2000 environment. This is on the same hardware as the Windows run; my machine is dual-booted Windows 2000 and Red Hat Linux 7.1. If I
2001 Apr 28
2
Modulus operator??
I'm trying to do a modulus operator in R-1.2.2 on Windows -- specific version: R : Copyright 2001, The R Development Core Team Version 1.2.2 Patched (2001-03-22) Here's what the R language manual says: "R contains a number of operators. They are listed in the table below. [snip] % Modulus, binary" Here's what happens on the R console: > records <- 100000 >
2005 Apr 09
4
make check-all fails (PR#7784)
Full_Name: Ed Borasky Version: R-beta 2.1.0 2005-04-08 OS: Linux 2.6.11 GCC 3.3.5 Submission from: (NULL) (24.21.57.139) I downloaded the latest R-beta tarball and did a build with the default options. OS is Linux 2.6.11 and compiler is GCC 3.3.5. "make check-all" failed with the following message: make[3]: Entering directory `/home/znmeb/R-beta/tests' running code in
2003 Nov 12
2
Formatting axis label numbers on plots
Is there any way to control the format of the axis label numbers on a plot? More specifically, I have some plots that get axes with label numbers in exponential format, and I'd like to change that to non-exponential. Thanks!! -- M. Edward (Ed) Borasky, MS, MNLP, NST, FBG, PGS & PTA znmeb at borasky-research.net http://www.borasky-research.net
2005 Mar 07
1
"make check-all" fails on R-devel 2005/03/07 (PR#7718)
Full_Name: Ed Borasky Version: R-devel 2005/03/07 OS: Gentoo Linux Submission from: (NULL) (24.21.54.168) How to reproduce: 1. Download R-devel.tar.bz2 (the one I have is 2005/03/07) 2. Unpack it 3. Type ./configure --prefix=/opt 2>&1 | tee configure.log make 2>&1 | tee make.log make check-all 2>&1 | tee make-check-all.log running tests of LAPACK-based functions
2001 Apr 26
0
how to do java-like hashtables in R, R from a java progra mmer's p onit of view
It sounds like we are kindred spirits. I am using an old PC, with linux installed, running tcpdump as my packet sniffer. I will experiment with data frames as you suggest to get the hang of R some more before worrying about hashtables again. Chris Marshall -----Original Message----- From: M. Edward (Ed) Borasky To: Chris Marshall Cc: r-help at stat.math.ethz.ch Sent: 4/25/01 4:44 PM Subject:
2001 Oct 23
1
status of US mirror
When I try to go to http://cran.us.r-project.org I get sent to a location called "domains 4 sale" or something of that ilk, indicating that some "URL scavenger" has flagged it as expired. Has something happened, or is it just wishful thinking on some scavenger's part that the URL is no longer pointing to the US CRAN mirror? Try this link:
2001 Jun 14
1
License for KernSmooth?
According to the CRAN contributed packages page, the license for "KernSmooth" is *not* GPL. It is listed as "License: Unlimited distribution (from Dr Wand)." Are there any restrictions on this of any kind? Is there some written license document similar to the GPL license? The reason I'm asking is that the legal beagles in the company I work for are extremely paranoid about
2001 Feb 01
1
R works in KDE but not in Gnome
I have a Red Hat 7.0 system, plus glibc-2.2 and gcc-2.96.69. When I run the R demo 'demo("graphics") with KDE it runs fine, but when I try it with Gnome it croaks: demo(graphics) ---- ~~~~~~~~ Type <Return> to start : > opar <- par(ask = interactive() && (.Device %in% c("X11", "GTK", "windows", "Macintosh")))
2009 Mar 26
0
Building R-alpha with ATLAS libraries?
I'm trying to build R-alpha using the ATLAS libraries as described in the R-admin manual, section A.3.1.1 (BLAS) and A.3.2 (LAPACK). I built ATLAS with LAPACK as described in the ATLAS documentation, and the ATLAS version is the latest, 3.9.10. The platform is openSUSE 11.1 x86_64 with GCC 4.3.2. "configure" is finding the ATLAS BLAS all right, but it is not finding the ATLAS
2016 Jun 30
0
Fwd: integration of R and php in Fedora 24
thanks Edward for the reply . i installed rapache it runs R on apache but for strange reason can not integrate R into php . I will be trying opencpu then. but any other solution is most welcomed like configuration is most welcomed thanks ================ Worthy agent of Light ================ Jules Irenge MSc Student University of Liverpool 2016-06-30 1:40 GMT+01:00 M. Edward (Ed) Borasky
2003 Jul 23
5
Dismal R performance of Athlon moble CPU?
I have been using a laptop computer of Pentium III 1.13 Ghz. I heard that AMD's Athlon has excellent floating point capacity. So I bought a Athlon 2200+ laptop yesterday. I expected that new Athlon 2200+ will be twice as fast as the P III 1.13 GB. I ran a R simulation program and the new computer is only 30% faster, in fact slightly slower than a Celeron 1.50 GB laptop. I am very disappointed
2005 Aug 25
1
newbie questions about hosting address
Dear Rails groups, thank you for all the previous helps in this group, and me being a newbie is getting more comfortable with rails and now I finish most of the scaffold modification without much problem. My question is(I know it''s absolutely basic questions but I''m a real outsider :~( ) I have been developing in my own pc, now my office ''s other people will test on it,
2006 Dec 17
1
Rspec/Ruby to test software written in other languages?
Is anyone here using Rspec and Ruby to test software written in other languages? I''m about to start an R language project, and may also be doing some work in another language (I''m not sure which one yet, but it''s one of the ones that''s part of the Axiom symbolic math package). I''d dearly love a test framework that can handle all three languages,
2001 Apr 03
2
Can't install "e1071"
I observed the same behavior as Edward this morning with R-1.2.2 on Red Hat Linux 7.0. There appears to be a problem with the library in netpbm-9.5-5, even after hunting down the missing shhopt.h that pbmplus.h is looking for. I worked around the problem by compiling e1071 without pbm support (moved pbm.c to pbm.c.bak). Matt Matthew R. Nelson, Ph.D. Director, Information Systems Esperion
2001 Apr 03
2
Can't install "e1071"
I observed the same behavior as Edward this morning with R-1.2.2 on Red Hat Linux 7.0. There appears to be a problem with the library in netpbm-9.5-5, even after hunting down the missing shhopt.h that pbmplus.h is looking for. I worked around the problem by compiling e1071 without pbm support (moved pbm.c to pbm.c.bak). Matt Matthew R. Nelson, Ph.D. Director, Information Systems Esperion
2008 Aug 06
2
software runs in a loop [mathe coach]
I wants to start a win Prog called "Mathe Coach" with wine. And yes I know that there are ohter and better Progs for linux, but it has to be that one....not my decision :-) The occuring problem is that wine hangs in a loop and i can't make neither head nor tail of the debug messages (the file is over 10 MB large, and i abborted wine after a few seconds to avoid larger files) here a
2011 Jul 28
0
Great Find
Just a good joke An old couple went into a restaurant and ordered something to eat: one Coca Cola and one portion of French fries. The old man sat down and the woman, his wife, sat opposite him, and he began to divide the Coca Cola into two glasses, half for him and half for his wife. He divided all the French fries half-and-half. He gave half to his wife and kept half for himself. Then he began
2007 Mar 25
1
the age old telephone tree... why re-invent the wheel?
I have an interesting task for my son's lacrosse team... it is the time-old telephone tree... I am pretty sure someone has already done this w/*, why re-invent the wheel?... a) coach calls in leaves a msg, others call in retrieve the msg b) coach calls in leaves a msg, kicks of a call to every parent plays msg c) coach calls in leaves a msg, kicks off a call to every parent, checks for