From 48157292953269867e8ea3b31f9d679101ef4ebd Mon Sep 17 00:00:00 2001 From: Kunitsyn Oleg Date: Thu, 29 Jan 2026 14:37:13 +0100 Subject: [PATCH] !![ODM-13067] Remove TODO --- Earthfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Earthfile b/Earthfile index 233a94ab..3a7ba7f5 100644 --- a/Earthfile +++ b/Earthfile @@ -87,10 +87,9 @@ r-api-client: WORKDIR generated/r # Test and build R client - # TODO: uncomment in scope of ODM-13067 - #RUN \ - # R CMD build . && \ - # R CMD check *.tar.gz --no-manual + RUN \ + R CMD build . && \ + R CMD check *.tar.gz --no-manual ARG --required R_REGISTRY_RELEASES ARG --required R_REGISTRY_SNAPSHOTS