We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm unsure of the exact issue, but the following code
pkg_name <- YOUR_PACKAGE_NAME CreatePackageReport( pkg_name , report_path = file.path(getwd(), "report.html") )
Yields an error like the following on the Function Network tab (generated by FunctionReporter):
FunctionReporter
## Error in data.table::rbindlist(c(list(edgeDT), mapply(FUN = .determine_R6_dependencies, : Item 2 of input is not a data.frame, data.table or list
I've observed this error for the following packages:
processx
discovered via the code in #252
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm unsure of the exact issue, but the following code
Yields an error like the following on the Function Network tab (generated by
FunctionReporter
):I've observed this error for the following packages:
processx
discovered via the code in #252
The text was updated successfully, but these errors were encountered: