Displaying 20 results from an estimated 2000 matches similar to: "R CMD SHLIB requesting makefile. Is a makefile required?"
2008 Jan 22
0
calling MPI parallel C code from R
R developers:
I have some parallel C code, written with the MPI library, that I would
like to call from R, but I get the error message below.
cocite.mat.true.parallel.so compiles without complaint and I have MPI in
my path, but R isn't recognizing one of the MPI symbols.
I have a feeling that this is going to be tricky, but I need to get this
to work. Helpful suggestions? I'd be
2008 Oct 17
1
how to list variables enclosed in an environment
I'm having trouble with a Bioconductor package, an variable expected in an
environment does not seem to be there. As part of my investigation of the
problem (most likely on my end) I'd like to list the variables contained in
an environment. If you have an environment loaded, lets call it "pkgEnv',
how does one find what it does contain? Mark
2008 Jan 30
1
R package Matrix failing to build with R-devel on Ubuntu AMD64
Switched back to R-devel tonight after using R-2.6.1 for awhile and when
I updated my devel packages Matrix installation failed. Not critical for
me but thought I should report it. I am using Ubuntu Gusty AMD64 OS.
Tail of install output and sessionInfo follows. Mark
Loading required package: methods
Loading required package: lattice
Attaching package: 'Matrix'
The
2008 Oct 07
1
using assign with lists
I am performing many permutations on a data-set with each permutation
producing a variable number of results. I thought that the best way to keep
track of all this in one object would be with a list ('res.lst'). To address
these variable results for each permutation I attempted to construct this
list using 'assign'. There is even more nesting than indicated below, but
this is a
2009 Nov 12
2
package "tm" fails to remove "the" with remove stopwords
I am using code that previously worked to remove stopwords using package
"tm". Even manually adding "the" to the list does not work to remove "the".
This package has undergone extensive redevelopment with changes to the
function syntax, so perhaps I am just missing something.
Please see my simple example, output, and sessionInfo() below.
Thanks!
Mark
require(tm)
2008 Sep 24
1
splitting strings efficiently
I have a very long list of strings. Each string actually contains multiple
values separated by a semi-colon. I need to turn each string into a vector
of the values delimited by the semi-colons. I know I can do this very
laboriously by using loops, nchar, and substr, but it is terribly slow. Is
there a basic R function that handles this situation? If not, is there
perhaps a faster way to do it than
2008 Oct 14
1
XML_1.98-0 fails to build on Debian Lenny with gcc 4.3.2 and R-beta 2.8.0
Subject pretty much says it all. Wonder if there is there is some code in
XML that the new gcc doesn't like? See output below:
* Installing *source* package 'XML' ...
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking
2008 May 29
2
problem building R packages on RHEL 4 Linux with Intel compilers
I would like to build R and packages with the Intel 10.1 compilers in RHEL4.
Using the flags below, I can successfully build R using a vanilla
./configure, but when I install new packages they build with gcc. My
sysadmin suggested adding the flags to ./configure as illustrated below, but
then the R build blows up with the config tail output that follows far
below. It looks like gcc is still being
2007 Dec 12
0
64-bit package compilation problems on powerpc
I have been working with my sysAdmin to get R-devel up and running with
64-bit compilation on our PowerPC cluster. We've got the base install to
compile with the following flags:
LDFLAGS=-m64 FFLAGS="-m64 -mpowerpc64" FCFLAGS="-m64 -mpowerpc64"
CFLAGS="-m64 -mpowerpc64" ../configure
--prefix='/N/hd03/mkimpel/BigRed/R_HOME/R-devel/R-build'
2008 Aug 14
0
RGBL not compiling with R-devel under Debian Lenny
Some time ago I had difficulty installing RBGL with Ubuntu Hardy on R-2.7.0
and the problem was attributed to an with BGL. I got some very helpful
advice and posted a script to fix the problem by hacking the RGBL source
code:
dateTue, Jan 15, 2008 at 2:16 PMsubjectRe: [R-sig-Debian] trouble installing
building packages from source using R 2.6.0 on Ubuntu Gutsy AMD64mailing
2009 Dec 08
1
problem with split eating giga-bytes of memory
I'm having trouble using split on a very large data-set with ~1400 levels of
the factor to be split. Unfortunately, I can't reproduce it with the simple
self-contained example below. As you can see, splitting the artificial
dataframe of size ~13MB results in a split dataframe of ~ 144MB, with an
increase memory allocation of ~10 fold for the split object. If split scales
linearly, then my
2008 May 07
1
[BioC] RCurl loading problem with 64 bit linux distribution
Martin,
Well, thanks for jumping in! We need all the help we can get ;)
I changed the execute bit as you suggested and recompiled, no luck, still
the same error message.
Below is the output you wanted me to look at, its a bit beyond me so I
include both a brief grep summary and then the whole enchilada. I do note
that my output is different from yours, but I'm not sure how to interpret.
I
2008 May 07
1
[BioC] RCurl loading problem with 64 bit linux distribution
Martin,
Well, thanks for jumping in! We need all the help we can get ;)
I changed the execute bit as you suggested and recompiled, no luck, still
the same error message.
Below is the output you wanted me to look at, its a bit beyond me so I
include both a brief grep summary and then the whole enchilada. I do note
that my output is different from yours, but I'm not sure how to interpret.
I
2007 Dec 10
2
00LOCK error with site-library
I have identical R.profiles and R_HOME directories set up on both my
local machine and a remote linux cluster. To keep my libraries and R
install separate, I use a site-library on both machines.
The first line of my .Rprofile is:
'.libPaths(new= "~/R_HOME/site-library") #tell R where site-library is'
Until R-2.6.0 this was working fine on both machines, but since I have
been
2008 May 06
1
trouble installing Rmpi on 64-bit Ubuntu 8.04 with openmpi
Subject pretty much says it all. I am running 64-bit Ubuntu 8.04, i.e. Hardy
Heron, have openmpi installed, and get the following error message with
attempted install of Rmpi. sessionInfo() follows.
Mark
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
2007 Oct 09
0
00LOCK error on site-library
I am experiencing an OOLOCK error when attempting to update packages to
my site-library. I have an identical setup on my local Linux machine,
but this problem on the remote Linux machine (PPC cluster) started about
3 weeks ago and is present whether I used R-devel or R-2.6.0 or R-2.5.1.
Also, of course I manually remove the 00LOCK folder after each failed
attempt.
Below is my error output,
2009 Dec 03
0
question about differences in behavior with NA subscripts in matrix vs. data.frame
I ran into a problem today when using a conditional for sub-setting a
data.frame and tracked it down to a difference in behavior between the
treatment of NA when sub-setting matrices and data.frames. A self-contained
example is below followed by sessionInfo(). I'm not questioning the
documentation of the behavior, but the rationale for its existence.
Could someone explain to me why the
2007 Aug 03
2
RSPython won't load in R 2.6.0 under Linux
I can compile RSPython without difficulty, been when I try to load it, I
get the error messages below. Also below are some cryptic warnings I get
on R boot (in case these are pertinent) and my sessionInfo().
Any help is appreciated. Thanks, Mark
Warning messages:
1: In .updateMethodsInTable(fdef, where, attach) :
Couldn't find methods table for "conditional", package
2008 May 03
1
error with R-patched (2008-05-02 r45591)
Just installed the latest R-patched and get the error seen at the end of the
output below. Don't know what to make of this but thought I should report
it. In general, when installing the latest version of R, should one use
R-latest or R-patched? R-latest is stable, but one would assume that
R-patched includes the latest bug fixes.
Mark
mkimpel-m90 ~/R_HOME/R-patched/R-build/bin: ./R
R
2008 Jun 27
1
RBGL not compiling on Debian Lenny with c++ (Debian 4.3.1-2) 4.3.1
I've just installed Debian Lenny and RBGL fails compilation with the
following errors (sessionInfo() follows).
* Installing *source* package 'RBGL' ...
untarring boost include tree...
** libs
g++ -I/home/mkimpel/R_HOME/R-patched/R-build/lib64/R/include
-I/usr/local/include -IboostIncl -fpic -g -O2 -c bbc.cpp -o bbc.o
In file included from /usr/include/c++/4.3/ext/hash_set:64,