-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feedback on using the package #6
Comments
Thank you for the comments!
We are working on functionality to process packages from
This is something we will look into!
Can you share the package you were testing the traceability matrix?
We are aware of this issue and will be working on it.
This function helps resolve this issue when running |
Good to know.
Good, I think this could be useful beyond assessment on pharma environments. If you have challenges let me know, this is something I have some experience and I've dedicated some time to explore.
Yes, I was testing it with BaseSet. But I think it might be related to the S4 classes not being fully traceable with tracecovr (not sure where I read that).
Great! Note that keeping the version requirements would be also good.
Thanks for the explanation! This resolves the mystery |
Thanks for the tip. The test coverage for S4 functions seems to be working: The traceability matrix is not reporting this correctly as it is not processing the S4 classes correctly. |
Hi! Nice package.
As I was working on something similar I came to check this package. It works well in some cases and provides functionality like the traceability matrix that is not as easily provided by similar solutions. However, I have some comments about improvements it could have (not sure if it is worth it given how the landscape is changing on this area but I wanted to share some feedback):
Bioconductor
Old knitr version 0.1
Notably as the package is already installed (no specific library is set it could mess with one's library if they installed an old version of a package) it doesn't have the
--keep-source
option to run code coverage.coverage_percent
. They represent almost 44% of the functions when theresults$covr_list$total_cov
is 0.826!results$dependencies
is in a string. It would be useful to have a table and know which ones are on each field.modify_description_file()
function is needed (and it doesn't produce any log on the screen).Thanks for sharing this open source, I might use the traceability matrix.
The text was updated successfully, but these errors were encountered: