Skip to content

Commit

Permalink
new whitelist items in R check validation in py, related to PUBDEV-33…
Browse files Browse the repository at this point in the history
…02 (h2oai#633)
  • Loading branch information
jangorecki authored and abal5 committed Dec 19, 2016
1 parent f9a93d5 commit 3e8cf61
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/validate_r_cmd_check_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ def process(self):

r"^The Date field is over a month old.*",
r"^Checking URLs requires 'libcurl' support in the R build",
# relation to optional data.table package
r"^\* checking package dependencies ... NOTE",
r"^Package suggested but not available for checking*",
r"^\* checking Rd cross-references ... NOTE",
r"^Package unavailable to check Rd xrefs*",
r"^Status: 3 NOTEs",
r"^Status: 4 NOTEs"
]

s = f.readline()
Expand Down

0 comments on commit 3e8cf61

Please sign in to comment.