se-sic / coronet

coronet – the R library for configurable and reproducible construction of developer networks
GNU General Public License v2.0
7 stars 15 forks source link

Make removal of empty/deleted users consistent #235

Closed nlschn closed 1 year ago

nlschn commented 1 year ago

The function in util-read.R now uses a vector containing the columns to check for deleted and ampty users. This is important for commits, because there, the column "committer.name" is also relevant.

Also use the function in the setter methods of util.data for mails, issues, commits, and authors right after input validation.

This addresses #213.

Prerequisites

Description

Changelog