repo2docker icon indicating copy to clipboard operation
repo2docker copied to clipboard

Upgrade R to 4.4.2

Open rgaiacs opened this issue 10 months ago • 2 comments

rgaiacs avatar Jan 27 '25 08:01 rgaiacs

FAILED tests/unit/test_r.py::test_version_specification[-4.2] - AssertionError: assert False
 +  where False = <built-in method startswith of str object at 0x7f36265fa3f0>('4.2')
 +    where <built-in method startswith of str object at 0x7f36265fa3f0> = '4.4.2'.startswith
 +      where '4.4.2' = <repo2docker.buildpacks.r.RBuildPack object at 0x7f3626370af0>.r_version

manics avatar Feb 02 '25 15:02 manics

I will work on it in the next couple of weeks.

rgaiacs avatar Feb 05 '25 20:02 rgaiacs

This is ready to be merged.

rgaiacs avatar Aug 19 '25 13:08 rgaiacs

I've updated the PR title to indicate that this moves the default R version to 4.4 from 4.2.

yuvipanda avatar Aug 19 '25 15:08 yuvipanda