You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Incorporate gender data, i.e., add a configuration entry to the project configuration, add function read.gender for reading gender data, add functions get.gender and set.gender and corresponding utility functions to automatically merge gender data to the author data (PR #216, 8868ff4, bfbe4de, 0a23862, a7744b5, 6a50fd1, 413e24c, 39db315, 1e4026d)
Changed/Improved
Add mode parameter to metrics.vertex.degrees to allow choosing between indegree, outdegree, and total (#219, ae14eb4)
Adjust .drone.yml CI config to prevent pipeline fails: R version 3.3 is not tested any more as some packages are not available any more for this R version (ca6b474). Also another docker container in the CI pipeline is used as there are problems with the previously used docker instance (937f797)
Fixed
Fix values in test for the eigenvector centrality as igraph has changed the calculation of this with version 1.2.7. Also put a warning that we recommend version 1.3.0 in install.R and document it in the README.md (25fb862, 1bcbca9)
Fix the filtering of the deleted user in util-read.R to always be lowercase as the deleted user can appear with different spellings (#214, 1b4072c)
Add check to get.first.activity.data to look for missing activity types. If no activities are in the RangeData, the function will print a warning and return an empty list (PR #220, #217, 5707517, 42a4bef, d6424c0, ca8a1b4, f6553c6)