Displaying 20 results from an estimated 4000 matches similar to: "R-2.0.1 Gentoo g77 problem"
2005 Dec 27
2
off topic A4 paper
Dear R People:
Please excuse the off topic question.
What are the dimensions of A-4 Paper, please?
Actually, the question should read, "how do I set up a LaTex file
to fix A-4 paper, please?"
Thanks much!
Sincerely,
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto: hodgess at gator.uhd.edu
2005 Oct 24
2
Is 64-bit linux compatible version of 'R' available?
Hi,
Is there any 64-bit compatible version of 'R' available?
Thanks & Regards,
Uttam Phulwale
Tata Consultancy Services Limited
Mailto: uttam.phulwale@tcs.com
Website: http://www.tcs.com
[[alternative HTML version deleted]]
2008 May 18
1
R is a virus, spyware or malware (gasp!)
After a search session in Google, I found this page:
http://www.prevx.com/filenames/X1993788672854780728-0/RGUI.EXE.html
which classifies Rgui.exe (clearly stated as "R for Windows GUI
front-end") in a database of virus, spyware and malware!
No comments!
Philippe Grosjean
2024 Oct 17
6
JASP vs R
Colleagues,
Many of my colleagues come to me for a recommendation for statistical
software.
Since I am an R user, that's my typical answer.
Some colleagues of mine refuse to use it because of its steep learning curve
and lack of a GUI.
They wanted a statistical software that's free and that had a GUI.
I recently learned about JASP. See https://jasp-stats.org/ for more details
This may be
2005 Dec 28
2
R on Mandriva 2006
Hello anyone,
I'm trying to install R on Mandriva 2006 distribution via rpm file with the
line
urpmi R-2.0.0-1mdk.i586.rpm
but I got an error message saying that the file is not accessible due to some
info problem.
I also tried with a source code in R-2.1.1.tar but I think that there is some
problem concerning the new version of gcc (4.x), so I downgraded it to gcc
3.4.5 but it does
2006 Feb 27
5
repeated measures ANOVA
Dear list members:
I have the following data:
group <- rep(rep(1:2, c(5,5)), 3)
time <- rep(1:3, rep(10,3))
subject <- rep(1:10, 3)
p.pa <- c(92, 44, 49, 52, 41, 34, 32, 65, 47, 58, 94, 82, 48, 60, 47,
46, 41, 73, 60, 69, 95, 53, 44, 66, 62, 46, 53, 73, 84, 79)
P.PA <- data.frame(subject, group, time, p.pa)
The ten subjects were randomly assigned to one of two groups and
measured
2007 Dec 12
3
Measure of agreement??
Dear List,
Please put me on the right track. I have been searching for the R functions for measures of agreement. Where should I look?
Patrik Öhagen
Läkemedelsverket
Box 26
751 03 Uppsala
Tel. +46(0)18-174924
patrik.ohagen@mpa.se
[[alternative HTML version deleted]]
2005 Dec 28
1
[Fwd: Re: R on Mandriva 2006]
Apologies for the empty post that went to the list...
On ??????, ???????????????????? 28, 2005 9:11, Paolo Bulla wrote:
> Hello anyone,
> I'm trying to install R on Mandriva 2006 distribution via rpm file with the
> line
> urpmi R-2.0.0-1mdk.i586.rpm
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This is an older rpm that Michele Alzeta contributed for Mandrake 10.0
(and that was a long time
2006 Jun 06
1
help compiling package with g77
I have a package with some embedded legacy FORTRAN code
(for computing complex Bessel functions, written in 2003
by C. Bond to implement the algorithms of Zhang and Jin 1996).
It worked well until recently [despite warnings about deprecated
headers "includes at least one deprecated or antiquated header" --
when I tried to fix these the code stopped working, so I left
them alone]. Now an
2004 Jun 21
6
Visual stimulus presentation using R?
Dear all!
Although the Psycho-Toolbox for Matlab is free software, Matlab isn't.
I'm planning to do an experiment where it's essentail to travel to the
subjects, not let the subjects come to where the Matlab licences are
:-(
So I need to use a free software for my experiment if I don't want to
by an extra Matlab licence (which I don't want to).
Did anyone ever try to do
1999 Jan 14
1
0 ^ -1 == Inf ?? [g77 bug on Solaris 2.5 ??]
Just for the fun of it (actually in order to test some Fortran more
extensively),
I've compiled and installed g77, yesterday on our Solaris 2.5.1 machines.
After doing (in R's toplevel directory)
make distclean
./configure
now chooses g77 (instead of Sun's f77 which was chosen before).
I now do
make
make check
cd tests/Examples
and carefully compare base-Ex.Rout to an
2002 Sep 04
2
classification table in logistic regression
Friends,
Is there an option (or options) to produce a classification table when
running a logistic regression analysis? Similar to the ctable option in
proc logistic in SAS?
TIA,
Ioannis
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2010 Aug 30
1
lost in vegan package
Hi R Helpers,
I'm still new to R and i experience many difficulties..I'm using vegan
package (R version 2.11) trying to calculate checkerboard units for each
species pair of a matrix. I've prepared the function:
pair.checker=function (dataset) {designdist (dataset,
method="c("(A-J)x(B-J)", terms ="binary", abcd=FALSE)}
to use with function oecosimu as
2006 Jun 07
2
further f77/gfortran
OK: despite Dirk's very kind help, I decided that
trying to deal with R configuration and Debian configuration
simultaneously was too difficult.
I did manage to solve my problem by reconfiguring/making/
installing all of 2.3.1 from source:
./configure F77=/usr/bin/g77
make
make install
A few questions inspired by this experience:
(1) it seems a bit odd that R sets F77=gfortran
by
2001 Feb 01
1
configure bug in R-1.2.1 and earlier (PR#836)
Unless I force the Fortran compiler through --with-g77, configure fails to
find and use the installed g77. I would submit a patch for configure.in,
but I can't quite follow the logic in configure.in.
$ ./configure
creating cache ./config.cache
[...]
checking for main in -lm... yes
checking for g77... /usr/local/gnu/bin/g77
checking for fort77... (cached) /usr/local/gnu/bin/g77
checking for
2000 Jun 19
2
fortran compile problem with R-1.1.0
Hello List,
Knowing I would eventually need to ask for help on the list, I've held
off my thanks and congratulations on the 1.+ releases of R. I am amazed
at the dedication of the R-core team, and do add my applause and thanks.
I've had a compile problem with the latest version which has not
occurred before. I'm compiling under:
platform sparc-sun-solaris2.6
arch sparc
1999 Jun 09
4
packages with FORTRAN code
Recent sensible changes to the dynload mechanism have made an old
problem resurface: how should we deal with packages which contain
Fortran code and may need to be linked against additional libraries
such as -lf2c?
The current consensus is that extra Fortran libraries maybe needed are
handled via the make variable FLIBS, and that `-lf2c' or `-lg2c' are
added by default if g77 is used.
1999 Apr 01
1
PLATFORMS
Only three entries thus far.
Please keep them coming in.
-k
NAME Martyn Plummer
EMAIL plummer@iarc.fr
VERSION 0.63.3
PLATFORM i386-unknown-linux
SYSTEM Redhat 5.1
CC/FC/MAKE gcc/egcs-g77/make
NAME Douglas Bates
EMAIL bates@stat.wisc.edu
VERSION 0.63.3
PLATFORM i386-unknown-linux
SYSTEM Debian 2.1
CC/FC/MAKE egcs/g77/make
NAME Thomas
2004 Jun 10
1
Everything was ok, but I failed to get .o file in g77
Hi folks,
I tried to compile a FORTRAN routine using the command “g77 –o2 –c
all.f”, it seems everything is fine, there is no error message at all,
but finally I can not get the file all.o. Therefore, I can not move on
to the next step using “g77 –shared –c all.dll all.o” to get the file
all.dll. The following is what happened on my screen:
> g77 –o2 –c all.f
>
Could anyone help me? Thanks
2002 Jun 11
2
Installing R with g77 fortran compiler
Hello,
I am trying to compile sources of R-1.5.0 on a Mandrake 8.1 linux box.
For Fortran compiler needs, I downloaded and installed a g77 rpm. But
the configure step fails with following output. I would like to know if
any of you had similar problem and how you solved.
Thanks in advance.
Mohan
------------------- configure output ------
checking for g77... g77
checking whether we are using the