How to do release handling for R projects -


i have project in r (set of codes written in r) uses several r libraries. everytime when want deploy project in new machine, r libraries have setup scratch - installing cran (including dependencies libraries). libraries upgraded cran community , when have setup things in new machine, r libraries not installed due dependencies failure.

any recommendations/help on how release handling r projects?

you should @ mran, provided revolution r/microsoft. enables load old versions of packages referencing backdated mirror of cran. should mitigate issue code rot.


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -