projects
/
nngd.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix typo
[nngd.git]
/
R
/
NAMESPACE.R
1
#' @useDynLib nngd, .registration = TRUE
2
#'
3
#' @importFrom igraph is_directed vcount as_edgelist components graph_from_edgelist
4
#' @importFrom pracma pinv
5
#' @import Rcpp
6
#'
7
NULL