Skip to content

Commit 4680c31

Browse files
committed
update manual page removing a section the newest r-devel dislikes
1 parent a14dfd8 commit 4680c31

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2018-09-30 Dirk Eddelbuettel <[email protected]>
2+
3+
* man/RcppUnitTests.Rd: Remove \details{} with conditional code which
4+
R-devel (as of Sep 28) warns about as empty
5+
16
2018-09-28 Dirk Eddelbuettel <[email protected]>
27

38
* .travis.yml (env): Set distinct build and check options to skip

man/RcppUnitTests.Rd

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,19 @@
33

44
\title{Rcpp : unit tests results}
55
\description{
6-
Unit tests results for package Rcpp.
6+
Unit tests results for package Rcpp.
77

88
Unit tests are run automatically at build time and reports are included in the
9-
\samp{doc} directory as html or text.
9+
\samp{doc} directory as html or text.
1010
}
1111

1212
\seealso{
1313
\ifelse{latex}{}{\ifelse{html}{\url{../doc/unitTests-results/Rcpp-unitTests.html}: html formatted unit test report}{\samp{../doc/unitTests-results/Rcpp-unitTests.html}: html formatted unit test report}}
1414
}
1515

16-
\details{
17-
\ifelse{latex}{}{\ifelse{html}{\out{<pre>}}{}}
18-
\Sexpr[echo=FALSE,results=text]{
19-
txt <- system.file( "doc", "unitTests-results", "Rcpp-unitTests.txt", package = "Rcpp" )
20-
if( file.exists( txt ) ) paste( readLines( txt ), collapse = "\n\n" ) else ""
21-
}
22-
\ifelse{latex}{}{\ifelse{html}{\out{</pre>}}{}}
23-
}
24-
2516
\examples{
2617
# unit tests are in the unitTests directory of the package
27-
list.files( system.file("unitTests", package = "Rcpp" ),
18+
list.files( system.file("unitTests", package = "Rcpp" ),
2819
pattern = "^runit", full = TRUE )
2920

3021
# trigger the unit tests preparation, follow printed instructions

0 commit comments

Comments
 (0)