]> git.donarmstrong.com Git - cran2deb.git/blobdiff - trunk/R/lintian.R
one correction about function names -- we now have lintian support
[cran2deb.git] / trunk / R / lintian.R
index 7a3efe274e5b9b3dbcde332b97a16989fe162b06..9aa02fa72e1cbf5b6d3fc8799f77312d9d025fa5 100644 (file)
@@ -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)