> ## try http:// if https:// URLs are not supported
> source("https://bioconductor.org/biocLite.R")
Bioconductor version 3.5 (BiocInstaller 1.26.0), ?biocLite for help
> biocLite("pd.hta.2.0")
BioC_mirror: https://bioconductor.org
Using Bioconductor 3.5 (BiocInstaller 1.26.0), R 3.4.1 (2017-06-30).
Installing package(s) ‘pd.hta.2.0’
installing the source package ‘pd.hta.2.0’
trying URL 'https://bioconductor.org/packages/3.5/data/annotation/src/contrib/pd.hta.2.0_3.12.2.tar.gz'
Content type 'application/x-gzip' length 373269686 bytes (356.0 MB)
downloaded 356.0 MB
* installing *source* package 'pd.hta.2.0' ...
** R
** data
** inst
** preparing package for lazy loading
Error: package or namespace load failed for 'oligoClasses' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called 'iterators'
Error : package 'oligoClasses' could not be loaded
ERROR: lazy loading failed for package 'pd.hta.2.0'
* removing 'C:/Users/xiuch/Documents/R/win-library/3.4/pd.hta.2.0'
The downloaded source packages are in
‘C:\Users\xiuch\AppData\Local\Temp\RtmpeMvPaH\downloaded_packages’
installation path not writeable, unable to update packages: boot, Matrix, mgcv
Warning messages:
1: running command '"C:/PROGRA~1/R/R-3.4.1/bin/x64/R" CMD INSTALL -l "C:\Users\xiuch\Documents\R\win-library\3.4" C:\Users\xiuch\AppData\Local\Temp\RtmpeMvPaH/downloaded_packages/pd.hta.2.0_3.12.2.tar.gz' had status 1
2: In install.packages(pkgs = doing, lib = lib, ...) :
installation of package ‘pd.hta.2.0’ had non-zero exit status
>
Your answer seems to be here :
Have you checked if Oligo and iterators package are correctly installed ?