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 11
11
global :
12
12
- DOCKER_OPTS="--rm -ti -v $(pwd):/mnt -w /mnt"
13
13
DOCKER_CNTR="rcpp/ci"
14
- R_BLD_CHK_OPTS="--no-build- vignettes --no-manual"
14
+ R_BLD_CHK_OPTS="--no-vignettes --no-manual"
15
15
16
16
before_install :
17
17
- 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
+
1
5
2018-09-27 Dirk Eddelbuettel <
[email protected] >
2
6
7
+ * DESCRIPTION (Version, Date): Roll minor version
8
+
3
9
* inst/include/Rcpp/date_datetime/Date.h: Remove the empty destructor
4
10
to make g++-9 (prerelease) happy [CRAN request]
5
11
Original file line number Diff line number Diff line change 9
9
\itemize {
10
10
\item The empty destructor for the \code {Date } class was removed
11
11
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 }).
12
14
}
13
15
\item Changes in Rcpp Deployment :
14
16
\itemize {
15
17
\item The Dockerfile for Continuous Integration sets the required
16
18
test flag (for release versions ) inside the container (Dirk ).
19
+ \item Correct the \code {R CMD check } call to skip vignettes (Dirk ).
17
20
}
18
21
}
19
22
}
You can’t perform that action at this time.
0 commit comments