We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d5a14 commit f9cfd25Copy full SHA for f9cfd25
1 file changed
Earthfile
@@ -87,10 +87,9 @@ r-api-client:
87
WORKDIR generated/r
88
89
# Test and build R client
90
- # TODO: uncomment in scope of ODM-13067
91
- #RUN \
92
- # R CMD build . && \
93
- # R CMD check *.tar.gz --no-manual
+ RUN \
+ R CMD build . && \
+ R CMD check *.tar.gz --no-manual
94
95
ARG --required R_REGISTRY_RELEASES
96
ARG --required R_REGISTRY_SNAPSHOTS
0 commit comments