From 2a2b9b0b0aa99dff085ea7d76400eaa5362c1c1f Mon Sep 17 00:00:00 2001 From: Bob Rudis Date: Fri, 29 Sep 2017 11:29:06 -0400 Subject: [PATCH] CRAN fix + clearing travis pkg cache --- .travis.yml | 2 +- cran-comments.md | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) 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.