Re: [R] Packages sometimes don't update, but no error or warning is thrown

2024-02-19 Thread peter dalgaard
ain the same output. The DBI package for example > is installed with version 1.2.0, which is the latest available macOS arm64 > binary. However, there is an update available for other binaries or source. > So, I guess in the end, it's not the install.packages() that is failing, but >

Re: [R] Packages sometimes don't update, but no error or warning is thrown

2024-02-17 Thread Berwin A Turlach
G'day Philipp, On Fri, 16 Feb 2024 17:33:13 +0100 Philipp Schneider wrote: > Thanks for all the input. It's happening again. This time for the > packages "DBI", "parallelly", "segmented", "survival", "V8". So, > RStudio shows updates for those and updating them via RStudio leads > to this output

Re: [R] Packages sometimes don't update, but no error or warning is thrown

2024-02-16 Thread gernophil--- via R-help
in the end, it's not the install.packages() that is failing, but the check for updates from RStudio. On the other hand, shouldn't there be at least a warning that there are new updates available, just no new binaries. Best, Philipp       Gesendet: Mittwoch, 14. Februar 2024 um 18:44 Uh

Re: [R] Packages sometimes don't update, but no error or warning is thrown

2024-02-16 Thread Duncan Murdoch
but the check for updates from RStudio. On the other hand, shouldn't there be at least a warning that there are new updates available, just no new binaries. Best, Philipp Gesendet: Mittwoch, 14. Februar 2024 um 18:44 Uhr Von: "Duncan Murdoch" An: "Martin Maechler" ,

Re: [R] Packages sometimes don't update, but no error or warning is thrown

2024-02-14 Thread Duncan Murdoch
On 14/02/2024 5:50 a.m., Martin Maechler wrote: Berwin A Turlach on Wed, 14 Feb 2024 11:47:41 +0800 writes: Berwin A Turlach on Wed, 14 Feb 2024 11:47:41 +0800 writes: > G'day Philipp, > On Tue, 13 Feb 2024 09:59:17 +0100 gernophil--- via R-help > wrote: >> this

Re: [R] Packages sometimes don't update, but no error or warning is thrown

2024-02-14 Thread peter dalgaard
What Martin says... Also, it might help to know that the original, base-R functions are still there, as utils::install.packages() utils::update.packages() (+ most likely, a restart of RStudio to make it adapt to the packages that you installed behind its back.) - Peter D. > On 14 Feb 2024, a

Re: [R] Packages sometimes don't update, but no error or warning is thrown

2024-02-14 Thread Rui Barradas
Às 10:50 de 14/02/2024, Martin Maechler escreveu: Berwin A Turlach on Wed, 14 Feb 2024 11:47:41 +0800 writes: Berwin A Turlach on Wed, 14 Feb 2024 11:47:41 +0800 writes: > G'day Philipp, > On Tue, 13 Feb 2024 09:59:17 +0100 gernophil--- via R-help > wrote: >> th

Re: [R] Packages sometimes don't update, but no error or warning is thrown

2024-02-14 Thread Martin Maechler
> Berwin A Turlach > on Wed, 14 Feb 2024 11:47:41 +0800 writes: > Berwin A Turlach > on Wed, 14 Feb 2024 11:47:41 +0800 writes: > G'day Philipp, > On Tue, 13 Feb 2024 09:59:17 +0100 gernophil--- via R-help > wrote: >> this question is related to this

Re: [R] Packages sometimes don't update, but no error or warning is thrown

2024-02-13 Thread Berwin A Turlach
G'day Philipp, On Tue, 13 Feb 2024 09:59:17 +0100 gernophil--- via R-help wrote: > this question is related to this > (https://community.rstudio.com/t/packages-are-not-updating/166214/3), > [...] > To sum it up: If I am updating packages (be it via Bioconductor or > CRAN) some packages simply d

Re: [R] Packages sometimes don't update, but no error or warning is thrown

2024-02-13 Thread Duncan Murdoch
//support.bioconductor.org/p/9156283 <https://support.bioconductor.org/p/9156283/#9156308>) in case anyone wants to check the situation in more detail. Philipp *Gesendet:* Dienstag, 13. Februar 2024 um 10:53 Uhr *Von:* "Duncan Murdoch" *An:* "R Project Help" *Betreff:* [R

Re: [R] Packages sometimes don't update, but no error or warning is thrown

2024-02-13 Thread Rui Barradas
Philipp Gesendet: Dienstag, 13. Februar 2024 um 10:53 Uhr Von: "Duncan Murdoch" An: "R Project Help" Betreff: [R] Packages sometimes don't update, but no error or warning is thrown Those three references are about RStudio and Bioconductor (or at least they start out

Re: [R] Packages sometimes don't update, but no error or warning is thrown

2024-02-13 Thread gernophil--- via R-help
Uhr Von: "Duncan Murdoch" An: "R Project Help" Betreff: [R] Packages sometimes don't update, but no error or warning is thrown Those three references are about RStudio and Bioconductor (or at least they start out that way, I didn't read through the long threads). Ne

[R] Packages sometimes don't update, but no error or warning is thrown

2024-02-13 Thread Duncan Murdoch
Those three references are about RStudio and Bioconductor (or at least they start out that way, I didn't read through the long threads). Neither of those is relevant here, but from my quick scan it appears the issue is that those systems detect a package in source form is available, then ins

[R] Packages sometimes don't update, but no error or warning is thrown

2024-02-13 Thread gernophil--- via R-help
Hey everyone,   this question is related to this (https://community.rstudio.com/t/packages-are-not-updating/166214/3), this (https://www.biostars.org/p/9586316/#9586323) and this (https://support.bioconductor.org/p/9156283/#9156308). The two latter ones are pots from myself.   To sum it up: If