Fix typo
[nngd.git] / DESCRIPTION
CommitLineData
762721a5
BA
1Package: nngd
2Type: Package
3Title: Compute distances based on the nearest-neighbors graph.
4Version: 1.0
5Date: 2021-12-06
6Author: Benjamin Auder <benjamin.auder@universite-paris-saclay.fr> [aut,cre]
7Maintainer: Benjamin Auder <benjamin.auder@universite-paris-saclay.fr>
8Description: Only two functions for now. nng() builds the nearest-neighbors graph,
9 and ectd() computes the Euclidian Commute-Time Distances.
10 Only undirected graph case implemented so far.
11License: MIT + file LICENSE
12Imports: Rcpp, RcppEigen, igraph, pracma
13LinkingTo: Rcpp, RcppEigen
14RoxygenNote: 7.1.2