similar to: R and large RAM

Displaying 20 results from an estimated 300 matches similar to: "R and large RAM"

2000 Aug 31
1
newsgroup
Is there a newsgroup for r discussion, too, or are there only these mailinglists? Thomas -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at
2000 Apr 18
4
R : 3D graphics
I am looking for a package that allow to plot 3D set of points (x, y, z) ? Can someone help me to find it ? thank for help anne -- Anne BADEL-CHAGNON Email:badel at urbb.jussieu.fr Equipe de Bioinformatique Mol?culaire, Universite Paris 7 Tour 53, 1er etage, case 7113 Tel : 01.44.27.77.14 75251 Paris cedex 05 Fax : 01.43.26.38.30 -------------- next part
1999 Aug 26
0
use dyn.load to redefine R internal fns?
I would like to redefine some R print functions (Rprintf for example) so that they don't print to stdout, but save the output in a global string array. I can compile and link my definition of Rprintf into a library and load it with dyn.load. I don't get an error message, but afterwards the original function is still valid, my new version isn't executed. Is there a way to change R
2000 Feb 23
1
Version 0.90.1 bug report on matrix indexing
Hi , R Version 0.90.1 on Solaris2.5 and Suse Linux 6.[1,3] crashes some time after a matrix row or column has been addressed via an incorrect row/colname: R : Copyright 1999, The R Development Core Team Version 0.90.1 (December 15, 1999) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type "?license" or
2000 Jan 17
1
dyn.load problem
Hi, I'm trying to write modified versions of R save/load functions which read from/write to a char array instead of a file pointer. I want to compile my functions into a library and dyn.load them. Of course the new functions mySave/Load will use some of the internal R functions used by save/load, for example "MarkSave" (to be found in .../src/main/saveload.c). I declared them as
1999 Oct 06
2
R --nsize 2M runs havoc (under linux)
Dear All, I am running R version 0.65.0 under a) Suse-Linux 6.1, and Suse-Linux 6.2, compiler gcc-2.95, CPUs pentium pro 200, 128MB, and pentium II 450, 128MB b) Solaris 5.7, compiler gcc-2.95, cpu SUN sparc, 4000MB When I set --nsize to more than 1M, R's internal storage management runs havoc. gc() indicates the requested sizes, but the overall process size is much too big: Running R with
2009 Jun 12
1
how to trigger variable creation?
Hello R users, i'm wondering how to trigger variable creation. Whenever a variable is created i want my own function myFun(...) to be started. if (exists("x")) {rm(x)} # after removal of x # any of these calls x<-10 # should call myFun x=10 # should call myFun assign(x,10) # should call myFun etc.
2011 Feb 25
3
Link to xva.py broken
Hi, any link[1] that I can find for "xva.py" did not seem to be working. where it has been moved? regards Andreas [1] http://www.xen.org/products/cloud_projects.html http://www.xen.org/files/xva/README -- Andreas Rieck Fraunhofer-Gesellschaft e.V. / Zentrale Abteilung C7 Kommunikationsmanagement Schloss Birlinghoven, 53754 Sankt Augustin Phone: (+49 2241) 14-2641 Fax: (+49 2241)
2003 Aug 26
0
TDM10M && Siemens Euroset 2015
Hi all, -------- I have installed a TDM400 with one active FXS port (TDM10B) an connected it to a Siemens Euroset 2015 analogue phone. I have installed some smom IP phones to the network as well and configured them as usual (sip.conf). For configuring the TDM10B I have used FXO signalling in /etc/zaptel.conf and in /etc/asterisk/zapata.conf. I definded the TDM channel and the Snom phones to the
2003 Jun 07
4
SIP, NAT & Asterisk
Hi all, -------- beacause I am a newbie in the asterisk ralm and the existing documentation could not satisfy I'd like to ask you some Questions: 1. Does somewhere in the Internet exist additional documentations for asterisk configuration ? 2. Does Asterisk work as a standard SIP Proxy ? 3. I am just installing a Asterisk PBX in our institute and additionally I purchased some ot the Snom
2001 Feb 22
1
R-1.2.0: bug report on fn table
> table("NA") numeric(0) > table("NaN") numeric(0) This should probably return something different, like in > table("nan") nan 1 > or do I misunderstand something? regards Joerg. -- Dr. Joerg Kindermann Knowledge Discovery Team GMD - German National Research Center for Information Technology - phone:
2003 Oct 11
1
SIP / IAX over satellite
Hi all, ------ I tried to use * over satellite, but all my effort did not succeed. The Asterisk is behind the VSAT and is resposibel for alle the SIP clients in a field location. The clients are notebooks and PDA's running SJPhoen for Windows and PocketPC. Unfortunately I could not find any Linux Client wich worked satisfying. SJ LAbs promised a Linux Version at the end of August but they
2003 Apr 24
5
Fast R implementation of Gini mean difference
I have written the following function to calculate the weighted mean difference for univariate data (see http://www.xycoon.com/gini_mean_difference.htm for a related formula). Unsurprisingly, the function is slow (compared to sd or mad) for long vectors. I wonder if there's a way to make the function faster, short of creating an external C function. Thanks very much for your advice. gmd
2001 Jan 08
0
R-1.2.0: gdb doesn't find functions in shared lib
I'm trying to debug some C functions I've written for use with R. Until recently debugging them with gdb was no problem. But since I switched to R-1.2.0 (from R-1.0.1) gdb can no longer find the entry points of my functions. It either pretends to set break points but doesn't stop there or it only stops at the end of the function. R version R-1.2.0 gdb version GNU gdb 4.18 gcc version
2016 Apr 05
1
Heatmap Colnames
Hello, please see below my code for a heatmap. Unfortunately my column names do not completely appear. Can you please send me the appropriate code to visualise them? Many Thanks! Nils library(GMD) dat<-data.frame(EntryA=as.numeric(c(4.24,3,1.66,1.28,1.2,-1.32,-1.88)), EntryB=as.numeric(c(4.16,4.82,-1.82,-3.02,0.99,1.1,-3.31)))
1999 Oct 13
3
main/character.c (et.al): dangerous AllocBuffer()
I was hit by ugly crashes of R, when I tried to read big data sets ("volcano"). So I looked into the code and found the following in character.c (triggered by substr()): I assume that the helper function AllocBuffer() shall facilitate an economic memory management. But the use of realloc() in the else-branch does not conform to ANSI and may hit you with certain compilers. When called
1999 Oct 13
3
main/character.c (et.al): dangerous AllocBuffer()
I was hit by ugly crashes of R, when I tried to read big data sets ("volcano"). So I looked into the code and found the following in character.c (triggered by substr()): I assume that the helper function AllocBuffer() shall facilitate an economic memory management. But the use of realloc() in the else-branch does not conform to ANSI and may hit you with certain compilers. When called
2001 Mar 10
2
passphrase for non existent key?
Hi there. I'm being asked for a passphrase for a key file that does not exist. See debug output below. Both client and server default to SSH2. Creating a DSA key without a password and copying the public portion to the server's authorized_keys2 allowed me to login w/o a password. I downloaded and installed the latest version of SSH from OpenBSD CVS, and now its asking me for the
2007 Apr 15
1
unable to find inherited method for function "edges", for signature "ugsh", "missing"
I am new to using S4 methods and have run into this problem (on Windows XP using R 2.4.1): I am writing a package in which I use the graph package. I define my own classes of graphs as: setOldClass("graphsh") setOldClass("ugsh") setIs("ugsh", "graphsh") (I know that I "should have" used setClass instead - and I will eventually - but right now
2001 Jan 27
0
No other free audio Codecs?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hey all. I've been looking for any other Free (speech) codecs and haven't found any. So it seems that it's rather important that Ogg Vorbis stick around and be at least a little "successful" (Whatever that means, I guess not getting sued would count? ;) I have no idea what kind of maths is involved in creating a new Free