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