diff --git a/scripts/validate_r_cmd_check_output.py b/scripts/validate_r_cmd_check_output.py index 500834d951..10316f2c9e 100644 --- a/scripts/validate_r_cmd_check_output.py +++ b/scripts/validate_r_cmd_check_output.py @@ -49,6 +49,8 @@ def process(self): r"^Old maintainer\(s\):", r"^\s*Anqi Fu", r"^NOTE: There was 1 note.", + r"^The Title field starts with the package name.", + r"^The Date field is over a month old.", r"^New submission", @@ -65,6 +67,9 @@ def process(self): r"^Package has FOSS license, installs .class/.jar but has no 'java' directory.", r"^\* DONE", + + r"^Checking URLs requires 'libcurl' support in the R build", + r"^Status: 2 NOTEs", ] s = f.readline()