Thanks a lot for your reply. I will check the alternative you suggested. Also I posted the issue at github, but saw that another user also raised it 8 days ago. Hopefully, they will fix the issue soon. The error occurs when I want to use the library. The installations of R packages are done by system admin as we are using R on server therefore I can not comment about all install.dependancies are made TRUE or not.
source("http://bioconductor.org/biocLite.R")
library(TCGAbiolinks)
Warning: program compiled against libxml 209 using older 207 Error: package or namespace load failed for TCGAbiolinks: object rbind.gtable is not exported by 'namespace:gridExtra'
sessionInfo()
R version 3.4.1 (2017-06-30)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: CentOS release 6.5 (Final)
Matrix products: default
BLAS: /mnt/software/stow/R-3.4.1/lib64/R/lib/libRblas.so
LAPACK: /mnt/software/stow/R-3.4.1/lib64/R/lib/libRlapack.so
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] BiocInstaller_1.26.1