coronet – the R library for configurable and reproducible construction of developer networks

7 stars 16 forks 7 watchers R GNU General Public License v2.0
3 Open Issues Need Help Last updated: Sep 9, 2026

Open Issues Need Help

View All on GitHub

coronet – the R library for configurable and reproducible construction of developer networks

R

coronet – the R library for configurable and reproducible construction of developer networks

R

AI Summary: The `get.edgelist.with.timestamps` function incorrectly extracts date attributes as a `list` type, preventing proper `cbind`ing and resulting in a malformed output without a date column. The proposed solution involves `unlist`ing these date elements, which converts them to UNIX timestamps, and then converting them back to POSIXct strings using `get.date.from.unix.timestamp` before `cbind`ing.

Complexity: 1/5
bug help wanted high-priority

coronet – the R library for configurable and reproducible construction of developer networks

R