From: roosen <roosen@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> Date: Wed, 5 Oct 2011 06:44:23 +0000 (+0000) Subject: Changed maintainer to "Charles Roosen" in the DESCRIPTION file. Updated the version... X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7250e35292f65ba2b78dbdd5975ac112659347e4;p=xtable.git Changed maintainer to "Charles Roosen" in the DESCRIPTION file. Updated the version number to 1.5-7. git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@3 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- diff --git a/pkg/DESCRIPTION b/pkg/DESCRIPTION index 92c726b..fd94669 100644 --- a/pkg/DESCRIPTION +++ b/pkg/DESCRIPTION @@ -1,9 +1,9 @@ Package: xtable -Version: 1.5-6 -Date: 2009/10/30 +Version: 1.5-7 +Date: 2011/10/05 Title: Export tables to LaTeX or HTML Author: David B. Dahl <dahl@stat.tamu.edu> -Maintainer: David B. Dahl <dahl@stat.tamu.edu> +Maintainer: Charles Roosen <croosen@mango-solutions.com> Description: Coerce data to LaTeX and HTML tables Depends: R (>= 2.6.0) License: GPL (>= 2) diff --git a/pkg/NEWS b/pkg/NEWS index 897a8d8..3742190 100644 --- a/pkg/NEWS +++ b/pkg/NEWS @@ -1,3 +1,8 @@ +1.5-7 (2011-10-05) + * Changed the maintainer to "Charles Roosen". + * Created an "xtable" project on R-Forge. + * This release is primarily checking the R-Forge build/release process. + 1.5-6 (2009-10-30) * Support caption at the top in the LaTeX longtable. * Use options()$OutDec for decimal mark.