You could look at some extension packages, bigmemory for example. A recent
paper http://www.jstatsoft.org/v55/i14 (though for more developer-level
capabilities you would need to look at the package itself). Although the
big.matrix objects can't be used seamlessly as if they were matrices, they
do
On 4 May 2012 at 22:31, andre zege wrote:
| Simon, thanks for your comment. I guess there is no problem, i am
| apparently being lazy/busy and wondered if there is ready code that does
| it. You are right, i suppose -- i'll look at the c++ code for bigmatrix and
| will try to hack a solution.
> Y
dlier and provide more detail in places.
Apologies in advance for errors/omissions, etc... that are my own
fault, not Simon's.
http://jayemerson.blogspot.com/2011/10/setting-up-fastrwebrserve-on-ubuntu.html
On Thu, Oct 6, 2011 at 12:20 PM, Dirk Eddelbuettel wrote:
>
> On 6 October 20
Ted,
Simon may be biased, but I am not. I'm barely a few days into
Rserve/FastRWeb and am blown away (and frustrated that I didn't have a
good excuse to give it a try sooner). I'm still in the process of
refining my setup (including a fresh installation of Apache2 on my
Ubuntu box), and have doc
Mike,
Neither bigmemory nor ff are "drop in" solutions -- though useful,
they are primarily for data storage and management and allowing
convenient access to subsets of the data. Direct analysis of the full
objects via most R functions is not possible. There are many issues
that could be discus
That must be it. Our new 3.0.0 has then added the Suggests, and as
the changes from 2.2.0 to 3.0.0 were unrelated I assumed we had been
properly suggesting previously; apparently not.
Thanks,
Jay
On Sun, Apr 3, 2011 at 1:57 PM, Uwe Ligges
wrote:
>
>
> On 03.04.2011 19:31, Jay Emer
I apologize in advance for probably missing something obvious, but if
someone could point me in the right direction I'd be grateful. This
NOTE is not unique to our package (I list a few others, below).
Package bcp has several Suggests (strucchange, for example).
Then in an Rd file, we have
if (
John, thanks for starting (or restarting) this thread. I'd like to
add to the discussion with another concrete example, about as simple
as it gets, which may help focus at least part of this discussion.
I have worked with Taylor Arnold to implement a method developed in
Conover (1972) for Kolmogo
I had a problem like this for a while with bigmemory et. al... the check
went through to the very end, including successfully building the man pages,
then a number of shells popped up and the process died as described here.
The build was successful. We never did figure out exactly why, but are
fa
I didn't see anything on this in the bug reports, and a search of the
archives had lots of false positives when searching on "split" to be
helpful.
I don't view this as particularly interesting or useful, but wanted to
report it because I stumbled on it (and don't remember ever seeing
"invalid per
I'm trying to improve my package documentation and tried out
promptMethods() in R-2.10.0 (Linux 64-bit Ubuntu). It generates
an Rd file with an extra \ before signature, such as:
\item{\code{\signature(x = "matrix")}}{ ... }
generating warnings upon package check such as the following:
prepare_R
Yuri,
Based on your brief description, we have already done this with
bigmemory, and the ff package does something very similar but with
emphasis on a wide range of atomic data types and data frame. Unless
you are planning something different from what's been done before, you
shouldn't waste valu
Giuseppe,
I've been able to use NetWorkSpaces on all platforms, and have used
snow under Linux. It's possible to use snow under windows, but you'll
need to build the binary yourself I think. As an aside, I think this
makes it impossible to write a CRAN-friendly package that Requires: or
Suggests
with a big R object). In which case this would not be a good way
to spend your time. I would encourage you to make sure you understand
other aspects of handling large objects with R before investing too
much time and effort in this one direction.
Jay
<>
Hi Jay Emerson,
Our Intent
I was surprised to observe the following difference between 2.4.1 and
2.6.0 after a long overdue upgrade a few months ago of our
departmental server. It wasn't a bug fix, but a subtle improvement.
Here's the simplest example I could create. The size is excessive, on
the order of the Netflix Compe
ts. The check
requires looking for a pattern of objects; the pattern search may be avoided
by defining an object .noGenerics (with any value) in the package.
Naturally, if the package *does* have any such methods, this will prevent
them from being used.
"
Regards,
Jay
On Dec 8, 2007 4:12 PM, J
colmean, where the use of exportMethods(colmean) fails, but
export(colmean) succeeds.
We can build and use the package by using export instead of exportMethods,
but we suspect that we're missing something that might be important to
understand.
Any hints or links to something we missed would
17 matches
Mail list logo