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

Ivan Krylov kry|ov@r00t @end|ng |rom gm@||@com
Thu Sep 14 17:17:11 CEST 2023


В Thu, 14 Sep 2023 16:55:46 +0200
Marc Girondot via R-help <r-help using r-project.org> пишет:

> 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"
> 
>  > install.packages("insight", type="source")  

> Then update.packages() does not return insight package.
> 
> Have you an idea of what's happened ?

The binary packages are currently a bit behind on updates. The problem
that prevented them from being built has been solved, but now the
builds need to catch up with a large backlog:
https://stat.ethz.ch/pipermail/r-package-devel/2023q3/009562.html

You will stop getting this message when the macOS binary package
version 0.19.5 appears instead of the current 0.19.3 at
<https://cran.r-project.org/package=insight>.

-- 
Best regards,
Ivan



More information about the R-help mailing list