We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128ef18 commit af41be0Copy full SHA for af41be0
Makefile
@@ -54,11 +54,13 @@ $(PKG_INST_FILE): $(PKG_TARGZ)
54
# Run R CMD check
55
check: build
56
@_R_CHECK_CRAN_INCOMING_=false \
57
- ${R_HOME}/bin/R CMD check ${PKG_TARGZ} --as-cran --no-vignettes
+ _XTS_TINYTEST_VERBOSE_=1 _XTS_TINYTEST_COLOR_=FALSE \
58
+ ${R_HOME}/bin/R CMD check ${PKG_TARGZ} --no-vignettes
59
60
# Check for CRAN
61
cran:
62
@${R_HOME}/bin/R CMD build ${PKG_PATH} && \
63
64
_R_CHECK_CRAN_INCOMING_=false ${R_HOME}/bin/R CMD check ${PKG_TARGZ} --as-cran
65
66
# Run unit test suite
0 commit comments