Don't specify older patchlevel as default R

pull/1161/head
YuviPanda 2022-06-23 03:21:58 -07:00
rodzic a098f95dc4
commit e51eae9287
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -74,7 +74,7 @@ class RBuildPack(PythonBuildPack):
}
# the default if nothing is specified
r_version = "4.1.0"
r_version = "4.1"
if not hasattr(self, "_r_version"):
parts = self.runtime.split("-")