KechrisLab / multiMiR

Development repository for the multiMiR database's R API
Other
19 stars 3 forks source link

I tried to install the package, but failed. The R >=3.4 was enforced to be required. #20

Closed zhenyisong closed 6 years ago

zhenyisong commented 6 years ago

I do not want to move to the recent R version. Is any alternative approach? Thanks in advance.

mmulvahill commented 6 years ago

@zhenyisong RCurl requires 3.0 and is a dependency. I'll lower the requirement to match -- R (>= 3.0). You could test a lower version by downloading or cloning the repository from here, deleting the version requirement in the DESCRIPTION file R (>= 3.0) ==> R and attempting to build and install it.

Here are the R version requirements for dependencies (Imports) and recommended packages (Suggests):

Imports:

Suggests:

zhenyisong commented 6 years ago

@mmulvahill thanks. BTW, I did not find the correspondng version in the CRAN ( just curioius about it).

mmulvahill commented 6 years ago

@zhenyisong @smahaffey Turns out this is a Bioconductor requirement. We'll be in the next version of Bioconductor (3.6), so I'm going to re-enforce this requirement.