Entering edit mode
shenjun_renji
•
0
@shenjun_renji-23314
Last seen 4.7 years ago
> eset=rma(Data)
installing the source package ‘hgu133plus2cdf’
试开URL’https://bioconductor.org/packages/3.10/data/annotation/src/contrib/hgu133plus2cdf_2.18.0.tar.gz'
Content type 'application/x-gzip' length 4353300 bytes (4.2 MB)
downloaded 4.2 MB
ERROR: dependency 'AnnotationDbi' is not available for package 'hgu133plus2cdf'
* removing 'D:/我的文档/R/win-library/3.6/hgu133plus2cdf'
The downloaded source packages are in
‘C:\Users\Jiao\AppData\Local\Temp\RtmpE9p4tm\downloaded_packages’
Error in getCdfInfo(object) :
Could not obtain CDF environment, problems encountered:
Specified environment does not contain HG-U133_Plus_2
Library - package hgu133plus2cdf not installed
Library - package hgu133plus2cdf not installed
此外: Warning message:
In install.packages(cdfname, lib = lib, repos = repositories(), :
installation of package ‘hgu133plus2cdf’ had non-zero exit status
Thank you. But I've installed the AnnotationDbi package, it still has an error . How can I solve this?
Try simplifying. First confirm that
loads into your R session. Then try to install the cdf package using 'standard' procedures
I suspect that this fails. I suspect it is because of the non-ASCII characters in the file path
D:/我的文档/
and that the solution is to use a path for your library that uses only ASCII characters.I believe that the ASCII character issue has been addressed in R-4.0, which is due for release at the end of this month.