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
Post a Comment