Re: [R] Error: cannot remove prior installation of package ‘BiocManager’

2020-06-19 Thread Ankush Sharma
Thanks, Duncan and Uwe, I was using Rstudio. This solved the problem Best Regards *Ankush Sharma* On Fri, Jun 19, 2020 at 2:25 PM Duncan Murdoch wrote: > On 19/06/2020 8:06 a.m., Ankush Sharma wrote: > > The packages were installed after the update! > > That's not relevant. The issue is

Re: [R] Error: cannot remove prior installation of package ‘BiocManager’

2020-06-19 Thread Duncan Murdoch
On 19/06/2020 8:06 a.m., Ankush Sharma wrote: The packages were installed after the update! That's not relevant. The issue is that the packages were loaded at the time you tried to update them. You may have to start R with the --vanilla option to avoid automatically loading packages if

Re: [R] Error: cannot remove prior installation of package ‘BiocManager’

2020-06-19 Thread Ankush Sharma
The packages were installed after the update! Best Regards *Ankush Sharma* On Fri, Jun 19, 2020 at 1:56 PM Uwe Ligges wrote: > The packages must not be loaded when you try to update. > > Best, > Uwe Ligges > > > > On 19.06.2020 12:07, Ankush Sharma wrote: > > Dear all, > > > > I am working R

Re: [R] Error: cannot remove prior installation of package ‘BiocManager’

2020-06-19 Thread Uwe Ligges
The packages must not be loaded when you try to update. Best, Uwe Ligges On 19.06.2020 12:07, Ankush Sharma wrote: Dear all, I am working R version 4.0.1 macos catalina , I´m not able to load libraries e.g ggplot2 Error: Error: package or namespace load failed for ‘ggplot2’ in

[R] Error: cannot remove prior installation of package ‘BiocManager’

2020-06-19 Thread Ankush Sharma
Dear all, I am working R version 4.0.1 macos catalina , I´m not able to load libraries e.g ggplot2 Error: Error: package or namespace load failed for ‘ggplot2’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package called ‘gtable’ Then i tried installing