[Lme4-commits] r1770 - pkg/lme4.0
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jun 21 22:11:47 CEST 2012
Author: mmaechler
Date: 2012-06-21 22:11:47 +0200 (Thu, 21 Jun 2012)
New Revision: 1770
Modified:
pkg/lme4.0/00_chng_2_lme4
pkg/lme4.0/DESCRIPTION
Log:
tweak for releasing as "lme4" (last !?! time)
Modified: pkg/lme4.0/00_chng_2_lme4
===================================================================
--- pkg/lme4.0/00_chng_2_lme4 2012-06-21 19:35:21 UTC (rev 1769)
+++ pkg/lme4.0/00_chng_2_lme4 2012-06-21 20:11:47 UTC (rev 1770)
@@ -21,6 +21,7 @@
## Remove the "lme4 -> lme4.0" function:
rm -f R/oldconv.R man/convert_old_lme4.Rd
sed -i.bak -e '/convert_old_lme4/d' NAMESPACE
+sed -i.bak -e '/^Date:/s/:.*/: '`date --iso`'/; /to lme4.0/,/lme4.0 until/d' DESCRIPTION
# List of files that need to be "patched":
flist=`$GREP -r --no-messages -l "$pkg" . | $GREP -Fvw .svn | $GREP -vE '[-+#~0-9]$'`
perl -pi.bak -e "s/$pkg/$npkg/g" $flist
Modified: pkg/lme4.0/DESCRIPTION
===================================================================
--- pkg/lme4.0/DESCRIPTION 2012-06-21 19:35:21 UTC (rev 1769)
+++ pkg/lme4.0/DESCRIPTION 2012-06-21 20:11:47 UTC (rev 1770)
@@ -1,6 +1,6 @@
Package: lme4.0
Version: 0.9999-2
-Date: 2012-05-08
+Date: 2012-06-16
Title: Linear mixed-effects models using S4 classes
Description: Fit linear and generalized linear mixed-effects models.
This is the implementation of lme4 available on CRAN and developed up to 2011.
More information about the Lme4-commits
mailing list