Displaying 20 results from an estimated 10000 matches similar to: "R-1.3.0 RPM for Mandrake 8.0 (correct version)"
2002 May 02
2
help.start() problem with netscape 6.2.2 (was: R 1.5.0 RPM's for Mandrake)
I've installed Netscape 6.2.2 on Mdk82, but have not had much luck with
help.start() (R-1.5.0 compiled from source).
When I do help.start(), it just starts up netscape with the default home
page, rather than the R help page. Doing ?<anything> at the R prompt starts
up yet another netscape instance, but still no R help.
Anyone knows why, or even better, how to solve this?
Regards,
2004 Jun 22
0
Mandrake RPM's ... addio ?
Hallo all;
I've built the usual Mandrake rpm for R 1.9.1, it will be picked up by
Martyn and subsequently propagate through CRAN in the next couple of
days or so. Impatient folk could also download a copy from a link on my
home page ( web.rossoalice.it/michele.alzetta/ ).
This time I've only prepared an rpm for mandrake 10.0 official, and the
reason is soon told: both my home systems
2002 Jun 10
4
R search applet initialization
R 1.5.1 is due to come out ... and I've just noticed that the R help.start
page search applet doesn't work on my Mandrake 8.2 system even though I've
upgraded mozilla to version 1.0 and I have a perfectly working java (all
right, I'm using 1.4.0 now, but with mozilla 0.98 and java 1.3.1 it still
didn't work). I had thought the problem due to a too-old mozilla version,
but it
2002 Feb 02
1
Re: R install problem
On Fri, 1 Feb 2002, Tony Fagan wrote:
> I downloaded your RPM and tried installing it on Madrake 8.1.
> It failed and said it could not find:
>
> libblas.so.3
To install these, from console as root do:
urpmi liblapack3
> libgcc_s.so.1
> libgcc_s.so.1 (GLIBC_2.0)
urpmi libgcc3
--
Michele Alzetta
2002 Mar 21
2
Small typo in An Introduction to R (PR#1402)
At a snail's pace I keep on translating an introduction to R into italian;
I have reached the section describing the glm() function, in which some
example code is presented. The very last line of code, before the
beginning of the section on Poisson models is:
ldp <- ld50(coef(fmp)); ldl <- ld50(coef(fmp)); c(ldp, ldl)
which of course gives results 43.663 and 43.663; the correct code
2002 Mar 21
2
Small typo in An Introduction to R (PR#1402)
At a snail's pace I keep on translating an introduction to R into italian;
I have reached the section describing the glm() function, in which some
example code is presented. The very last line of code, before the
beginning of the section on Poisson models is:
ldp <- ld50(coef(fmp)); ldl <- ld50(coef(fmp)); c(ldp, ldl)
which of course gives results 43.663 and 43.663; the correct code
2001 Nov 19
1
R-base on Mandrake 8.1
BTW the problems had compiling made me try the mandrake 8.0
R-base 1.3.1 RPM on mandrake 8.1.
No problem so far; folks who asked me for the new RPMs can
just use the previous ones fot the moment it seems.
--
Dr. Michele Alzetta
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
2002 Oct 07
0
Problems with libpng12.so.0 in Mandrake 8.2 )
On Mon, 7 Oct 2002, [iso-8859-1] CARLOS ORTEGA wrote:
> I have just downloaded the R-1.6.0's rpm for
> Mandrake8.2. I installed your previous rpms without
> any problem, but in this case, I cannot do that
> because there is a dependence with the
> "libpng12.so.0".
On my system:
locate libpng12.so.0
gives me: /usr/lib/libpng12.so.0
urpmf /usr/lib/libpng12.so.0
2001 Dec 23
3
R 1.4 on Mandrake Linux 8.1
I installed the new rpm from CRAN for R 1.4 for Mandrake Linux 8.1, after getting blas and libgcc from rpmfind.net. When I do update.packages() the system goes to update grid, lattice, and mgcv. I get compile errors for two of them. Apparently R is looking for gcc 3.0.1 or later but 8.1 uses 2.9x which is required for other Mandrake applications (i.e., I get a dependency error when trying to
2002 May 02
1
Re: help.start() problem with netscape 6.2.2 (was: R 1.5. 0 RPM's for Mandrake)
> From: mikalzet at libero.it [mailto:mikalzet at libero.it]
>
> On Thu, 2 May 2002, Liaw, Andy wrote:
>
> > I've installed Netscape 6.2.2 on Mdk82, but have not had
> much luck with
> > help.start() (R-1.5.0 compiled from source).
> >
> > When I do help.start(), it just starts up netscape with the
> default home
> > page, rather than the R
2003 Apr 05
1
bug in install-info.pl ?
I have run across a minor problem which would seem to be a bug in the
install-info.pl script. My data regard R 1.6.2 but I don't suppose the
script has been changed so perhaps this could be fixed for R 1.7.0.
Someone mailed me saying they could not recompile my R 1.6.2 src.rpm for
mandrake 9.1. This was the error message:
.....
Checking for unpackaged file(s): /usr/lib/rpm/check-files
2003 May 13
1
how to upgrade R/ linux/ mandrake/ readme suggestion
System info:
Mandrake 9.0
R Version 1.7.0
ESS 5.1.21
Emacs 21.2.1
-------------------
Colleagues
The R-team has done a great job of making it easy to upgrade to current
versions of the R-language using the rpms for linux. I have a minor
suggestion for the readme file <Mandrake-Readme.txt> where the mandrake
linux binaries reside <http://www.cran.r-project.org/>.
The readme at the
2004 Oct 06
3
possible help.start() bug
I have compiled R 2.0.0 for my gentoo desktop and have found this problem:
help.start() will work correcly if mozilla is already started, will
fail if mozilla is not.
Error message:
> help.start()
Making links in per-session dir ...
If /usr/bin/mozilla is already running, it is *not* restarted, and you
must switch to its window.
Otherwise, be patient ...
> No running windows found
2002 Nov 25
3
R.1.6.1 under mandrake
Dear all,
I'm new to Linux. I have recently installed R 1.6.1, with rpm,
under Mandrake 9.0. but where can I find a dependence libg2c.so.o?
Thanks
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the
2002 Feb 01
2
install mandrake 8.1
When I install the new RPM for Mandrake 8.1, it fails and cannot find:
libblas.so.3, libgcc_s.so.1, and libgcc_s_so.1 (GLIBC_2.0). Any help would
be very much appreciated. Thanks.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2004 Oct 10
1
An introduction to R - language is R or S ?
I have done a diff between R 2.0 and R 1.9 versions of 'An
introduction to R'. I notice that line 196 of R-intro.texi now calls
the language used in R 'S', and not 'R' any longer. I imagine there
must be a reason for this, it is not a simple mistake is it ?
--
Michele Alzetta
2001 Jan 23
1
No subject
Hello All:
The recent R-1.2.1 was made available as an RPM for Linux Mandrake 7.2. Would it be possible for those who created this RPM also create an RPM for the earlier Mandrake 7.1? It would be greatly appreciated.
Thanks,
ANDREW
Andrew Criswell
Professor of Finance
Graduate School, Bangkok University
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2000 Sep 22
3
[?] RPM install problems (Linux)
When I try to install the R RPM under Mandrake Linux 7.1 (intel),
I get the following error:
[root at edgeworth programs]# rpm -ivh R-base-1.1.1-1.i386.rpm
error: failed dependencies:
libreadline.so.3 is needed by R-base-1.1.1-1
[root at edgeworth programs]#
I do have realine installed:
[root at edgeworth programs]# rpm -qa | grep readline
readline-4.1-4mdk
and
2001 Sep 03
1
R-1.3.1 for both MacOS version released (correct URLs)
Version 1.3.1 of R(s) for MacOS have been released.
They will be mirrored starting from tomorrow at CRAN.
For the Carbon version (MacOS 8.6 to 9.2 and OSX) refer to
http://cran.r-project.org/bin/macos/
and for the Darwin/X11 version refer to
http://cran.r-project.org/bin/macosx/
(this last was already announced by Jan de Leeuw and now mirrored at
CRAN).
Stefano M. Iacus
What follows are
2001 Sep 03
1
R-1.3.1 for both MacOS version released (correct URLs)
Version 1.3.1 of R(s) for MacOS have been released.
They will be mirrored starting from tomorrow at CRAN.
For the Carbon version (MacOS 8.6 to 9.2 and OSX) refer to
http://cran.r-project.org/bin/macos/
and for the Darwin/X11 version refer to
http://cran.r-project.org/bin/macosx/
(this last was already announced by Jan de Leeuw and now mirrored at
CRAN).
Stefano M. Iacus
What follows are