File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1111 global :
1212 - DOCKER_OPTS="--rm -ti -v $(pwd):/mnt -w /mnt"
1313 DOCKER_CNTR="rcpp/ci"
14- R_BLD_CHK_OPTS="--no-build- vignettes --no-manual"
14+ R_BLD_CHK_OPTS="--no-vignettes --no-manual"
1515
1616before_install :
1717 - docker pull ${DOCKER_CNTR}
Original file line number Diff line number Diff line change 1+ 2018-09-28 Dirk Eddelbuettel <
[email protected] >
2+
3+ * .travis.yml (env): Correct R CMD check option to --no-vignettes
4+
152018-09-27 Dirk Eddelbuettel <
[email protected] >
26
7+ * DESCRIPTION (Version, Date): Roll minor version
8+
39 * inst/include/Rcpp/date_datetime/Date.h: Remove the empty destructor
410 to make g++-9 (prerelease) happy [CRAN request]
511
Original file line number Diff line number Diff line change 99 \itemize {
1010 \item The empty destructor for the \code {Date } class was removed
1111 to please g ++- 9 (prerelease ) and \code {- Wdeprecated - copy } (Dirk ).
12+ \item The constructor for \code {NumericMatrix(not_init(n ,k ))} was
13+ corrected (Romain in \ghpr {904 } and Dirk in \ghpr {905 }).
1214 }
1315 \item Changes in Rcpp Deployment :
1416 \itemize {
1517 \item The Dockerfile for Continuous Integration sets the required
1618 test flag (for release versions ) inside the container (Dirk ).
19+ \item Correct the \code {R CMD check } call to skip vignettes (Dirk ).
1720 }
1821 }
1922}
You can’t perform that action at this time.
0 commit comments