I am running devtools::check. How do I get the path to log files created when running it.
According to this stack overflow post https://stackoverflow.com/questions/31251544/how-can-i-send-the-output-of-r-cmd-check-to-a-file-or-variable
check() should return the path to the temp directory used to run the checks. I tried it but check() does not seem to return a thing when the check Errors.