Entering edit mode
prabhakar ghorpade
▴
100
@prabhakar-ghorpade-6464
Last seen 10.2 years ago
Hi,Â
I have installed affy package in R version 3.0.3 from local zip
library. When I tried access affy by library("affy") I am getting
following message saying error in affy package at last. How can I
resolve it. Similar problem is encountered in accessing other packages
installed from local zip library. As in my university direct access to
 is not permitted so I need to download them to run them. Thanks.
> library("affy")
Loading required package: BiocGenerics
Loading required package: parallel
Attaching package: âBiocGenericsâ
The following objects are masked from âpackage:parallelâ:
  clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
  clusterExport, clusterMap, parApply, parCapply, parLapply,
  parLapplyLB, parRapply, parSapply, parSapplyLB
The following object is masked from âpackage:statsâ:
  xtabs
The following objects are masked from âpackage:baseâ:
  anyDuplicated, append, as.data.frame, as.vector, cbind,
colnames,
  duplicated, eval, evalq, Filter, Find, get, intersect,
is.unsorted,
  lapply, Map, mapply, match, mget, order, paste, pmax, pmax.int,
  pmin, pmin.int, Position, rank, rbind, Reduce, rep.int,
rownames,
  sapply, setdiff, sort, table, tapply, union, unique, unlist
Loading required package: Biobase
Welcome to Bioconductor
  Vignettes contain introductory material; view with
  'browseVignettes()'. To cite Bioconductor, see
  'citation("Biobase")', and for packages 'citation("pkgname")'.
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck =
vI[[i]]) :Â
 there is no package called âaffyioâ
In addition: Warning messages:
1: package âaffyâ was built under R version 3.0.2Â
2: package âBiocGenericsâ was built under R version 3.0.2Â
3: package âBiobaseâ was built under R version 3.0.2Â
Error: package or namespace load failed for âaffyâ
[[alternative HTML version deleted]]