Re: [Rcpp-devel] Namespace error

2011-06-15 Thread soeren . vogel
On 15.06.2011, at 20:57, Dirk Eddelbuettel wrote: > On 15 June 2011 at 20:07, soeren.vo...@uzh.ch wrote: > | We refer to the discussion about the namespace error, e.g., here > [...] > | And the CHECK error reads: > | Error: .onLoad failed in loadNamespace() for 'GUTS', details: > | call: value[[

Re: [Rcpp-devel] Namespace error

2011-06-15 Thread Dirk Eddelbuettel
On 15 June 2011 at 20:07, soeren.vo...@uzh.ch wrote: | We refer to the discussion about the namespace error, e.g., here [...] | And the CHECK error reads: | Error: .onLoad failed in loadNamespace() for 'GUTS', details: | call: value[[3L]](cond) | error: failed to load module modguts from packa

[Rcpp-devel] Namespace error

2011-06-15 Thread soeren . vogel
Hello (BCC recipients FYI.) We refer to the discussion about the namespace error, e.g., here http://lists.r-forge.r-project.org/pipermail/rcpp-devel/2011-June/002435.html We have not yet get rid of the error, although the package load fine after installation. Just exposing the module and creat

Re: [Rcpp-devel] namespace error

2011-06-06 Thread soeren . vogel
> On 06.06.2011, at 14:03, Romain Francois wrote: > > Le 04/06/11 14:53, soeren.vo...@uzh.ch a écrit : > >> On 02.06.2011, at 22:51, Laurent Gatto wrote: >> >>> On 2 June 2011 20:39, wrote: On 02.06.2011, at 18:50, Dirk Eddelbuettel wrote: > On 2 June 2011 at 18:37, soeren.vo...@

Re: [Rcpp-devel] namespace error

2011-06-06 Thread Romain Francois
Le 04/06/11 14:53, soeren.vo...@uzh.ch a écrit : On 02.06.2011, at 22:51, Laurent Gatto wrote: On 2 June 2011 20:39, wrote: On 02.06.2011, at 18:50, Dirk Eddelbuettel wrote: On 2 June 2011 at 18:37, soeren.vo...@uzh.ch wrote: When R CMD CHECKing the package, I repeatedly get the error: | |

Re: [Rcpp-devel] namespace error

2011-06-04 Thread soeren . vogel
On 02.06.2011, at 22:51, Laurent Gatto wrote: > On 2 June 2011 20:39, wrote: >> On 02.06.2011, at 18:50, Dirk Eddelbuettel wrote: >> >>> On 2 June 2011 at 18:37, soeren.vo...@uzh.ch wrote: >>> >>> When R CMD CHECKing the package, I repeatedly get the error: >>> | >>> | Error: .onLoad failed in

Re: [Rcpp-devel] namespace error

2011-06-02 Thread Laurent Gatto
Dear Soeren, On 2 June 2011 20:39, wrote: > On 02.06.2011, at 18:50, Dirk Eddelbuettel wrote: > >> On 2 June 2011 at 18:37, soeren.vo...@uzh.ch wrote: >> >> When R CMD CHECKing the package, I repeatedly get the error: >> | >> | Error: .onLoad failed in loadNamespace() for 'GUTS', details: >> |  

Re: [Rcpp-devel] namespace error

2011-06-02 Thread soeren . vogel
On 02.06.2011, at 18:50, Dirk Eddelbuettel wrote: > On 2 June 2011 at 18:37, soeren.vo...@uzh.ch wrote: > > When R CMD CHECKing the package, I repeatedly get the error: > | > | Error: .onLoad failed in loadNamespace() for 'GUTS', details: > | call: value[[3L]](cond) > | error: failed to load

Re: [Rcpp-devel] namespace error

2011-06-02 Thread Dirk Eddelbuettel
On 2 June 2011 at 18:37, soeren.vo...@uzh.ch wrote: | Hello | | I have a Package called Pack with an Rcpp module Foo, which is a C++ class implemented using Rcpp module. When R CMD CHECKing the package, I repeatedly get the error: | | Error: .onLoad failed in loadNamespace() for 'GUTS', detail

[Rcpp-devel] namespace error

2011-06-02 Thread soeren . vogel
Hello I have a Package called Pack with an Rcpp module Foo, which is a C++ class implemented using Rcpp module. When R CMD CHECKing the package, I repeatedly get the error: Error: .onLoad failed in loadNamespace() for 'GUTS', details: call: value[[3L]](cond) error: failed to load module mod