diff --git a/.travis.yml b/.travis.yml index e2d65792..36aa98d8 100755 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ matrix: - Rscript -e "Rcpp::compileAttributes()" ## The next 2 lines were a fix for lines 35-6 - Rscript -e "install.packages('./', type = 'source', repos = NULL)" - - Rscript -e "devtools::test(stop_on_failure = FALSE)" + - Rscript -e "devtools::test()" ## The following won't work until we fix the ../../packedForest -> R-Project/src problem #- printf "Starting BUILD and CHECK --as-cran\n\n" #- R CMD build --resave-data . diff --git a/docs/_templates/footer.html b/docs/_templates/footer.html new file mode 100644 index 00000000..06da83df --- /dev/null +++ b/docs/_templates/footer.html @@ -0,0 +1,9 @@ +{% extends "!footer.html" %} +{% block extrafooter %} +
+ + + +
+ {{ super() }} +{% endblock %} \ No newline at end of file