Skip to content

[Lme4-authors] installing 1.1-7

1 message · Ben Bolker

#
[taking the liberty of cc'ing this to r-sig-mixed-models]

 Have you tried

install.packages("optextras",
repos="http://R-Forge.R-project.org",type="source")
?

(this may require you to go further down the rabbit hole and install
compilation tools, see the R FAQ for your operating system ...)



On Wed, Aug 20, 2014 at 11:10 AM, Kumiko Fukumura <
kumiko.fukumura at strath.ac.uk> wrote:

            
packageVersion("lme4")  should tell you what you have (or sessionInfo())
Can you be a little bit more specific about what you're trying to do?
For basic use of lme4 you shouldn't need optimx ...