(off-list) On 13 February 2017 at 15:11, Gábor Csárdi wrote: | You need to put it in 'Imports' as well. Whatever is in LinkingTo, must be | in Imports.
Not true. So if you could not tic edd@max:~/git$ cat anytime/DESCRIPTION Package: anytime Type: Package Title: Anything to 'POSIXct' or 'Date' Converter Version: 0.2.1 Date: 2017-02-09 Author: Dirk Eddelbuettel Maintainer: Dirk Eddelbuettel <e...@debian.org> Description: Convert input in any one of character, integer, numeric, factor, or ordered type into 'POSIXct' (or 'Date') objects, using one of a number of predefined formats, and relying on Boost facilities for date and time parsing. URL: http://dirk.eddelbuettel.com/code/anytime.html BugReports: https://github.com/eddelbuettel/anytime/issues License: GPL (>= 2) Encoding: UTF-8 Depends: R (>= 3.2.0) Imports: Rcpp (>= 0.12.9) LinkingTo: Rcpp (>= 0.12.9), BH Suggests: gettz RoxygenNote: 6.0.0 edd@max:~/git$ Has LinkingTo:, does not have Imports:. Dirk -- http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org ______________________________________________ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel