Browse Source

CRAN fix + clearing travis pkg cache

tags/v0.4.0
boB Rudis 7 years ago
parent
commit
2a2b9b0b0a
No known key found for this signature in database GPG Key ID: 2A514A4997464560
  1. 2
      .travis.yml
  2. 9
      cran-comments.md

2
.travis.yml

@ -1,6 +1,6 @@
language: R language: R
sudo: required sudo: required
cache: packages #cache: packages
r: r:
- oldrel - oldrel

9
cran-comments.md

@ -12,9 +12,14 @@
--- ---
Fix per note from CRAN regarding Fix per note from CRAN regarding
checks failing, htmltidy C[++] checks failing: htmltidy C[++]
code has been updated and examples code has been updated and examples
that required internet access to that required internet access to
successfully complete have been successfully complete have been
re-worked to use the system.file() 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.

Loading…
Cancel
Save