search for: dptime

Displaying 3 results from an estimated 3 matches for "dptime".

Did you mean: uptime
2014 Sep 03
2
timings for examples in R CMD check
...iff -bw' as used by 'R CMD check'. To my surprise, whether I copy a version of the mypkg-Ex.Rout file with or without timing rows, I get differences reported for 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=ba...
2023 Jul 02
1
Strange error in R CMD check --timings
This SO post: https://stackoverflow.com/q/76583828 describes a strange R CMD check error. Depending on the contents of 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:...
2023 Jul 02
1
Strange error in R CMD check --timings
...:01 schrieb Duncan Murdoch: > This SO post: https://stackoverflow.com/q/76583828 describes a strange R > CMD check error. Depending on the contents of 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&quot...