hi friends,
i opened rstudio and typed:
source("http://bioconductor.org/biocLite.R")
biocLite("cummeRbund")
after some time,
The downloaded source packages are in
‘/tmp/RtmpjZVbdg/downloaded_packages’
Old packages: 'actuar', 'affy', 'affyio', 'bio3d', 'Biobase', 'Biostrings', 'bitops', 'boot', 'BRugs', 'BufferedMatrix',
'BufferedMatrixMethods', 'caTools', 'class', 'cluster', 'codetools', 'foreign', 'gdata', 'GenomicRanges', 'IRanges',
'KernSmooth', 'lattice', 'maanova', 'MASS', 'Matrix', 'mgcv', 'multtest', 'nlme', 'nnet', 'preprocessCore', 'qtl',
'RCurl', 'rgdal', 'rgenoud', 'ROC', 'RODBC', 'rpart', 'Rsamtools', 'RSQLite', 'rtracklayer', 'SparseM', 'spatial',
'survival', 'tree', 'XML', 'XVector', 'abind', 'affydata', 'ALL', 'AnnotationDbi', 'BiocGenerics', 'biomaRt', 'BSgenome',
'BSgenome.Celegans.UCSC.ce2', 'car', 'DBI', 'DynDoc', 'fibroEset', 'GenomeInfoDb', 'GenomicFeatures', 'hgu133acdf',
'hgu95av2cdf', 'hgu95av2probe', 'pls', 'qcc', 'qvalue', 'RUnit', 'sandwich', 'statmod', 'systemfit', 'TH.data',
'timeDate', 'tkWidgets', 'widgetTools', 'xtable'
Update all/some/none? [a/s/n]:
n
There were 29 warnings (use warnings() to see them)
then i went to tool option and searched cummeRbund package and press install but
install.packages("cummerbund")
Installing package into ‘/usr/people/home/izadi/R/x86_64-redhat-linux-gnu-library/3.2’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘cummerbund’ is not available (for R version 3.2.1)
what is the reason please? if you were me how install this package in rstudio? im in fedora 64 bit
thank you but i cant find ‘/tmp/RtmpjZVbdg folder
That is not relevant to your problem, The directory is temporary and removed after the end of the R session. You have an old version of many packages. Answer 'a' (edit: previously said 'y', but that was incorrect) to the question about updating.
there is no R installed on my computer just rstudio, maybe this is the reason that cummRbund package cant be find in rstudio?
Rstudio includes a version of R (otherwise how could it work???). In a new Rstudio session, enter the lines
and respond 'a' (edit: previously said 'y', but that is not a valid response) when asked if you want to update all old packages.
sorry Martin,
i tried
then,
am i right please?
I am wrong. You should answer 'a' the first time, to update all old packages.
i tried many y but again asked for another package and infinite y...when i typed a, told whould you have a personal library and i typed y...still runing something
good, it is updating your old packages. Pay attention to the output, especially if there are warnings or errors. Usually the _first_ warning or error is the problem, with later warnings or errors coming from that, so pay particular attention to that.