You are not logged in.

#1 2015-03-13 02:01:37

lucacerone
Member
From: Spain
Registered: 2012-05-04
Posts: 144
Website

Issue upgrading from R 3.1.2 to R 3.1.3

Hi, i wanted to upgrade my system tonight,
but I am having a problem with the R package.

I currently have version 3.1.2, and an upgrade to version 3.1.3 is available.

After typing

sudo pacman -Syu

the upgrade of the packages fails with the error message:

error: failed to commit transaction (conflicting files)
r: /usr/lib/R/library/Matrix/po/fr/LC_MESSAGES/Matrix.mo exists in filesystem
r: /usr/lib/R/library/spatial/po/ko/LC_MESSAGES/R-spatial.mo exists in filesystem

Any idea how I can fix the issue?

Thanks a lot for the help,
Cheers,
Luca

Offline

#2 2015-03-13 02:03:46

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,534
Website

Re: Issue upgrading from R 3.1.2 to R 3.1.3


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#3 2015-03-13 03:15:49

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Issue upgrading from R 3.1.2 to R 3.1.3

Hmmm:

$ pkgfile -v Matrix.mo
extra/r 3.1.2-1 /usr/lib/R/library/Matrix/po/de/LC_MESSAGES/Matrix.mo
extra/r 3.1.2-1 /usr/lib/R/library/Matrix/po/en@quot/LC_MESSAGES/Matrix.mo
extra/r 3.1.2-1 /usr/lib/R/library/Matrix/po/pl/LC_MESSAGES/Matrix.mo

After updating package database:

$ pkgfile -v Matrix.mo
extra/r 3.1.3-1 /usr/lib/R/library/Matrix/po/de/LC_MESSAGES/Matrix.mo
extra/r 3.1.3-1 /usr/lib/R/library/Matrix/po/en@quot/LC_MESSAGES/Matrix.mo
extra/r 3.1.3-1 /usr/lib/R/library/Matrix/po/fr/LC_MESSAGES/Matrix.mo
extra/r 3.1.3-1 /usr/lib/R/library/Matrix/po/pl/LC_MESSAGES/Matrix.mo

Offline

Board footer

Powered by FluxBB