similar to: R + OS X + gcc 3.5 = not quite there ..

Displaying 20 results from an estimated 400 matches similar to: "R + OS X + gcc 3.5 = not quite there .."

2005 Jul 20
2
(no subject)
Hi All, I want to print a square matrix of 7000 x 7000 into a text file. But I got a error after few hours of computation... -------- > write.table(MyDistMxDF, file = "temp.csv", sep=",", quote=F) *** malloc: vm_allocate(size=8421376) failed (error code=3) *** malloc[2889]: error: Can't allocate region Error: vector memory exhausted (limit reached?) *** malloc:
2006 Jan 17
2
Installing a package yet it will not work.
I want R to read my Microsoft Access database or maybe even a Sybase database. I installed RODBC or at least thought I did. Then I issued the following command: library(RODBC) And got Error in lazyLoadDBfetch(key, datafile, compressed, envhook) : ReadItem: unknown type 241 In addition: Warning message: package 'RODBC' was built under R version 2.3.0 Error: package/namespace
2008 Jul 01
2
Problem with loading library-ks
Hi, I am trying to load the library(ks), but I am getting the following error: Loading required package: KernSmooth KernSmooth 2.22 installed Copyright M. P. Wand 1997 Loading required package: mvtnorm Loading required package: rgl Loading required package: misc3d Error in lazyLoadDBfetch(key, datafile, compressed, envhook) : ReadItem: unknown type 241 In addition: Warning messages: 1:
2004 Oct 26
1
Error in lazyLoadDBfetch
Hello, what does the following error mean?? It occured during or at the end of a lengthy (and memory-intensive) calculation using a routine from a shared library called via the '.C' function: Error in lazyLoadDBfetch(key, datafile, compressed, envhook) : recursive default argument reference I could not find any help with help.search("lazyLoadDBfetch") Im using R
2006 Jan 12
4
CRAN versions of lme4/Matrix don't appear to work with R 2.1.1
I am currently using R 2.1.1 under Windows and I do not seem to be able to load the current versions of lme4/Matrix. I have run 'update.packages.' I understand this is still experimental software but I would like access to a working version. Thanks. Chuck R Output: > library(lme4) Loading required package: Matrix Error in lazyLoadDBfetch(key, datafile, compressed, envhook) :
2005 Oct 16
1
Error in lazyLoadDBfetch
R was working fine for a while. However, now after I get some data from the web and try to "write", "write.table" or "save.image", I get this error: Error in lazyLoadDBfetch(key, datafile, compressed, envhook) : file open failed I may have downloaded additional packages in between the time it worked, and now when it doesn't work, but other than that I cannot
2005 Nov 30
1
library(its) problem
Dear R People: I wanted to use the package "its" this afternoon. I'm using R Version 2.2.0 for Windows. I was able to install the package, but ran into trouble at the "library" command. Here is the output: > library(its) Loading required package: Hmisc Hmisc library by Frank E Harrell Jr Type library(help='Hmisc'), ?Overview, or ?Hmisc.Overview') to see
2006 Aug 07
1
failed to load gplots
Hi everyone! I get the following message anyhow I try to load the package gplots: Error in lazyLoadDBfetch(key, datafile, compressed, envhook) : ReadItem: unknown type 241 Error in library(pkg, character.only = TRUE) : package/namespace load failed for 'gplots' Could any of you tell me what goes wrong? (I am using R 2.0.1. on Windows) Thanks a lot: ----------
2006 Nov 22
1
problem with the plm package
Hi all, I have a problem in installing and using the plm package using R 2.2.0 on windows xp. I installed it from a .zip file downloaded from the CRAN. Apparently everything is ok: > utils:::menuInstallLocal() package 'plm' successfully unpacked and MD5 sums checked updating HTML package descriptions However, when I try to load it: > library(plm) Errore in lazyLoadDBfetch(key,
2006 Jul 19
3
error when compiling "stats" library in R-2.3.1 on Solaris x86
Hello, I tried to compile v2.3.1 on Solaris x86 with SUN Pro compilers. I had an error while stats libarary was being compiled and I notice that "-xtarget=generic64" was not passed to f95 while cc used it. Could you tell me how to fix this problem? f95 -PIC -O -I/mounts/devel/SUNWspro/prod/include -c sgram.f -o sgram.o f95 -PIC -O -I/mounts/devel/SUNWspro/prod/include -c
2007 Mar 07
1
compiling latest version of R
Dear R-help community, I have had trouble in the past installing the latest version of R: we got the errors shown below (the computer specifications and version of R are below that). Does anybody have tips for compiling the latest version of R so that I can avoid these errors? configure make ... ... ... f90: CODE: 0 WORDS, DATA: 0 WORDS gcc -G -L/usr/local/lib -o stats.so init.o kmeans.o
2006 Jul 18
1
possibly stupid question about RPM building
I'm trying to build an RPM of R 2.3.1 on a very old RedHat system (specifically, a ROCKS 3.3.0 cluster which is built on RH enterprise 3 (I think??)) I downloaded R-2.3.1.tgz from CRAN; downloaded the R.spec file cran.r-project.org/http://cran.r-project.org/bin/linux/redhat/SRPMS/ ; and ran rpmbuild -ba R.specs. Everything goes along fine until ... make[5]: Entering directory
2004 Jan 20
2
question
Je suis étudiant en DEA et j'élabore un mémoir dans lequel j'applique le modèle STARMA , Pouvez vous ,s'il vous plait, m'envoyer l'algorithme de calcul ces STACF et STPACF de ce model afin de débuter mon estimation de ce modéle sur R Merci d'avance. --------------------------------- [[alternative HTML version deleted]]
2007 Aug 24
2
problem loading package 'gplots'
Dear R community, I am using R version 2.4.1 GUI 1.18 on an iBook G4 with OS 10.4.10. When I try to load package 'gplots' I get the following message: > library(gplots) Loading required package: gdata Attaching package: 'gdata' The following object(s) are masked _by_ .GlobalEnv : reorder.factor Loading required package: gtools Attaching package: 'gtools'
2000 Aug 05
1
new arima source code
Greetings: I was looking for the source code for the new arima procedure. I checked the floppies directory and downloaded R-devel-2.tar.gz but this only included the old starma.f. Is the new code available yet? Thanks, George gwtim at 2xtreme.net -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2015 Oct 18
2
Building R for AIX in 32-bit mode - as preparation for building in 64-bit mode (changed subject!) - INFO/FEEDBACK - do not read as a bug report!
On 2015-10-15 15:02, Prof Brian Ripley wrote: > On 15/10/2015 13:32, Michael Felt wrote: >> Hi. >> >> Just wanted to let you know I am getting close to packaging R for AIX in rephrase - would like to be active in keeping R binaries current for AIX. My interest in not in R per se (rather a colleague who has a project that uses R, so I hope to assist him, and others like him).
2005 Jul 20
0
writing matrices (no subject)
Simply gooling for "writing ARFF file in R" gave the following as first hit, which is right on the WEKA page: Miscellaneous code [...] Function for reading ARFF files into the R statistical package (kindly provided by Dr Craig Struble). Function for writing ARFF files from the R statistical package (kindly provided by Nigel Sim).
2004 Jan 23
0
STARMA model (Space-Time ARMA)
Hello I was looking for the source code for the new arima procedure the STARMA model (Space-Time ARMA) If somebody have the source code of this model please send me them I'm student and in my research for my master I'm appling the STARMA model for modelling the pollutant particules. It's very important Thank you. --------------------------------- [[alternative HTML
2007 Mar 16
1
Problem installing R onto Solaris 2.10 system - need advice!!!!!
Dear R-Help friends, I am unable to get the latest version of R (2.4.1) to compile on my solaris 10 system - has anybody else experienced this problem and are you able to offer me any advice? I appreciate your time, many thanks, Jenny Barnes Here are my CURRENT specifications: platform sparc-sun-solaris2.10 arch sparc os solaris2.10
2009 Nov 26
0
Symbols, install, and eval.
Hello. I've got two values which are calls (i.e. LANGSXPs). The first one, x, is generated through the parser of gram.c. The second one, z, is built manually, by retrieving the symbols of "str" and of "lm" via the install function. The structure of x and y are shown at the bottom of this email. Evaluating x succeeds: > # R.Raw.eval_langsxp x;; > function