Off topic:Supporting a tool written in R
1
0
Entering edit mode
4.4 years ago

Dear all,

I probably made a mistake and developed a tool in R.

Obviously, when R version updates, many packages stop working just because.

So, instead of install.packages I try to use the particular version of the packages (old one). It depends on other packages, who can not be installed using an old R version. I was trying to install them from sources - after 10th step I gave up - it is not a good way to install packages for sure.

The tool is supposed to be used in clinics = no docker is allowed.

What are the other ways to provide an installation of R packages, given that many people use old R versions (say, starting from 3.2) and are not going to update it?

devtools also can not be installed using old R since it depends on other packages that have the same problem.

UPD: solution: https://github.com/imgag/megSAP/blob/master/data/install_deps_clincnv.R , but before devtools has to be installed via Ubuntu package manager (not from R).

sudo apt-get install -y r-cran-devtools
R • 538 views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 3065 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6