Bug#684487: r-cran-dosnow invalid dependencies

August 10th, 2012 - 09:10 am ET by hilaire.drouineau | Report spam
Package: r-cran-dosnow
Version: 1.0.3-1

package: r-base-core
Version: 2.11.1-6

I am using Debian Squeeze. When trying to load the library dosnow under
R (both installed from the debian stable repository), I get the
following message:


library(doSNOW)


Error: package 'doSNOW' was built before R 2.10.0: please re-install it

I assume that the current doSNOW version is not compatible with R>2.10.0
though r-base-core is 2.11.1-6 in the stable repository.

Yours truly,


To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
email Follow the discussionReplies 1 replyReplies Make a reply

Replies

#1 Dirk Eddelbuettel
August 10th, 2012 - 09:50 am ET | Report spam
On 10 August 2012 at 15:00, hilaire.drouineau wrote:
| Package: r-cran-dosnow
| Version: 1.0.3-1
|
| package: r-base-core
| Version: 2.11.1-6
|
| I am using Debian Squeeze. When trying to load the library dosnow under
| R (both installed from the debian stable repository), I get the
| following message:
|
| >library(doSNOW)
| Error: package 'doSNOW' was built before R 2.10.0: please re-install it
|
| I assume that the current doSNOW version is not compatible with R>2.10.0
| though r-base-core is 2.11.1-6 in the stable repository.

Works fine here:

R> library(doSNOW)
Loading required package: foreach
Loading required package: iterators
Loading required package: codetools
foreach: simple, scalable parallel programming from Revolution Analytics
Use Revolution R for scalability, fault tolerance and more.
http://www.revolutionanalytics.com
R>

As we (by default and design) cannot update a "stable" release, I suggest you
simply remove the r-cran-dosnow package and install the current one from CRAN
manually.

Dirk

|
| Yours truly,

Dirk Eddelbuettel | | http://dirk.eddelbuettel.com


To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact

Similar topics