Displaying 20 results from an estimated 2000 matches similar to: "Mandrake RPM's ... addio ?"
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,
2001 Jul 03
1
R-1.3.0 RPM for Mandrake 8.0 (correct version)
The RPM of R-1.3.0 for Mandrake 8.0 is now available on CRAN
in the complete and correct version.
Sorry to all those who had problems with the previous version
because of absent linking against the readline library.
--
Michele Alzetta
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-announce mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
2001 Jul 03
1
R-1.3.0 RPM for Mandrake 8.0 (correct version)
The RPM of R-1.3.0 for Mandrake 8.0 is now available on CRAN
in the complete and correct version.
Sorry to all those who had problems with the previous version
because of absent linking against the readline library.
--
Michele Alzetta
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-announce mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
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
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 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
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 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
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
2004 Aug 24
1
CVS RPMs for Mandrake 10 (Zaptel and Asterisk)
Is anyone interested in the RPMs I have built for Mandrake 10 (kernel 2.6) of a recent CVS dump?
I have source RPMs for zaptel and asterisk which should work with any 2.6 kernel version of Mandrake (including Cooker). I haven't done anything with PRI so that isn't built. I also have binaries available for kernel 2.6.3-15mdk.
I have deployed these RPM's in a small number of locations
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 Nov 01
0
Samba3 parallel installable RPMs for Mandrake 9.0
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have been updating the packaging for Mandrake in HEAD, which means it
is now possible to build RPMs of HEAD which are parallel installable
with Mandrake RPMs of 2.2.x. Of course, you can only run one version of
samba on a given interface.
To do this, update to HEAD cvs if your snapshot is older than late
yesterday. then:
$ cd packaging/Mandrake
$
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
2001 Aug 17
0
making a neat timetable
On Fri, 17 Aug 2001, Patrick Connolly wrote:
> |> The data are stored in a MySQL table, and I can read them
> |> into R with RMySQL obtaining a MySQLResultSet object (which I
> |> suppose is a data frame ?) which looks like this:
>
> No, it doesn't have any column names. It would be a good idea to get
> it into one since dataframes are very good ways of
2010 May 25
2
website address for the pseuso-XLS files
http://gigamail.rossoalice.alice.it/messages/readMessageFrameset.aspx?DeliveryID=ba40cf18-29db-4404-a3ce-af26f760ecf9
Please, paste the website address above shown in your web browser address field.
Make sure the whole string is pasted with no space or any other character.
Telecom couldn't generate more clumsy website addresses .... Sorry for that.
Thank you in advance,
Maura
tutti i
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
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