From 578a7c47f664c16ebe238d6d7a6eeb38d6c454b0 Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Fri, 18 May 2018 15:49:46 -0700 Subject: [PATCH] revert to old coveralls --- .travis.yml | 2 +- cran-comments.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 51c858fa..d66532e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ before_install: - Rscript -e 'update.packages(ask = FALSE)' after_success: - - Rscript -e 'library(covr);coveralls(line_exclusions = list("R/global_memory.r", "R/zzz.r" = 1:118, "R/imsn.R"), function_exclusions = "getfile")' + - Rscript -e 'library(covr);coveralls(line_exclusions = list("R/global_memory.r", "R/zzz.r" = 1:118, "R/imsn.R", "R/file_handling.r" = 1:119))' notifications: email: diff --git a/cran-comments.md b/cran-comments.md index 49af6419..8b66793c 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -6,13 +6,13 @@ This version corrects a major documentation error and moves polysat to imports * local macOS install, R 3.5.0 * ubuntu 12.04 (on travis-ci), devel (2018-03-15 r74411) and R 3.5.0 -* winbuilder devel (2018-03-12 r74405) +* windows R Under development (unstable) (2018-05-15 r74727) ## R CMD check results Ubuntu Linux: OK macOS: OK -Windows: NOTE -- Found no calls to: 'R_registerRoutines', 'R_useDynamicSymbols' +Windows: OK I believe this is a false positive as it did not show up on the other systems.