From: edd Date: Sun, 6 Dec 2009 05:06:11 +0000 (+0000) Subject: one correction about function names -- we now have lintian support X-Git-Url: https://git.donarmstrong.com/?p=cran2deb.git;a=commitdiff_plain;h=b53222b4dcf4166a60c65117741d2ea68f550644 one correction about function names -- we now have lintian support git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@293 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- diff --git a/trunk/R/lintian.R b/trunk/R/lintian.R index 7a3efe2..9aa02fa 100644 --- a/trunk/R/lintian.R +++ b/trunk/R/lintian.R @@ -1,4 +1,4 @@ -apply_lintian <- function(pkg) { +generate_lintian <- function(pkg) { lintian_src = file.path(lintian_dir, pkg$name) if (!file.exists(lintian_src)) { notice('no lintian overrides ', lintian_src)