Skip to content

Commit a6592de

Browse files
Sebastian VidrioSebastian Vidrio
Sebastian Vidrio
authored and
Sebastian Vidrio
committed
Modifying validate script because of R update to 3.2
1 parent 1725f33 commit a6592de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/validate_r_cmd_check_output.py

+5
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ def process(self):
4949
r"^Old maintainer\(s\):",
5050
r"^\s*Anqi Fu",
5151
r"^NOTE: There was 1 note.",
52+
r"^The Title field starts with the package name.",
53+
r"^The Date field is over a month old.",
5254

5355
r"^New submission",
5456

@@ -65,6 +67,9 @@ def process(self):
6567

6668
r"^Package has FOSS license, installs .class/.jar but has no 'java' directory.",
6769
r"^\* DONE",
70+
71+
r"^Checking URLs requires 'libcurl' support in the R build",
72+
r"^Status: 2 NOTEs",
6873
]
6974

7075
s = f.readline()

0 commit comments

Comments
 (0)