]> git.donarmstrong.com Git - cran2deb.git/commitdiff
update dependencies
authorblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sun, 13 Sep 2009 16:32:24 +0000 (16:32 +0000)
committerblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sun, 13 Sep 2009 16:32:24 +0000 (16:32 +0000)
git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@277 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

trunk/DESCRIPTION
trunk/exec/web

index d591695b8b19e1dbe4f269029536434e0fd6ee07..b5129dbbea0ef88d27362655825d97cad35b6c18 100644 (file)
@@ -4,7 +4,7 @@ Date: 2008-07-14
 Title: Convert CRAN packages into Debian packages
 Author: Charles Blundell <blundellc@gmail.com>, with assistance from Dirk Eddelbuettel <>
 Maintainer: Charles Blundell <blundellc@gmail.com>
-Depends: ctv, utils, RSQLite, DBI, digest
+Depends: ctv, utils, RSQLite, DBI, digest, hwriter
 SystemRequirements: littler, rc, pbuilder, debian toolchain, web server, mini-dinstall, curl
 Description: Convert CRAN packages into Debian packages, mostly unassisted, easily
  subverting the R package system.
index 4c3b0a954f43659d9ac9fda0dafad3d879c98d6d..4947ff91e4c6967069f504ba21d80b27a0b41bd2 100755 (executable)
@@ -25,7 +25,7 @@ page <- function(content,path,title) {
     hwrite(title,p,heading=1)
     hwrite('Install instructions',p,center=TRUE,link='/')
     links(p)
-    hwrite(content,p,center=TRUE,border=1,table.style='border-collapse: collapse; padding: 0px 0px 0px 0px; margin: 0'
+    hwrite(content,p,center=TRUE,border=1,table.style='border-collapse: collapse; padding: 0; margin: 0'
                   ,row.names=FALSE,row.bgcolor='#ffaaaa')
     links(p)
     closePage(p)