Displaying 20 results from an estimated 2000 matches similar to: "problem at installing Rade"
2003 Jan 14
1
R-release.diff.gz: "patch detected! Assume -R? [n]"
Hi!
I'm upgrading to 1.6.2. (linux suse7.3).
I see that there is
a patch in R-release.diff.gz.
1. Is this patch stable? In other words, is
it adviced that I install R-release.diff.gz ?
2. When I do:
zcat R-release.diff.gz | patch -p1 -E
I get many lines such as:
patching file AUTHORS
Reversed (or previously applied) patch detected! Assume -R? [n]
Should I just accept the default
2002 Jul 18
1
R INSTALL: problem related to LD_LIBRARY_PATH
Well, I've found that the line in INSTALL
that gives the problem is
gzip -dc "${1}" | (cd "${tmpdir}" && tar -xf -)
("tar: /usr/local/lib/libpthread.so.0: version `GLIBC_2.2' not found
(required by /lib/librt.so.1)")
If I run that command from the shell, i.e.,
gzip -dc KernSmooth_2.22-7.tar.gz | (cd /tmp/R.INSTALL.2186 && tar -xf -)
it runs
2002 Jul 17
0
Problem with R INSTALL
After a successful installation of R
> R.version
_
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status Patched
major 1
minor 5.1
I've started to install packages but I'm totally confused by the
following problem:
R INSTALL boot_1.2-8.tar.gz
and I get
tar: /usr/local/lib/libpthread.so.0: version `GLIBC_2.2' not found
2010 Dec 06
2
Problemas instalando el paquete "ade4"
Un saludo R-inómanos:
Les escribo porque tengo una duda que no he podido resolver por mis
medios y actuales conocimientos. He querido instalar el paquete "ade4"
en R (OP linux-ubuntu) pero no he podido por un error que según entiendo
está relacionado con una librería.
Me permito mostrarles el texto que me aparece luego de tratar de
instalarlo desde los repositorios:
>
2008 May 22
1
AMOVA results from ade4 different than in the reference publication
Hello,
I am trying to run some AMOVA analyses with the amova function in the
package ade4.
When running the example dataset provided in ade4, I noticed a
difference between the published results from the same data (Excoffier
et al. 1992) and what ade4 calculates.
Below are the data for "within sample/population" from ade4 and from the
haplotypic distance matrix in the paper:
2013 Mar 27
1
Conditional CCA and Monte Carlo - Help!
Hi All,
I am using canonical correspondence analysis to compare a community
composition matrix to a matrix of sample spatial relationships and
environmental variables. In order to parse out how much variance is
explained purely by space (S/E) or the environment (E/S) I am using a
conditional (partial) CCA. I want to test significance via Monte Carlo but
I can not find a way to do this with a
2002 Jan 16
1
Counter Strike - OpenGL problem?
Hello!
I have the latest Wine version, SuSE7.3 (up to date) and the standard SuSE
Kernel 2.4.4.
When i wanna play CS i use the OpenGL Video mode, but ihis error message
comes up: "The selected OpenGL mode is not supported by your video card"
I have a Geforce2 MX400 card and the NVIDIA drivers. When i used glxgears
and glxinfo to check if my OpenGL is fine. Well, it seems like
2005 Apr 15
1
example on front page doesn't work in R 2.0.1
On http://www.r-project.org/, there is an R script linked to the top
graphic, http://www.r-project.org/misc/acpclust.R. This script says it
works in R 1.8.1, but in 2.0.1 it gives (me):
> source("acpclust.R")
Loading required package: ade4
Loading required package: mva
Loading required package: RColorBrewer
Loading required package: pixmap
Loading required package: ade4
Error in
2009 Mar 21
0
Solved: [Fwd: Matching failure in merge()]
I've found where the problem was and a way to solve this problem:
One dataset was encoded (and read) as UTF-8
and the other one was encoded (en read) as latin3
In this case, even if at the terminal you see
the same characters, R states that the two
elements are not equal.
Don't know if this is the way it has to be,
or this is a bug.
Anyway, editing the second file (encoded as latin3)
2001 Apr 05
2
Newbie...WINE setup?
Hi all, I just installed Linux-Mandrake 7.2 Powerpack Deluxe, and now I
am installing programs. First I installed AIM. That worked fine, but now
I want to install a windows emulator for my games. I have been told to
use WINE. I downloaded the RPM, opened it and hit "Install". But I got
some errors. Now you have to understand I know almost NOTHING about
linux. I am a very advanced Windows
2005 Aug 14
5
RPM SPEC rebuild errors
Hello All,
I have been trying all afternoon to rebuild the Samba RPM for my Fedora
3 with the MySQL passdb support and from what I can see it only needs
the inclusion of "--with-expsam=mysql" in the SPEC file in addition to
the regular ones.
The problem is that no matter what version of Samba I try to rebuild, it
always gice an error at the same place:
2008 Jan 18
1
residuals from pcaiv
Dear R users,
How can I extract the residuals from a pcaiv/rda in ade4?
In Vegan there is the
residuals()
function, giving the approximation of the original data from the
unconstrained ordination
Is there something similar in ade4?
Nikos
2012 Apr 23
1
How can I run package ca (correspondence analysis), which needs rgl, without X11?
I want to invoke R on a Linux Web server from Java, in order to analyse
data in ways that would take too long to code, and run too slowly, in
Java. In particular, to do correspondence analyses. To this end, I've
installed R version 2.15.0 on my Web host's x86_64 GNU/Linux machine, and
tried using package "ca" to run the "author" example of correspondence
analysis
2001 Apr 09
3
Whining about Wine
I just installed Wine, and when i test it by the command "wine cdplayer" i
get the following error message : "err:module:BUILTIN32_dlopen failed to
load .so lib for builtin kernel32.dll: symbol __sysconf, version GLIBC_2.2
not defined in file libc.so.6 with link time reference
err:module:fixup_imports Module (file) KERNEL32.dll needed by
C:\Windows\cdplayer.exe not found"
I
2006 Sep 19
1
R CMD check fails at package dependencies check on Fedora Core 5, works on other systems
I'm testing a FC5 machine for use in a student lab. R 2.3.1 is installed and
seems to work fine. There is one peculiarity - the logins are authenticating
to a server, and a "verbose" flag is set somewhere, leading to lots of
spurious messages like this
request done: ld 0xa227598 msgid 1
which may be confusing R.
However, R CMD check seems to fail for packages with no
2009 Jul 03
4
Function to eliminate blank space within strings?
Is there an specific function
to eliminate blank space within
strings?
Thanks
--
Dr. Agustin Lobo
Institut de Ciencies de la Terra "Jaume Almera" (CSIC)
LLuis Sole Sabaris s/n
08028 Barcelona
Spain
Tel. 34 934095410
Fax. 34 934110012
email: Agustin.Lobo at ija.csic.es
http://www.ija.csic.es/gt/obster
2009 Apr 15
2
How to Reshuffle a distance object
I would like to randomly shuffle a distance object, such as the one
created by ade4{dist.binary} below. My first attempt, using
sample(jc.dist) creates a shuffled vector, losing the lower triangular
structure of the distance object. How can I Ishuffle the lower
triangular part of a distance matrix without losing the structure?
Thanks. --Dale
x1 <- c(rep(0,4),1)
x2 <- c(rep(0,2),rep(1,3))
2008 May 19
2
Log or diary file
Hi!
Is it possible to set a file to which both
commands and output would get automatically
saved? I've tried with sink(), but only get
the output. I mean something
like a combined history and sink, as you
get with File/Save to File.. in the windows
GUI.
Tis is done with diary filename in Matlab,
and you can state diary on and
diary off to control what is being saved to
the file.
Thanks
Agus
2008 Sep 12
2
Greyed text in the background of a plot
Hi!
Is there any way of having a greyed ("ghosted") text
(i.e, 2006) in the background of a plot?
I'm making a dynamic plot and would like to show the
year of each time step as a big greyed text in the background.
(the idea comes from Hans Rosling video:
http://video.google.com/videoplay?docid=4237353244338529080&sourceid=searchfeed
)
Thanks
Agus
--
Dr. Agustin Lobo
Institut
2007 Jul 24
1
Renamig a factor
Which is the proper way to rename a factor?
If I do:
test$Parc[test$Parc=="Ol?rdola"]<-"Ol?rdola"
R complains that
Warning message:
invalid factor level, NAs generated in: `[<-.factor`(`*tmp*`, test$Parc
== "Ol?rdola", value = "Ol?rdola")
Thanks
Agus
--
Dr. Agustin Lobo
Institut de Ciencies de la Terra "Jaume Almera" (CSIC)
LLuis Sole