diff --git a/.travis.yml b/.travis.yml index 3981293..5b798d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: R sudo: required -cache: packages +#cache: packages r: - oldrel diff --git a/cran-comments.md b/cran-comments.md index 8cd245e..6059bb4 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -12,9 +12,14 @@ --- Fix per note from CRAN regarding -checks failing, htmltidy C[++] +checks failing: htmltidy C[++] code has been updated and examples that required internet access to successfully complete have been re-worked to use the system.file() -package exmaple files. +package example files. + +Also switched to lettting Rcpp create +the registration code vs the self- +generated one that was in the +(now removed) init.c.