Skip to content

Can't Install Old Version of R #26

@bjamil

Description

@bjamil

I set the version of R using the following attribute
node['r']['version'] = '3.2.0-1precise'

However, this gives me a converge error, the gist of it being:

The following packages have unmet dependencies:
r-base : Depends: r-recommended (= 3.2.0-1precise) but 3.2.0-4precise0 is to be installed
Recommends: r-base-html but it is not going to be installed
STDERR: E: Unable to correct problems, you have held broken packages.
---- End output of apt-get -q -y install r-base=3.2.0-1precise ----
Ran apt-get -q -y install r-base=3.2.0-1precise returned 100

I tried to install via the command line with the following command but got the same error

sudo apt-get install r-base=3.2.0-1precise

Installation succeeded with the following command instead:

sudo apt-get install r-base=3.2.0-1precise r-recommended=3.2.0-1precise

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions