Configurations:
OS = Rhel 7.2
Platform : Power PC
Description:
Affy being one of the R-language dependency package, I was trying to build it on Rhel 7.2 machine and I am getting the below error.
Error in iconv(x, "latin1", "ASCII") : unsupported conversion from 'latin1' to 'ASCII'
Not just affy for many other Bioconductor packages e.g. DBI and annotationDBI, I am getting same error.
Steps I follow to build:
- Enter the R-shell/terminal using “R console” command
- To start with run command : source("https://bioconductor.org/biocLite.R")
- Then run command: biocLite("<pkg_name>", dependencies=true). This will install the package using Bioconductor installer.
Has anyone seen this error before? Also let me know if I am missing something here.
Any pointer would really be helpful.
Thanks,
Meghali
Thanks James for the response. I will followup more on the R-lang page.