-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
When trying to download a package from a git repo that contains a submodule, I'm encountering an error arising from an attempt to write out an object that doesn't exist from the downloaded git files:
Line 549 in 2dffed6
| writeBin(parsed[[tr$hash[l]]]$raw, opath) |
pkgload::load_all()
sy(async_git_download_repo("https://enterprise.com/user/repo.git"))
# Error in writeBin(parsed[[tr$hash[l]]]$raw, opath) :
# can only write vector objectsDebugging this line, the error occurs when opath is the path to the submodule, resulting in a parsed[..] that returns NULL.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels