On 28/02/2022 17:08, Therneau, Terry M., Ph.D. via R-devel wrote:
I just bundled up and submitted the survival package, using R Under development 
(unstable)
(2022-02-28 r81833) -- "Unsuffered Consequences"
The 00-check.log file has a lot of lines like the following:

9a10
  > > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
75a77,78
  > > base::assign(".dptime", (proc.time() - get(".ptime", pos = 
"CheckExEnv")), p
os = "CheckExEnv")
  > > base::cat("Surv", base::get(".format_ptime", pos = 
'CheckExEnv')(get(".dptim
e", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv')
, append=TRUE, sep="\t")
81a85


One set for every .Rd file.   I don't see those when I do a diff, however:

tmt%  diff survival.Rcheck/survival-Ex.Rout 
survival/tests/Examples/survival-Ex.Rout.save
3926c3926
< Time elapsed:  10.328 0.133 10.461 0 0
---
  > Time elapsed:  10.399 0.08 10.48 0 0

Very minor.


Not a CRAN issue (R CMD check is not from CRAN). Looks like you did not follow the advice in footnote 21 of the manual:

https://cran.r-project.org/doc/manuals/r-devel/R-exts.html#FOOT21


--
Brian D. Ripley,                  rip...@stats.ox.ac.uk
Emeritus Professor of Applied Statistics, University of Oxford

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to