Package: linkprediction Title: Link Prediction Methods Version: 1.0-1 Authors@R: c( person( "Michal", "Bojanowski", email="michal2992@gmail.com", role=c("aut", "cre"), comment=c(ORCID="0000-0001-7503-852X")), person("Bartosz", "Chrol", email="bartek.chrol@gmail.com", role=c("aut")), person(family="National Science Centre", role="fnd", comment="grant 2012/07/D/HS6/01971") ) Description: Implementations of most of the existing proximity-based methods of link prediction in graphs. Among the 20 implemented methods are e.g.: Adamic L. and Adar E. (2003) , Leicht E., Holme P., Newman M. (2006) , Zhou T. and Zhang Y (2009) , and Fouss F., Pirotte A., Renders J., and Saerens M. (2007) . Depends: R (>= 3.1.1), License: MIT + file LICENSE LazyData: true Imports: igraph Suggests: intergraph, knitr, rmarkdown, testthat RoxygenNote: 7.3.2 VignetteBuilder: knitr BugReports: https://github.com/recon-icm/linkprediction/issues URL: https://github.com/recon-icm/linkprediction Roxygen: list(markdown=TRUE) Encoding: UTF-8 Config/pak/sysreqs: libglpk-dev libxml2-dev Repository: https://mbojan.r-universe.dev Date/Publication: 2025-08-11 13:02:54 UTC RemoteUrl: https://github.com/recon-icm/linkprediction RemoteRef: HEAD RemoteSha: bdf810888a859daee42ba3be5bd84dd31f3843c1 NeedsCompilation: no Packaged: 2026-06-07 08:45:39 UTC; root Author: Michal Bojanowski [aut, cre] (ORCID: ), Bartosz Chrol [aut], National Science Centre [fnd] (grant 2012/07/D/HS6/01971) Maintainer: Michal Bojanowski