Displaying 3 results from an estimated 3 matches for "format_ptime".
Did you mean:
_format_time
2014 Sep 03
2
timings for examples in R CMD check
...every example by
the (spurious?) insertion of timings by R CMD check.
e.g.
8169a8549,8550
> > base::assign(".dptime", (proc.time() - get(".ptime", pos =
"CheckExEnv")), pos = "CheckExEnv")
> > base::cat("textplot", base::get(".format_ptime", pos =
'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n",
file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
8175a8557
Is this expected?
It is certainly not the behavior we had for many years,...
2023 Jul 02
1
Strange error in R CMD check --timings
...a comment in one of the
examples sections of a help page, an error like this could be triggered:
> base::assign(".dptime", (proc.time() - get(".ptime", pos =
"CheckExEnv")), pos = "CheckExEnv")
> base::cat("read_net", base::get(".format_ptime", pos =
'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n",
file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)...
2023 Jul 02
1
Strange error in R CMD check --timings
...gt; examples sections of a help page, an error like this could be triggered:
>
> > base::assign(".dptime", (proc.time() - get(".ptime", pos =
> "CheckExEnv")), pos = "CheckExEnv")
> > base::cat("read_net", base::get(".format_ptime", pos =
> 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n",
> file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> > ### * <FOOTER>
> > ###
> > cleanEx()
>...