[Lme4-commits] r1886 - in pkg/SASmixed: . vignettes
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Mar 11 15:07:16 CET 2014
Author: walker
Date: 2014-03-11 15:07:15 +0100 (Tue, 11 Mar 2014)
New Revision: 1886
Modified:
pkg/SASmixed/DESCRIPTION
pkg/SASmixed/vignettes/Usinglmer.Rnw
Log:
preparing for maintenance cran update
Modified: pkg/SASmixed/DESCRIPTION
===================================================================
--- pkg/SASmixed/DESCRIPTION 2014-03-11 14:06:21 UTC (rev 1885)
+++ pkg/SASmixed/DESCRIPTION 2014-03-11 14:07:15 UTC (rev 1886)
@@ -1,7 +1,7 @@
Package: SASmixed
Title: Data sets from "SAS System for Mixed Models"
-Version: 1.0-3
-Date: 2013-09-22
+Version: 1.0-4
+Date: 2014-03-11
Maintainer: Steven Walker <steve.walker at utoronto.ca>
Contact: LME4 Authors <lme4-authors at lists.r-forge.r-project.org>
Author: Original by Littell, Milliken, Stroup, and Wolfinger,
@@ -10,8 +10,7 @@
Description: Data sets and sample lmer analyses corresponding
to the examples in Littell, Milliken, Stroup and Wolfinger
(1996), "SAS System for Mixed Models", SAS Institute.
-Depends: R (>= 2.14.0), lme4, lattice
+Depends: R (>= 2.14.0),
+Suggests: lme4, lattice
LazyData: yes
License: GPL (>=2)
-
-
Modified: pkg/SASmixed/vignettes/Usinglmer.Rnw
===================================================================
--- pkg/SASmixed/vignettes/Usinglmer.Rnw 2014-03-11 14:06:21 UTC (rev 1885)
+++ pkg/SASmixed/vignettes/Usinglmer.Rnw 2014-03-11 14:07:15 UTC (rev 1886)
@@ -31,6 +31,7 @@
options(width=75, contrasts=c(unordered="contr.SAS",ordered="contr.poly"))
library(SASmixed)
library(lme4)
+library(lattice)
@
\section{Introduction}
\label{sec:intro}
More information about the Lme4-commits
mailing list