Skip to content

adj2mat Doesn't properly handle matrices #7

@trestletech

Description

@trestletech

The initial lapply call on adjList in adj2mat creates separate columns for each element in the matrix, which crashes the function. We could just wrap the inner adjList reference in an as.data.frame or, even better, just use the matrix directly after detecting the typeof.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions