pkgnet
pkgnet copied to clipboard
CreatePackageReport() fails to list objects in package
Running this code
CreatePackageReport(
'kerdiest'
, report_path = file.path(getwd(), 'whatever.html')
)
Yields the following error on the "Function Network" tab
## Error in as.environment(pos): no item called "package:kerdiest" on the search list
discovered via the code in #252
I was unable to reproduce this error, and it looks like everything worked as expected for me.