pkgnet icon indicating copy to clipboard operation
pkgnet copied to clipboard

CreatePackageReport() fails to list objects in package

Open jameslamb opened this issue 5 years ago • 1 comments

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

jameslamb avatar Oct 22 '19 04:10 jameslamb

I was unable to reproduce this error, and it looks like everything worked as expected for me.

TylerGrantSmith avatar Jan 04 '20 16:01 TylerGrantSmith