[R-sig-ME] Status of the development package lme4a
Matthias Gralle
gralle at bioqmed.ufrj.br
Wed Apr 20 16:13:26 CEST 2011
On Tue, 19 Apr 2011 14:20:42 -0500, Douglas Bates wrote
> I'm probably not the best person to test something like
>
> svn checkout svn://svn.r-forge.r-project.org/svnroot/lme4
>
> but I did get a response. I would start by listing the
> subdirectories as there are many and you don't want them all
>
> bates at bates3:/tmp$ svn list svn://svn.r-forge.r-project.org/svnroot/lme4
> branches/
> pkg/
> www/
>
> What you really want is in
>
> svn list svn://svn.r-forge.r-project.org/svnroot/lme4/pkg/lme4a
>
> > _______________________________________________
> > R-sig-mixed-models at r-project.org mailing list
> > https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models
> >
I have managed to install lme4a by http from the SVN repository (nightly SVN
tree snapshot) and compile it. Ch1.R runs without a problem, specifically
>pr1 <- profile(fm1ML)
works fine, but
> env(fm1ML)$Lambda
Error: could not find function "env"
Does this version of lme4a not include "env" anymore? Below are the exact
versions.
> R.Version()
$platform
[1] "i386-apple-darwin9.8.0"
$system
[1] "i386, darwin9.8.0"
$`svn rev`
[1] "55427"
$version.string
[1] "R version 2.13.0 (2011-04-13)"
>help(package=lme4a)
Information on package 'lme4a'
Description:
Package: lme4a
Version: 0.999375-65
Date: 2011-03-05
--
Professor Adjunto
Instituto de Bioquímica Médica
Universidade Federal do Rio de Janeiro
Rio de Janeiro
Brasil
More information about the R-sig-mixed-models
mailing list