Displaying 5 results from an estimated 5 matches for "savelist".
2010 Apr 09
1
Rsge: recursive parallelization
...ly(seq(x),
function(x) x^2,
cluster=TRUE,
debug=FALSE,
trace=FALSE,
file.prefix='Rsge_data',
global.savelist=NULL,
packages=NULL)
},
function.savelist=c('sge.parLapply', 'sge.parParApply',
'sge.options', 'sge.taskPrep'),
global.savelist=c('sge.parParApply', 'sge.glo...
2007 Jul 25
6
Using R_MakeExternalPtr
Hi all,
I've been writing a package and I've run into a problem that I'm unsure how
to solve. I am looking to pass a C++ class object to R so that it may be
passed back to another C++ function later on to be used. I'm quite new to R
and this is my first time writing a package, so I hope you can bear with me.
The following is how I create the class and use
2003 Sep 19
1
What is wrong with m?
...'ve uncovered a problem. My
environment was saving something so that my code would work and now I don't
know how to fix it. I have the following bit of code:
for(i in 1:index){
indexList = lst[i]
for(j in 2:jobs-1){
indexList = c(indexList,lst[i+index*j])
}
saveList[i,] = indexList
}
for (i in 1:index){
m[i] = median(saveList[i,])
}
m
In my new directory, I am getting the complaint that "object m is not found."
Does anyone know what that means?
Anna
2007 Dec 12
0
New version of seqinR released
...warning is issued.
o There is a new appendix in which all the examples protected
by a dontrun statment are forced to be executed.
o New low level utility functions related to an ACNUC server:
acnucclose(), quitacnuc(), clientid(), countfreelists(),
knowndbs(), autosocket(), countsubseqs(), savelist(),
ghelp(), modifylist(), getlistate(), setlistname(),
residuecount(), isenum(), prettyseq(), gfrag(),
print.seqAcnucWeb()
o Utility function parser.socket() has been optimized and
is about four times faster now. This decreases the time
needed by the query() function.
Best,
the seqinR...
2007 Dec 12
0
New version of seqinR released
...warning is issued.
o There is a new appendix in which all the examples protected
by a dontrun statment are forced to be executed.
o New low level utility functions related to an ACNUC server:
acnucclose(), quitacnuc(), clientid(), countfreelists(),
knowndbs(), autosocket(), countsubseqs(), savelist(),
ghelp(), modifylist(), getlistate(), setlistname(),
residuecount(), isenum(), prettyseq(), gfrag(),
print.seqAcnucWeb()
o Utility function parser.socket() has been optimized and
is about four times faster now. This decreases the time
needed by the query() function.
Best,
the seqinR...