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
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
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
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 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))
2009 Aug 03
1
principal component analysis for class variables
Dear Forum,
I have a class variable 1 (populations A-E), and two other class variables,
variable 2 and variable 3. What I want is to see if the combination of var 2
and var 3, will give me a pattern that allows to distinguish populations.
I found several packages like ade4, with pcaiv function and factoMineR. but
there are not working. Using the ade4 package, when I try to build the pca:
pca1
2005 Nov 11
1
Snow parLapply
Dear R-user,
I am trying to use the function 'parLapply' from the 'snow' package
which is supposed to work the same wys as 'lapply' but for a
parallelized cluster of computers. The function I am trying to call in
parallel is 'dudi.pca' (from the 'ade4' package) which performs
principal component analyses. When I call this function on a list of
2010 Jul 17
1
cca in ade4
Dear List,
I used spec and envi for cca in ade4. (both are data.frame)
However, there is a message telling that
error in if (nf > rank) nf <- rank R
missing value in TRUE/FALSE
Please kindly help how to modify the code below.
Thank you.
Elaine
code
rm(list=ls())
spec <-read.csv("c:/migration/M_R_20100718_winterM_spec_vegan.csv",header=T,
row.names=1)
dim(spec)
spec[1,]
2010 Dec 14
4
Discriminant Correspondence Analysis
Hello everyone,
I am totally new to the R program. I have had a look at some pdf documents
that I downloaded and that explain how to do many things in R; however, I
still cannot figure out how to do what I want to do, which is to perform
Discriminant Correspondence Analysis on a rectangular matrix of data that I
have in an Excel file. I know R users frown upon Excel and recommend
converting Excel
2001 Oct 17
3
libraries Problem
Hi all
l'm new linux and wine user and wanted to use wine several times but
everytime l've had some problems.This time l wanted to install wine from rpm
but some libraries is needed by wine
l think that l have them but wine isn't working well
my system is
RedHat 7.1 on an i686 kernel 2-4-2.2
wine need tose l have them those path
library folder
ld-linux.so.2