Hi,
I try to install qvalue in R
> source("http://bioconductor.org/biocLite.R")
Bioconductor version 2.13 (BiocInstaller 1.12.1), ?biocLite for help
A newer version of Bioconductor is available after installing a new version of
R, ?BiocUpgrade for help
> biocLite("qvalue")
BioC_mirror: http://bioconductor.org
Using Bioconductor version 2.13 (BiocInstaller 1.12.1), R version 3.0.2.
Installing package(s) 'qvalue'
试开URL'http://bioconductor.org/packages/2.13/bioc/src/contrib/qvalue_1.36.0.tar.gz'
Content type 'application/x-gzip' length 500738 bytes (489 Kb)
打开了URL
==================================================
downloaded 489 Kb
* installing *source* package 'qvalue' ...
** R
** data
** inst
** preparing package for lazy loading
警告: S3方法'as.character.tclObj', 'as.character.tclVar', 'as.double.tclObj', 'as.integer.tclObj', 'as.logical.tclObj', 'as.raw.tclObj', 'print.tclObj', '[[.tclArray', '[[<-.tclArray', '$.tclArray', '$<-.tclArray', 'names.tclArray', 'names<-.tclArray', 'length.tclArray', 'length<-.tclArray', 'tclObj.tclVar', 'tclObj<-.tclVar', 'tclvalue.default', 'tclvalue.tclObj', 'tclvalue.tclVar', 'tclvalue<-.default', 'tclvalue<-.tclVar', 'close.tkProgressBar'在NAMESPACE里有声明但不存在
Error : .onLoad failed in loadNamespace() for 'tcltk', details:
call: fun(libname, pkgname)
error: 这个系统不支持Tcl/Tk
ERROR: lazy loading failed for package 'qvalue'
* removing '/home/li/R/x86_64-unknown-linux-gnu-library/3.0/qvalue'
The downloaded source packages are in
'/tmp/RtmpaIchwR/downloaded_packages'
警告信息:
In install.packages(pkgs = pkgs, lib = lib, repos = repos, ...) :
installation of package 'qvalue' had non-zero exit status
What can I do at this point?
Thanks!
Yue
Sorry but we can't read the error, it is in Chinese :-)
It seems that you have to install Tcl/TK on your system. Which operating system are you using?