MangoTheCat / testCoverage

R Code Coverage Package
https://www.mango-solutions.com/blog/analyzing-coverage-of-r-unit-tests-in-packages-the-testcoverage-package
BSD 3-Clause Clear License
33 stars 8 forks source link

Error in fcat(idx, basename(executionFile), "failed with error\n", verbose = verbose) : object 'verbose' not found #9

Open shuom opened 9 years ago

shuom commented 9 years ago

I'm trying to use your code and am running into an error.

"Error in fcat(idx, basename(executionFile), "failed with error\n", verbose = verbose) : object 'verbose' not found"

when I'm trying to use the reportCoverage function.

It doesn't seem like I would setting or overriding this at any point.

MangoTheCat commented 9 years ago

Issue CCT-65 raised

MangoTheCat commented 9 years ago

@shuom Please could you provide an example of the code that you ran to produce this error. Thanks for your help!