diff --git a/ChangeLog b/ChangeLog index c2a4242a0..92cacc15e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2025-12-19 Dirk Eddelbuettel + + * man/RcppUnitTests.Rd: Removed outdated help page + 2025-12-17 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Roll micro version and date diff --git a/man/RcppUnitTests.Rd b/man/RcppUnitTests.Rd deleted file mode 100644 index d1f513e42..000000000 --- a/man/RcppUnitTests.Rd +++ /dev/null @@ -1,28 +0,0 @@ -\name{RcppUnitTests} -\alias{RcppUnitTests} - -\title{Rcpp : unit tests results} -\description{ -Unit tests results for package Rcpp. - -Unit tests are run automatically at build time and reports are included in the -\samp{doc} directory as html or text. -} - -\seealso{ -\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}} -} - -\examples{ -# unit tests are in the unitTests directory of the package -list.files( system.file("unitTests", package = "Rcpp" ), - pattern = "^runit", full = TRUE ) - -# trigger the unit tests preparation, follow printed instructions -# on how to run them -\dontrun{ -source( system.file("unitTests", "runTests.R", package = "Rcpp" ) ) -} -} - -\keyword{programming}