Yes, I do have internet connection.
Ok, when I open R without the sudo it's better: the biocLite is workiing. But still get some error: installation of package 'cummeRbund' had non-zero exit status.
> biocLite('cummeRbund')
BioC_mirror: http://bioconductor.org
Using Bioconductor version 2.13 (BiocInstaller 1.12.1), R version 3.0.2.
Installing package(s) 'cummeRbund'
trying URL 'http://bioconductor.org/packages/2.13/bioc/src/contrib/cummeRbund_2.4.1.tar.gz'
Content type 'application/x-gzip' length 2273444 bytes (2.2 Mb)
opened URL
==================================================
downloaded 2.2 Mb*
** installing *source* package 'cummeRbund' ...
** R
** data
** inst
** preparing package for lazy loading
Error : object 'sqliteQuickSQL' is not exported by 'namespace:RSQLite'
Error : package 'Gviz' could not be loaded
ERROR: lazy loading failed for package 'cummeRbund'
* removing '/home/lien/R/x86_64-pc-linux-gnu-library/3.0/cummeRbund'*
*The downloaded source packages are in
'/tmp/RtmpACwMdk/downloaded_packages'
Warning messages:
1: In install.packages(pkgs = pkgs, lib = lib, repos = repos, ...) :
installation of package 'cummeRbund' had non-zero exit status
2: installed directory not writable, cannot update packages 'AnnotationDbi',
'Biobase', 'biovizBase', 'chron', 'colorspace', 'DBI', 'Formula',
'GenomicFeatures', 'GenomicRanges', 'Hmisc', 'IRanges', 'labeling', 'plyr',
'RColorBrewer', 'RCurl', 'rggobi', 'rgl', 'RGtk2', 'Rsamtools', 'RSQLite',
'rtracklayer', 'scales', 'boot', 'class', 'cluster', 'codetools', 'foreign',
'KernSmooth', 'lattice', 'MASS', 'Matrix', 'mgcv', 'nlme', 'nnet', 'rpart',
'spatial'
>
When I try using the install.packages, it says that the package is not available.
> install.packages('cummeRbund', dependencies = TRUE)
Installing package into '/home/lien/R/x86_64-pc-linux-gnu-library/3.0'
(as 'lib' is unspecified)
--- Please select a CRAN mirror for use in this session ---
Warning message:
package 'cummeRbund' is not available (for R version 3.0.2)
Why
sudo R? Try justRI thought you needed
sudo Rif you wanted to install some packages?Not really. Try without the sudo.