Re: [R-pkg-devel] Whack-a-mole base::assign(".ptime", proc.time(), pos = "CheckExEnv")

2019-04-30 Thread Mark Hogue
Thank you very much Peter. Your advice helped me find the error. I had not previously known where to find the package's -Ex.R file, and I didn't even realize that this was a timeout error. (The -Ex.R file was in my working directory, not the package directory.) One function did have some long

Re: [R-pkg-devel] Whack-a-mole base::assign(".ptime", proc.time(), pos = "CheckExEnv")

2019-04-30 Thread peter dalgaard
That line is a generic part of the timing (it records current time so that at the end you can do what amounts to "Time used:" proc.time() - .ptime). It is not likely to contain the actual error -- notice that the message just gives you a best guess of the error location and that may fail. You

[R-pkg-devel] Whack-a-mole base::assign(".ptime", proc.time(), pos = "CheckExEnv")

2019-04-29 Thread Mark Hogue
(The subject title is in reference to the arcade game where fake mole heads pop up and the contestant is challenged to smash them down as more and more keep popping up.) I made some changes to a package and when I run the R CMD check, I get one error with this lead-in notification: Running