[R] R CMD check: Error in get("ptime", pos = "CheckExEnv") ...

Johannes Graumann johannes_graumann at web.de
Wed Jan 30 07:02:35 CET 2013


Hi,

Does anyboody have insight into what this error terminating "R CMD check" on 
an in-house package may imply?

> ###
> cat("Time elapsed: ", proc.time() - get("ptime", pos = 'CheckExEnv'),"\n")
Error in get("ptime", pos = "CheckExEnv") : 
  unused argument(s) (pos = "CheckExEnv")
Calls: cat -> cat.default -> <Anonymous> -> get
Execution halted

It happens in the "* checking examples ... ERROR" section, yet the example 
code in the file cited as the most likely source works just fine when 
executed manually ...

thanks for any hint. 

Sincerely, Joh



More information about the R-help mailing list