• benchmark vignette is now reproducible with code and data from data-raw
  • internal changes after JOSS submission
  • removed hcl.colors due to backward compatibility for R <3.6 (#9)
  • neighborhood_inclusion() can return a sparse matrix (Matrix package now imported)
  • all functions support sparse matrices as inputs
  • added summary method for netrankr_full objects
  • added as.matrix method for netrankr_full objects to extract probability distributions
  • changed to on.exit(par(op)) in plot functions
  • all functions now through errors instead of warnings when the network is vertex transitive
  • better error handling if the input is not as expected
  • added legends to the default plot function for netrankr_full objects
  • added legend to the default plot function for netrankr_mcmc objects
  • changed default colors of the plot function for netrankr_interval objects to be more colorblind friendly
  • added S3 class netrankr_full (result of exact_rank_prob()) with print and plot functions (#8)
  • added S3 class netrankr_interval (result of rank_intervals()) with print and plot functions (#8)
  • added S3 class netrankr_mcmc (result of mcmc_rank_prob()) with print and plot functions (#8)
  • added dbces11 graph (smallest graph with 5 different centers)
  • plot_rank_intervals() is now deprecated
  • ggplot2 no longer suggested
  • added Rstudio addin to build more than 20 centrality indices
  • added indirect relations: dist_lf,dist_walk, depend_netflow, depend_exp, depend_rsps, depend_rspn, depend_curflow, dist_rwalk, dist_walk
  • API breaking: changed “dependencies” to “depend_sp” in indirect_relations()
  • API breaking: changed “geodesic” to “dist_sp” in indirect_relations()
  • API breaking: changed “resistance” to “dist_resist” in indirect_relations()
  • The above old types still work in this version
  • changed require to library in examples
  • first public release
  • most function reimplemented in C++ for efficiency.
  • vignettes added: browseVignettes("netrankr")
  • added visualization function plot_rank_intervals()
  • spell checked and extended help

initial builds, predominantely written in R.