Skip to content
Prev 15057 / 15075 Next

Updating packages from RStudio

That is just CRAN "churnaround", ggiraph 0.9.4 was published _today_ and the binary builders haven't gotten to it yet. Remember that recompilation of CRAN packages may involve recompilation of a packages reverse dependencies, so it may take a while to get to your favourite package.

You may get som traction from install.packages(....., type="binary") or options(pkgType="binary") so that the system doesn't confuse itself with newer source packages.

-pd