Movatterモバイル変換
[0]ホーム
netrankr 1.2.4
- added functions from archived NetSwan package
- removed deprecated igraph calls
netrankr 1.2.3
- removed test causing issues on some platforms
netrankr 1.2.2
- fixed goodpractice warnings #17
- added more tests
- added more documentation for index_builder #15
- possibly breaking: removed mid point calculationfrom rank_intervals #12
- upgraded
igraph graph versions #23 - printed some matrices in vignette indirect_relations #11
netrankr 1.2.1
- fixed PKGNAME-package as per “Documenting packages” in R-exts.
- fixed bibentry issue
- fixed #21
netrankr 1.2.0
- benchmark vignette is now reproducible with code and data from
data-raw - internal changes after JOSS submission
netrankr 1.1.1
- removed
hcl.colors due to backward compatibility for R<3.6 (#9)
netrankr 1.1.0
neighborhood_inclusion() can return a sparse matrix(Matrix package now imported)- all functions support sparse matrices as inputs
- added
summary method fornetrankr_fullobjects - added
as.matrix method fornetrankr_fullobjects to extract probability distributions - changed to
on.exit(par(op)) in plot functions - all functions now through errors instead of warnings when thenetwork 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 colorblindfriendly
netrankr 1.0.0
- added S3 class
netrankr_full (result ofexact_rank_prob()) with print and plot functions (#8) - added S3 class
netrankr_interval (result ofrank_intervals()) with print and plot functions (#8) - added S3 class
netrankr_mcmc (result ofmcmc_rank_prob()) with print and plot functions (#8) - added
dbces11 graph (smallest graph with 5 differentcenters) plot_rank_intervals() is now deprecated- ggplot2 no longer suggested
netrankr 0.3.0
- extended
majorization_gap() to unconnected graphs - added
incomparable_pairs()
netrankr 0.2.1
- fixed a bug in
index_builder which prevented thebuilding of self defined indices - fixed a still existing bug in
transitive_reduction() - added
type = weights inindirect_relations() type = "identity" inindirect_relations()is now deprecated. Usetype = "adjacency" instead.type = "weight" added toindirect_relations() to return the weighted adjacencymatrix- vertex names are now properly added as column and rownames tomatrices produced by
indirect_relations() andexact_rank_prob().
netrankr 0.2.0
- 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 tolibrary inexamples
netrankr 0.1.1
- fixed a bug in
transitive_reduction() - fixed some errors in the documentation of
exact_rank_prob() - rephrasing of some strong statements
netrankr 0.1.0
netrankr 0.0.5
- most function reimplemented in C++ for efficiency.
- vignettes added:
browseVignettes("netrankr") - added visualization function
plot_rank_intervals() - spell checked and extended help
netrankr 0.0.1-0.0.4
initial builds, predominantely written in R.
[8]ページ先頭