Entering edit mode
Tim Smith
★
1.1k
@tim-smith-1532
Last seen 10.2 years ago
Hi,
I was trying to install the lme4 package, but the installation fails.
Here are my commands and output, alongwith the sessionInfo:
> source("http://bioconductor.org/biocLite.R")
BioC_mirror = http://www.bioconductor.org
Change using chooseBioCmirror().
Warning messages:
1: In safeSource() : Redefining âbiocinstallâ
2: In safeSource() : Redefining âbiocinstallPkgGroupsâ
3: In safeSource() : Redefining âbiocinstallReposâ
> biocLite("lme4")
Using R version 2.11.1, biocinstall version 2.6.7.
Installing Bioconductor version 2.6 packages:
[1] "lme4"
Please wait...
Warning in install.packages(pkgs = pkgs, repos = repos, ...) :
argument 'lib' is missing: using '/Users/ts/Library/R/2.11/library'
Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
package âlme4â is not available
> sessionInfo()
R version 2.11.1 (2010-05-31)
x86_64-apple-darwin9.8.0
locale:
[1] en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] tools_2.11.1
>
Should I be passing in some other parameters too?
thanks,
[[alternative HTML version deleted]]