On 1 September 2014 at 08:06, Dirk Eddelbuettel wrote:
| Ok, I think we are once again rehashing a previous thread. The (spurious)
| Rcpp warning you saw:
|
|Warning message:
|The following packages are referenced using Rcpp::depends attributes
|however are not listed in the Depends
On 1 September 2014 at 13:43, Dr Gregory Jefferis wrote:
| Dear Dirk,
|
| On 1 Sep 2014, at 13:22, Dirk Eddelbuettel wrote:
|
| > You need both LinkingTo: statements as they give us the -I flags
| > needed for
| > compilation.
| >
| > These days you need only one Import: statement to instantiat
Dear Dirk,
On 1 Sep 2014, at 13:22, Dirk Eddelbuettel wrote:
You need both LinkingTo: statements as they give us the -I flags
needed for
compilation.
These days you need only one Import: statement to instantiate Rcpp.
Just to be clear, the relevant part of my DESCRIPTION looks like this:
I
On 1 September 2014 at 10:42, Dr Gregory Jefferis wrote:
| I have package that depends on Rcpp(Eigen). Originally I imported and
| linked to Rcpp and RcppEigen. However sending the package to the
| winbuilder server, r-devel complains that I only need to link to
| RcppEigen:
|
| * checking pac
Hello,
I have package that depends on Rcpp(Eigen). Originally I imported and
linked to Rcpp and RcppEigen. However sending the package to the
winbuilder server, r-devel complains that I only need to link to
RcppEigen:
* checking package dependencies ... NOTE
Package in Depends/Imports which