Great, thanks so much to you both for the tips. It's very useful to have an
idea of why I got the warning and what I can do to resolve it.
Best,
Brooke
From: I�aki �car
Sent: Thursday, July 13, 2017 11:52:40 AM
To: Dirk Eddelbuettel
Cc: Anderson,Broo
I got the following warning when submitting a package to CRAN that I am
struggling to understand:
Warning: Installed Rcpp (0.12.12) different from Rcpp used to build dplyr
(0.12.11).
Here is a link to the directory with the full logs from the CRAN pretest checks:
https://win-builder.r-projec
I am creating a package with a 'Suggests' dependency on a second package hosted
in a drat repository on GitHub. I have listed the second package in 'Suggests'
of the DESCRIPTION file for the first package and listed the drat repository in
'Additional_repositories'. I have made all code in the vi