From 277a5365b0b1e66cd42df4a553401d1f8f46e6b8 Mon Sep 17 00:00:00 2001 From: blundellc Date: Fri, 23 Oct 2009 20:38:03 +0000 Subject: [PATCH] too much matlab. git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@283 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- trunk/R/debcontrol.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/R/debcontrol.R b/trunk/R/debcontrol.R index f9aeecd..2293c61 100644 --- a/trunk/R/debcontrol.R +++ b/trunk/R/debcontrol.R @@ -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='') -- 2.39.2