Skip to content
Prev 551 / 919 Next

Cannot install broom package

On 03/22/2018 05:11 PM, xbr17 at posteo.de wrote:
The error above usually occurs when you build a module from CRAN (in
this case, mnormt) at one point in time, then upgrade Fedora. Because
modules built from source and installed via CRAN tools aren't tracked by
Fedora, Fedora doesn't realize that upgrading libgfortran will break them.

I believe the fix should be as simple as running (in R):

install.packages('mnormt')

This should built it again from source, and link the module against the
current libgfortran library, replacing the copy that you'd built before.
It may result in a newer build of mnormt getting installed, so be aware.

hth,

~tom