Package: linkprediction
Title: Link Prediction Methods
Version: 1.0-0
Authors@R: c( 
  person( "Michal", "Bojanowski", email="michal2992@gmail.com", role=c("aut", "cre")), 
  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) <doi:10.1016/S0378-8733(03)00009-1>,
  Leicht E., Holme P., Newman M. (2006) <doi:10.1103/PhysRevE.73.026120>,
  Zhou T. and Zhang Y (2009) <doi:10.1140/epjb/e2009-00335-8>, and
  Fouss F., Pirotte A., Renders J., and Saerens M. (2007) <doi:10.1109/TKDE.2007.46>.
Depends: R (>= 3.1.1),
License: MIT + file LICENSE
LazyData: true
Imports: igraph, intergraph
Suggests: knitr, testthat
RoxygenNote: 6.1.0
VignetteBuilder: knitr
BugReports: https://github.com/recon-icm/linkprediction/issues
URL: https://github.com/recon-icm/linkprediction
NeedsCompilation: no
Packaged: 2018-10-12 14:38:02 UTC; mbojanowski
Author: Michal Bojanowski [aut, cre],
  Bartosz Chrol [aut],
  National Science Centre [fnd] (grant 2012/07/D/HS6/01971)
Maintainer: Michal Bojanowski <michal2992@gmail.com>
Repository: CRAN
Date/Publication: 2018-10-19 13:40:03 UTC
Built: R 4.6.0; ; 2025-08-18 09:44:51 UTC; unix
