Skip to content

Status of the development package lme4a

10 messages · Matthias Gralle, Rolf Turner, Douglas Bates +2 more

#
Adam D. I. Kramer <adik at ...> writes:
Thanks for this info! I tried it out, but got "Connection refused" from svn. I
have only very limited experience with svn, so I may be missing something basic.
Do I need to create a repository first, or do I need to have a svn username for
R-Forge?
#
On Tue, Apr 19, 2011 at 1:17 PM, Matthias Gralle <gralle at bioqmed.ufrj.br> wrote:
You shouldn't need a repository or a user name

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
#
On Tue, 19 Apr 2011 14:20:42 -0500, Douglas Bates wrote
basic.
username for
Thank you for the suggestion! However, I get the same error message
"Connection refused" even for svn list. I will try it out at home to see if
there is some proxy or other problem with svnserve at work.

Matthias Gralle
--
Professor Adjunto
Instituto de Bioqu?mica M?dica
Universidade Federal do Rio de Janeiro
Rio de Janeiro
Brasil
#
On 20/04/11 07:20, Douglas Bates wrote:
<snip>

I'm probably the ***best*** person to test something like this, because
if there is a way for things to go wrong, the Computer Gods will find it
for me!  Without fail.

So I tested it.  There was an initial hiccup (see above!) --- I didn't 
have svn
installed on my (Ubuntu running) laptop, but "sudo apt-get install 
subversion"
fixed that.  Of course I tried "sudo apt-get install svn" first, and was 
told
``no such package''; fortunately I have ***just*** enough knowledge to know
that "svn" is like, kind of, an abbreviation for subversion.

Anyhow, after the initial hiccup the download worked seamlessly.

So it would appear that Matthias Gralle is even more afflicted by the
Computer Gods than I am.  Which is hard to believe, but there it is!

     cheers,

         Rolf Turner
#
On 20/04/11 07:43, Matthias Gralle wrote:
<SNIP>
"At work" .... Hmmmm.  Firewall problem?

     cheers,

         Rolf Turner
#
On Wed, 20 Apr 2011 09:02:57 +1200, Rolf Turner wrote
error message
I think so, and will try later at home. Anyway, I have download the "nightly
SVN tree snapshot" using normal http, and that has worked alright. Thanks for
the help.

--
Professor Adjunto
Instituto de Bioqu?mica M?dica
Universidade Federal do Rio de Janeiro
Rio de Janeiro
Brasil
#
On Tue, 19 Apr 2011 14:20:42 -0500, Douglas Bates wrote
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
works fine, but
Error: could not find function "env"

Does this version of lme4a not include "env" anymore? Below are the exact
versions.
$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)"
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
#
On Wed, Apr 20, 2011 at 9:13 AM, Matthias Gralle <gralle at bioqmed.ufrj.br> wrote:
Yes.  I have a bad "best is the enemy of the good problem" and have
delayed putting up revised versions of the R code in the book chapters
until I can stabilize the code base and modify the text to correspond
to the new code.  Unfortunately that is taking longer than I had
hoped.
#
For what it's worth,

 install.packages("lme4a",repos="http://lme4.r-forge.r-project.org/repos")

  should now work on MacOS.

  Ben
On 11-04-20 12:04 PM, Douglas Bates wrote:
#
For the record, one has to install also, now from CRAN (not from R-forge)
the packages minqa and MatrixModels.

I am then able to attach lme4a.

John Maindonald             email: john.maindonald at anu.edu.au
phone : +61 2 (6125)3473    fax  : +61 2(6125)5549
Centre for Mathematics & Its Applications, Room 1194,
John Dedman Mathematical Sciences Building (Building 27)
Australian National University, Canberra ACT 0200.
http://www.maths.anu.edu.au/~johnm
On 20/04/2011, at 5:20 AM, Douglas Bates wrote: