Skip to content

devtools incompatible with R 4.4.3? #2594

@Thepupa7

Description

@Thepupa7

I fail to install devtools by conda install -c conda-forge r-devtools . It seems that r-devtools needs harfbuzz >=9.0.0,<10.0a0. While the r-base (version 4.4.3) I installed needs harfbuzz >=10.2.0,<11.0a0. I’m stuck on this issue and not sure how to proceed. Any help would be great!
Here is the error message:

Could not solve for environment specs
The following packages are incompatible
├─ pin-1 is installable with the potential options
│  ├─ pin-1 1, which can be installed;
│  └─ pin-1 1 conflicts with any installable versions previously reported;
├─ r-base 4.4.3**  is installable and it requires
│  ├─ _r-mutex 1.* anacondar_1, which can be installed;
│  └─ pango >=1.56.1,<2.0a0 , which requires
│     └─ harfbuzz >=10.2.0,<11.0a0 , which can be installed;
└─ r-devtools is not installable because there are no viable options
   ├─ r-devtools [1.13.4|1.13.5|1.13.6] would require
   │  └─ _r-mutex 1.* mro_2, which conflicts with any installable versions previously reported;
   ├─ r-devtools [1.12.0|1.13.2|1.13.5] would require
   │  └─ r-base 3.3.2* , which conflicts with any installable versions previously reported;
   ├─ r-devtools [1.13.2|1.13.5|1.13.6|2.0.1] would require
   │  └─ r-base [3.4.1* |>=3.4.1,<3.4.2.0a0 ], which conflicts with any installable versions previously reported;
   ├─ r-devtools [1.13.6|2.0.1|2.0.2|2.1.0] would require
   │  └─ r-base >=3.5.1,<3.5.2.0a0 , which conflicts with any installable versions previously reported;
   ├─ r-devtools [2.1.0|2.2.0|2.2.1|2.2.2|2.3.0] would require
   │  └─ r-base >=3.5,<3.6.0a0 , which conflicts with any installable versions previously reported;
   ├─ r-devtools [2.0.2|2.1.0|...|2.4.1] would require
   │  └─ r-base >=3.6,<3.7.0a0 , which conflicts with any installable versions previously reported;
   ├─ r-devtools [2.3.0|2.3.1|...|2.4.4] would require
   │  └─ r-base >=4.0,<4.1.0a0 , which conflicts with any installable versions previously reported;
   ├─ r-devtools [2.4.1|2.4.2|2.4.3|2.4.4|2.4.5] would require
   │  └─ r-base >=4.1,<4.2.0a0 , which conflicts with any installable versions previously reported;
   ├─ r-devtools [2.4.3|2.4.5] would require
   │  └─ r-base >=4.2,<4.3.0a0 , which conflicts with any installable versions previously reported;
   ├─ r-devtools 2.4.5 would require
   │  └─ r-base >=4.3,<4.4.0a0 , which conflicts with any installable versions previously reported;
   ├─ r-devtools 2.4.5 would require
   │  └─ r-pkgdown >=2.0.6  but there are no viable options
   │     ├─ r-pkgdown 2.0.6 would require
   │     │  └─ r-base >=4.0,<4.1.0a0 , which conflicts with any installable versions previously reported;
   │     ├─ r-pkgdown [2.0.6|2.0.7] would require
   │     │  └─ r-base >=4.1,<4.2.0a0 , which conflicts with any installable versions previously reported;
   │     ├─ r-pkgdown [2.0.6|2.0.7|2.0.8|2.0.9] would require
   │     │  └─ r-base >=4.2,<4.3.0a0 , which conflicts with any installable versions previously reported;
   │     ├─ r-pkgdown [2.0.7|2.0.8|2.0.9|2.1.0|2.1.1] would require
   │     │  └─ r-base >=4.3,<4.4.0a0 , which conflicts with any installable versions previously reported;
   │     └─ r-pkgdown [2.1.0|2.1.1] would require
   │        └─ r-ragg but there are no viable options
   │           ├─ r-ragg [0.1.0|0.1.4] would require
   │           │  └─ r-base >=3.5,<3.6.0a0 , which conflicts with any installable versions previously reported;
   │           ├─ r-ragg [0.1.0|0.1.4|0.3.1|0.4.0] would require
   │           │  └─ r-base >=3.6,<3.7.0a0 , which conflicts with any installable versions previously reported;
   │           ├─ r-ragg [0.1.4|0.3.1|...|1.2.2] would require
   │           │  └─ r-base >=4.0,<4.1.0a0 , which conflicts with any installable versions previously reported;
   │           ├─ r-ragg [1.1.2|1.1.3|...|1.2.5] would require
   │           │  └─ r-base >=4.1,<4.2.0a0 , which conflicts with any installable versions previously reported;
   │           ├─ r-ragg [1.2.2|1.2.3|...|1.3.2] would require
   │           │  └─ r-base >=4.2,<4.3.0a0 , which conflicts with any installable versions previously reported;
   │           ├─ r-ragg [1.2.5|1.2.6|...|1.3.3] would require
   │           │  └─ r-base >=4.3,<4.4.0a0 , which conflicts with any installable versions previously reported;
   │           └─ r-ragg [1.3.2|1.3.3] would require
   │              └─ r-textshaping >=0.3.0  but there are no viable options
   │                 ├─ r-textshaping [0.3.4|0.3.6] would require
   │                 │  └─ r-base >=4.0,<4.1.0a0 , which conflicts with any installable versions previously reported;
   │                 ├─ r-textshaping [0.3.4|0.3.6] would require
   │                 │  └─ r-base >=4.1,<4.2.0a0 , which conflicts with any installable versions previously reported;
   │                 ├─ r-textshaping [0.3.6|0.3.7|0.4.0] would require
   │                 │  └─ r-base >=4.2,<4.3.0a0 , which conflicts with any installable versions previously reported;
   │                 ├─ r-textshaping [0.3.6|0.3.7|0.4.0] would require
   │                 │  └─ r-base >=4.3,<4.4.0a0 , which conflicts with any installable versions previously reported;
   │                 └─ r-textshaping 0.4.0 would require
   │                    └─ harfbuzz >=9.0.0,<10.0a0 , which conflicts with any installable versions previously reported;
   ├─ r-devtools 1.11.1 would require
   │  └─ r-base 3.3.1* , which conflicts with any installable versions previously reported;
   ├─ r-devtools 1.13.3 would require
   │  └─ r-base >=3.4.2,<3.4.3a0 , which conflicts with any installable versions previously reported;
   ├─ r-devtools 1.13.4 would require
   │  └─ r-base >=3.4.3,<3.4.4.0a0 , which conflicts with any installable versions previously reported;
   ├─ r-devtools 1.13.5 would require
   │  └─ r-base >=3.5.0,<3.5.1.0a0 , which conflicts with any installable versions previously reported;
   ├─ r-devtools 1.8.0 would require
   │  └─ r-base 3.2.0* , which does not exist (perhaps a missing channel);
   ├─ r-devtools 1.8.0 would require
   │  └─ r-base 3.2.1* , which does not exist (perhaps a missing channel);
   └─ r-devtools 1.9.1 would require
      └─ r-base 3.2.2* , which does not exist (perhaps a missing channel).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions