Displaying 20 results from an estimated 5000 matches similar to: "Resumen de R-help-es, Vol 43, Envío 19"
2012 Sep 22
1
Problema para instalar paquetes
Hola. Tengo un problema con la instalación de paquetes en R. Por ejemplo, al intentar instalar el paquete "psych" o "abind" obtengo lo siguiente como resultado (ya sea que lo haga descargado el paquete, o ya solicitando que lo haga desde la red).
Utilizo R 2.15.1 en Ubuntu 11.10 y apenas estoy iniciando en R. Necesito ayuda para resover estos problemas, pues necesito sobre todo
2013 Mar 09
2
Aborted (core dumped) installing packages
Hello!, this is my first post, I am a beginner user of ubuntu linux.
I have a problem installing packages from CRAN repositories, I mean using
the command install.packages().
I followed the instructions from this site
http://cran.r-project.org/index.html.
I know that I need the ubuntu package r-base-dev to install packages with
that command.
I run in a terminal the following commands:
2006 Oct 19
1
Segmentation fault/buffer overflow with fix() in Fedora Core 5 from Extras repository
The Fedora Extras update of R found its way onto my systems today and
I noted that fix() and edit() no longer work. There is a program crash
that closes up R, but it does not leave a core file. I've tested by
turning off SELinux, it had no effect.
Do you see it too? What do you think? It happens on both systems
I've tested. As far as I know, both of these systems are up-to-date.
I
2011 Mar 17
1
Segmentation fault when using "plot" function
I frequently get a segmentation fault error when using the "plot" command.
It happens about half the time.
We are running an old version of R (R version 2.8.0 (2008-10-20) on Linux.
I did a quick search for this problem and didn't find anything. Apologies if
I missed it.
*** Process received signal ***
Signal: Segmentation fault (11)
Signal code: Address not mapped (1)
2010 Jan 26
1
Stack smashing in RODBC
This is R 2.10.1, from Fedora 12 and RODBC 1.3-1 (although 1.3-0 has the
same problem) on i686.
Originally reported here:
https://bugzilla.redhat.com/show_bug.cgi?id=557953
Reproducer and output below:
[spot at f12.i386 src]$ R
R version 2.10.1 (2009-12-14)
Copyright (C) 2009 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
R is free software and comes with ABSOLUTELY NO
2007 Nov 23
1
MacOSX 10.4.11 update breaks tests/lapack.R (R 2.6.0)? (PR#10454)
Hello,
It seems the recent Mac OS X 10.4.11 update installed a new
libBLAS.dylib in the Accelerate framework which either contains a bug
itself or exposes a bug somewhere in R's lapack code on the PowerPC G4
and G5.
My build of R 2.6.0 executed the tests/lapack.R code succesfully when
I upgraded when 2.6.0 was released. After the OS update, it now
crashes. This happens both with the version I
2006 Oct 12
3
multithreading calling from the rpy Python package
Hello,
I don't know if this question ought to go here, or rather on R-devel,
so please bear with me.
I'm interfacing to R via RPy (rpy.sf.net) and an embedded Python
interpreter. This is really quite convenient.
I use this approach to calculate the correlation coefficient of 1
independent dataset (vector) with 4 dependent vectors. It'd be nice if
that could be done in 4 parallel
2006 Oct 12
3
multithreading calling from the rpy Python package
Hello,
I don't know if this question ought to go here, or rather on R-devel,
so please bear with me.
I'm interfacing to R via RPy (rpy.sf.net) and an embedded Python
interpreter. This is really quite convenient.
I use this approach to calculate the correlation coefficient of 1
independent dataset (vector) with 4 dependent vectors. It'd be nice if
that could be done in 4 parallel
2008 Aug 12
3
aligned memory allocation in C
Hi,
I'm currently R porting SF Mersenne Twister algorithm of Matsumoto and
Saito. To get the full power of their code, I want to use their
fonction fill_array32 which need aligned memory. That is to say I need
to use the C function memalign on windows, posix_memalign on linux and
classic malloc on Mac OS. In 'writing R extenstion', they recommand to
use R_alloc function to
2008 Aug 12
3
aligned memory allocation in C
Hi,
I'm currently R porting SF Mersenne Twister algorithm of Matsumoto and
Saito. To get the full power of their code, I want to use their
fonction fill_array32 which need aligned memory. That is to say I need
to use the C function memalign on windows, posix_memalign on linux and
classic malloc on Mac OS. In 'writing R extenstion', they recommand to
use R_alloc function to
2007 May 14
1
Calling erf function in package NORMT3 produce a R crash on Linux/AMD opteron (PR#9683)
Full_Name: Benjamin Leblanc
Version: 2.4.1 and 2.5.0
OS: Ubuntu Linux 7.04 AMD64
Submission from: (NULL) (195.83.84.213)
Here is an example script that may crash under R with Linux AMD 64 bit
platforms
library('NORMT3')
a <- 1:1000/1000
erf(a)
I did several tests:
- opensuse 10.2 x86_64 with R 2.4.1 and R 2.5.0, produce systematically a frozen
R session
- ubuntu 7.04 AMD64, R 2.4.1
2014 Mar 14
1
Conditional jump or move depends on uninitialised value(s)
Hi,
I'm using valgrind to check over some C/C++ code for an R library. I'm
getting the report (see below), but can't track down the uninitialised
value(s). I tried using --track-origins=yes in valgrind which gives:
==28258== Uninitialised value was created by a stack allocation
==28258== at 0xEE33D98: ??? (in /usr/lib64/R/lib/libRlapack.so)
I presume the problem is an
2005 May 04
1
help track a segmentation fault
I have an R script that I run using
nohup R CMD BATCH r.in r.out &
The code loops through data from the database and takes hours. The
problem is, in about an hour and a half after I start the script the
program stops and I get
/usr/lib/R/bin/BATCH: line 55: 14067 Done ( echo
"invisible(options(echo = TRUE))"; cat ${in}; echo "proc.time()" )
14068
2008 Nov 16
1
Fw: alpha transparency crashes R
I'm forwarding a bug report from Jeff Gove that didn't make it to the list.
-Deepayan
------- Original Message --------
Subject: alpha transparency crashes R
Date: Fri, 07 Nov 2008 14:32:27 -0500
From: jeff gove <jhgove at unh.edu>
To: r-bugs at r-project.org
I ran into a problem with R crashing when a certain number of
transparent objects (e.g., symbols) are sent to a PDF
2007 Mar 07
3
Garbage collector crashes after calling a C function
Dear listers,
a few days ago I asked a question about a problem I had with a C function programmed by myself to be called from R. Thanks to your help, I have been able to look a bit further into it, so now I can be a bit more specific when telling what happens.
The fact is that, when my C function finishes its execution (after calling it via the ".C" interface), R seems ok but
2012 Feb 03
2
Hanging -- please help decipher event report
I'm running some code in R64 on a Mac OS 10.6.8 that calls a C program
through the dyn.load() function. The code hangs after several days of
computation, and I've having trouble locating the problem. Can anyone
decipher this info from the error report, and tell me if this is a problem
in R64, or in the C code? Thanks very much in advance.
A few hints: "pa" is the name of the C
2006 Oct 17
1
crush in edit()
Dear all,
I am new to R system. When I tried to edit data read from a csv file, R
system crushed, I got an error message as follows:
> edit(data)
*** buffer overflow detected ***: /usr/lib/R/bin/exec/R terminated
======= Backtrace: =========
/lib/libc.so.6(__chk_fail+0x41)[0x49d020b1]
/lib/libc.so.6[0x49d034a2]
/usr/lib/R/modules//R_X11.so[0x33ed7a]
/usr/lib/R/modules//R_X11.so[0x34050d]
2006 Oct 17
1
crush in edit()
Dear all,
I am new to R system. When I tried to edit data read from a csv file, R
system crushed, I got an error message as follows:
> edit(data)
*** buffer overflow detected ***: /usr/lib/R/bin/exec/R terminated
======= Backtrace: =========
/lib/libc.so.6(__chk_fail+0x41)[0x49d020b1]
/lib/libc.so.6[0x49d034a2]
/usr/lib/R/modules//R_X11.so[0x33ed7a]
/usr/lib/R/modules//R_X11.so[0x34050d]
2008 Aug 06
1
RGtk2 on linux: "stack smashing detected"
Yea I am aware of this. This is because the Ubuntu binary has stack smashing
detection enabled. It's possible to build R without this checking:
export CFLAGS="-fno-stack-protector"
I have not been able to figure out why stack smashing is detected. I'm
cc'ing this to r-devel in case anyone else has an idea.
Michael
On Wed, Aug 6, 2008 at 12:31 AM, Felix Andrews
2006 Feb 16
1
segmentation fault with Hmisc areg.boot(): Now acepack avas failure
Hi Folks,
Mac OS 10.4.4
R 2.2.1(2005-12-20 r36812)
Hmisc 3.0-10
acepack 1.3-2.2
I had R crashes while running areg.boot in Hmisc (see old message
below), but now I realize that the problem appears to be in the avas
function in acepack. I tried running running the avas example (in
acepack package), and got an immediate crash.
Any thoughts? The Apple crash report (from R GUI crash) follows.