search for: hblite

Displaying 4 results from an estimated 4 matches for "hblite".

2007 May 14
1
Native implementation of rowMedians()
...memory and speed. To avoid coercing integers to doubles, and hence allocate an additional 200% memory, there is one C function for integers and one for doubles. The rowMedians() implementation is currently sitting in my non-CRAN package R.native available by: source("http://www.braju.com/R/hbLite.R") hbLite("R.native") library(R.native) example(rowMedians) The source code package is available at: http://www.braju.com/R/repos/R.native_0.1.2.tar.gz Before I submit a package to CRAN consisting of pretty much just rowMedians(), would it make more sense for it to go into one o...
2012 Dec 18
1
Call function only when running via R CMD check?
Hi Henrik (and list), I am interested in a similar feature, and would be happy to see the suggestions you got off-line :) Have you come up with a robust solution, which would work in a variety of situations (in examples, tests, \Sexpr calls, etc..)? Thank you. Bests, Renaud -- Renaud Gaujoux Computational Biology - University of Cape Town South Africa
2007 Feb 27
1
Problem with R interface termination
Dear Sir, The R interface that i am currently using is R 2.4.1( in Win XP). I am not able to terminate the program by giving the q() command. Each time I pass this command, > q() Error in .Last() : could not find function "finalizeSession" this error creeps in and it neither allows me to save my workspace nor come out of R. Therefore, whenever this happens, I am forced to end the
2009 Sep 16
2
cluster-lite
I am about to write a "cluster-lite" R solution for myself. I wanted to know whether it already exists. If not, I will probably write up how I do this, and I will make the code available. Background: we have various linux and OSX systems, which are networked, but not set up as a cluster. I have no one here to set up a cluster, so I need a "hack" that facilitates parallel