Skip to content
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

CreatePackageReport() fails to determine dependencies between R6 objects #260

Closed
jameslamb opened this issue Oct 22, 2019 · 0 comments
Closed

Comments

@jameslamb
Copy link
Collaborator

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):

## 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants