You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
573 B

## Test environments
7 years ago
* local OS X install, R 3.4.1 (clang)
* ubuntu 14.04 (on travis-ci), oldrel, release & devel
* win-builder (devel and release)
7 years ago
* AppVeyor
## R CMD check results
7 years ago
0 errors | 0 warnings | 0 notes
---
7 years ago
Fix per note from CRAN regarding
checks failing: htmltidy C[++]
7 years ago
code has been updated and examples
that required internet access to
successfully complete have been
re-worked to use the system.file()
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.