Re: [R] only install.packages with type="source" will install packages

2023-09-14 Thread Jeff Newmiller via R-help
There is/was a discrepancy between versions in source form and in binary form for that package on the CRAN server. (The server that compiles binaries for MacOS has been stuck recently.) You declined (automatically or explicitly) to upgrade from source. This meant you kept an out-of-date binary

Re: [R] only install.packages with type="source" will install packages

2023-09-14 Thread Ivan Krylov
В Thu, 14 Sep 2023 16:55:46 +0200 Marc Girondot via R-help пишет: > insight : >  Version 0.19.3 installed in > /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library >  Version 0.19.5 available at https://cran.irsn.fr > The solution is to install with type = "source" > > >

[R] only install.packages with type="source" will install packages

2023-09-14 Thread Marc Girondot via R-help
Dear members, Since #2 weeks I have a problem with install.packages() or update.packages(): It seems to work, I have no error, but when I run again update.packages(), the same package is proposed again. Example: > update.packages() insight :  Version 0.19.3 installed in