languageserver
languageserver copied to clipboard
Support for old R version
Is it possible to install launageserver
on older R versions than 3.4.0, e.g., 3.1.x?
languageserver depends on a number of other R packages, I take a quick look at their minimum required R version, and it looks like some of them requires R>=3.4.0.
However, languageserver does not require all these dependencies to be the latest CRAN release. So the actually required minimal R version is the maximum of all dependencies with minimum required version, which is a bit tricky to find out.
Thanks for checking out. So, this means I can checkout dependencies one by one and hopefully find out?
But it seems that in the DESCRIPTION file, the depended and imports section each have minimum version number required (>=)?
If we only specify the actually required minimal version of each dependency, i.e. using a lower version will definitely fail, then we could probably minimize the required R version.