On Mon, Aug 29, 2011 at 5:30 PM, Duncan Murdoch wrote:
> On 11-08-29 6:37 PM, Gabriel Becker wrote:
>
>> Hey all,
>>
>> I get a warning about an unsupported file type in the data directory
>> during
>> R CMD check (for R 2.13.1) if I use the save function to create an Rdata,
>> but if I save the s
On Aug 29, 2011, at 7:48 PM, Alireza Mahani wrote:
> I am trying to parallelize part of a C function that is called from R (via
> .C) using OpenMP's "parallel for" pragma. I get mixed results: some runs
> finish with no problem, but some lead to R crashing after issuing a long
> error message inv
On 11-08-29 6:37 PM, Gabriel Becker wrote:
Hey all,
I get a warning about an unsupported file type in the data directory during
R CMD check (for R 2.13.1) if I use the save function to create an Rdata,
but if I save the same object to a .rda file, no warning.
Section 1.1.5 (pg 11 of the pdf) of
Hey all,
I get a warning about an unsupported file type in the data directory during
R CMD check (for R 2.13.1) if I use the save function to create an Rdata,
but if I save the same object to a .rda file, no warning.
Section 1.1.5 (pg 11 of the pdf) of the Writing R Extensions manual (2.13.1)
app
FYI,
http://cran.r-project.org/src/base/NEWS.html [May 18, 2011] is for R
v2.13.0 whereas http://cran.r-project.org/src/base/NEWS [July 8, 2011]
is for R v2.13.1. The former is linked to on a few places on
http://cran.r-project.org/.
/Henrik
__
R-deve
I am trying to parallelize part of a C function that is called from R (via
.C) using OpenMP's "parallel for" pragma. I get mixed results: some runs
finish with no problem, but some lead to R crashing after issuing a long
error message involving memory violations.
I found this post, which describes
On 30 August 2011 at 02:25, Ilana Lichtenstein wrote:
| The tutorials on the web regarding creation of C++ dlls do not discuss
| linking to libraries.
Well, there are working examples among the 3200+ CRAN packages...
| Thus my two questions are:
| (1) Does anyone know how to compile a C++ progra
I am trying to create a dynamic library (dll) for loading into R with
dyn.load command.
I am trying to use the library libdai (a machine learning C++ library) and
boost (C++ libraries) in my main C++ program. While I am able to compile the
main C++ file I am using successfully into a dll, there is
On 29/08/2011 8:20 AM, Hadley Wickham wrote:
>> So doesn't that break packages that use S3 but don't have a NAMESPACE?
>
> Maybe, but since the methods are exported as functions they are also found
> for method dispatch and imported, if another package imports from the
> Namspace. The problem
On 29.08.2011 14:20, Hadley Wickham wrote:
So doesn't that break packages that use S3 but don't have a NAMESPACE?
Maybe, but since the methods are exported as functions they are also found
for method dispatch and imported, if another package imports from the
Namspace. The problem I see is wha
>> So doesn't that break packages that use S3 but don't have a NAMESPACE?
>
> Maybe, but since the methods are exported as functions they are also found
> for method dispatch and imported, if another package imports from the
> Namspace. The problem I see is what happens if method dispatch is done o
11 matches
Mail list logo