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

Fix more R warnings, update and fix initiation of sparse matrices, and update example plot in showcase.R #241

Closed bockthom closed 1 year ago

bockthom commented 1 year ago

Prerequisites

Description

In this PR, some R warnings are fixed that are caused by vectorized is.na calls, the initiation of sparse matrices is updated (as the interface has changed in more recent versions of the Matrix package), bugs in handling sparse matrices are fixed, and the example plot generation in the showcase.R is adjusted to the behavior of current ggplot2 versions.

Changelog