Thanks. I was able to get them out via
cacheEnv[["varName"]]
- Dario.
Original message
>Date: Tue, 19 Oct 2010 22:14:14 -0700
>From: Martin Morgan
>Subject: Re: [Rd] Loading Cached Weaver Objects
>To: d.strbe...@garvan.org.au
>Cc: r-devel@r-project.org, s...@userprimary.net
>
>On
On 10/19/2010 08:33 PM, Dario Strbenac wrote:
> Hello,
>
> I'm looking for a way to extract objects from what gets created when I Sweave
> with driver = weaver(). I found where the .Rdata objects are, but when I load
> one into R, I don't see anything that looks like the objects that were
> cre
On Tue, 19 Oct 2010, Davor Cubranic wrote:
On 2010-10-15, at 4:39 PM, Duncan Murdoch wrote:
On 15/10/2010 4:53 PM, Davor Cubranic wrote:
It appears that Mingw gcc included in RTools is missing a dependent
library. If I compile a program with '-lgomp' switch (for OpenMP
support), I get a error
Hello,
I'm looking for a way to extract objects from what gets created when I Sweave
with driver = weaver(). I found where the .Rdata objects are, but when I load
one into R, I don't see anything that looks like the objects that were created
in that code chunk.
> load("/home/darstr/r_env_cache
On 2010-10-15, at 4:39 PM, Duncan Murdoch wrote:
> On 15/10/2010 4:53 PM, Davor Cubranic wrote:
>> It appears that Mingw gcc included in RTools is missing a dependent
>> library. If I compile a program with '-lgomp' switch (for OpenMP
>> support), I get a errors about undefined references to funct
On 18.10.2010 22:01, Hans-Peter Suter wrote:
Is it possible to suppress compiling for the x64 arch when doing 'Rcmd
build?
R CMD build does not compile anything except for creating the
vignettes. Is this the case?
If so: During the pre-release cycle of R-2.12.0 we have not got any
report