Skip to content

Commit 05e7804

Browse files
committed
document changes to testRcppModule and testRcppClass
1 parent bf4e601 commit 05e7804

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1+
2014-09-14 Dirk Eddelbuettel <[email protected]>
2+
3+
* inst/unitTests/testRcppClass/man/Rcpp_class_examples.Rd: Similar
4+
update to yesterday's update for testRcppModule
5+
16
2014-09-13 Dirk Eddelbuettel <[email protected]>
27

38
* inst/skeleton/Rcpp_modules_examples.Rd: Added to document modules examples
49

510
* inst/unitTests/testRcppModule/NAMESPACE: Updated for current Modules use
611
* inst/unitTests/testRcppModule/R/zzz.R: Updated for current Modules use
12+
* inst/unitTests/testRcppModule/man/Rcpp_modules_examples.Rd: Also added here
713

814
2014-09-09 Dirk Eddelbuettel <[email protected]>
915

inst/NEWS.Rd

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,12 @@
4545
for \cpkg{pkgKitten}.
4646
\item The \code{modules=TRUE} case for \code{Rcpp.package.skeleton()} has
4747
been improved and now runs without complaints from \code{R CMD check} as well.
48-
}
48+
}
49+
\item Changes in Rcpp unit test functions:
50+
\itemize{
51+
\item The \code{testRcppModule} and \code{testRcppClass} sample packages
52+
now pass \code{R CMD check --as-cran} cleanly with NOTES or WARNINGS
53+
}
4954
}
5055
}
5156

0 commit comments

Comments
 (0)