From 5932d3dcb7c2a2da6cf270d6882a2773200239ed Mon Sep 17 00:00:00 2001 From: mattdowle Date: Thu, 24 May 2018 14:06:45 -0700 Subject: [PATCH] .Rd line length --- man/chmatch.Rd | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/man/chmatch.Rd b/man/chmatch.Rd index c8d27d439c..b1f3dfc803 100644 --- a/man/chmatch.Rd +++ b/man/chmatch.Rd @@ -39,10 +39,11 @@ chgroup(x) \examples{ # Please type 'example(chmatch)' to run this and see timings on your machine -# N is set small here (1e5) because CRAN runs all examples and tests every night, to catch -# any problems early as R itself changes and other packages run. -# The comments here apply when N has been changed to 1e8 and were run on 2018-05-13 with R 3.5.0 and data.table 1.11.2. N = 1e5 +# N is small here (1e5) to reduce runtime because every day CRAN runs all example sections in all +# manual pages (as well as the package's test suite) using latest R-devel to catch problems early. +# The comments here apply when N has been changed to 1e8. Timings were run on 2018-05-13 with +# R 3.5.0 and data.table 1.11.2. u = as.character(as.hexmode(1:10000)) y = sample(u,N,replace=TRUE)