]> git.donarmstrong.com Git - cran2deb.git/commitdiff
too much matlab.
authorblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Fri, 23 Oct 2009 20:38:03 +0000 (20:38 +0000)
committerblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Fri, 23 Oct 2009 20:38:03 +0000 (20:38 +0000)
git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@283 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

trunk/R/debcontrol.R

index f9aeecd4c9ac791b60d9164f59fcb724c09ee30c..2293c61530e72a1073c1d0777e791e0dd19734e2 100644 (file)
@@ -163,7 +163,7 @@ generate_control <- function(pkg) {
     # the longer description does not begin on the synopsis line --- R's
     # write.dcf does not appear to have a nicer way of doing this.
     descr = paste(descr,'"\n\n', long_descr, sep='')
-    % add some extra nice info about the original R package
+    # add some extra nice info about the original R package
     for (r_info in c('Author','Maintainer','URL')) {
         if (r_info %in% colnames(pkg$description)) {
             descr = paste(descr,'\n\n',r_info,': ',pkg$description[1,r_info],sep='')