Skip to content

Commit 5ec040e

Browse files
committed
correct R CMD check call, update NEWS and ChangeLog
1 parent fbca4bf commit 5ec040e

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
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

1616
before_install:
1717
- docker pull ${DOCKER_CNTR}

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
2018-09-28 Dirk Eddelbuettel <[email protected]>
2+
3+
* .travis.yml (env): Correct R CMD check option to --no-vignettes
4+
15
2018-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

inst/NEWS.Rd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@
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
}

0 commit comments

Comments
 (0)