The R Project SVN R

Rev

Rev 34111 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34111 Rev 34311
Line 1255... Line 1255...
1255
	$log->checking("Rd \\usage sections");
1255
	$log->checking("Rd \\usage sections");
1256
 
1256
 
1257
	my @msg_doc_files =
1257
	my @msg_doc_files =
1258
	  ("Functions with \\usage entries",
1258
	  ("Functions with \\usage entries",
1259
	   "need to have the appropriate \\alias entries,",
1259
	   "need to have the appropriate \\alias entries,",
1260
	   "and all their arguments documented.\n");
1260
	   "and all their arguments documented.\n",
-
 
1261
	   "The \\usage entries must correspond to syntactically",
-
 
1262
	   "valid R code.\n");
1261
 
1263
 
1262
	my $Rcmd = "options(warn=1)\n";
1264
	my $Rcmd = "options(warn=1)\n";
1263
	if($opt_install) {
1265
	if($opt_install) {
1264
	    $Rcmd .= "tools::checkDocFiles(package = \"${pkgname}\")\n";
1266
	    $Rcmd .= "tools::checkDocFiles(package = \"${pkgname}\")\n";
1265
	}
1267
	}