[Bioc-devel] error from biocLite on OSX with R-devel / Bioc-devel

Vincent Carey stvjc at channing.harvard.edu
Mon Jan 30 17:09:56 CET 2017


For what it is worth I ran into the same situation with a new employee
about two weeks ago.
We got around it by doing manual installs of required packages but did not
obtain a systematic solution.
We did not have time to trace the situation sufficiently for a report.

On Mon, Jan 30, 2017 at 9:52 AM, Levi Waldron <lwaldron.research at gmail.com>
wrote:

> On Mon, Jan 30, 2017 at 12:23 AM, Martin Morgan
> <martin.morgan at roswellpark.org> wrote:
> > It seems like this is a local cache of the rstudio file that describes
> the
> > mac repository. Maybe your vanilla execution of install.packages() does
> not
> > use the repository that BiocInstaller does. So maybe
> >
> >     install.packages("lazyeval", repos=biocinstallRepos())
> >
> > fails (maybe if repeated a second time)?
>
> Yes, you're right, it fails.
>
> > This would sound like an RStudio
> > problem. Is a work-around possible with
> >
> >   options(repos=c(CRAN="https://cran.r-project.org"))
> >   biocinstallRepos()                   # should pick up new repository
> >   biocLite("lazyeval")
>
> This works for one install, then subsequently produces the same error:
>
> Browse[1]> file
>
> [1] "/var/folders/6n/cj15_ryn3ls0jtvfhtxztq080000gn/T//
> RtmpYdXlSZ/repos_https%3A%2F%2Fcran.r-project.org%2Fbin%
> 2Fmacosx%2Fmavericks%2Fcontrib%2F3.4.rds"
>
> _______________________________________________
> Bioc-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/bioc-devel
>

	[[alternative HTML version deleted]]



More information about the Bioc-devel mailing list