diffusr
diffusr copied to clipboard
Network diffusion algorithms in R.
Thank you for the development of such a valuable tool. I am wondering if the 'graph' used in the random walk could be supported by using an object of igraph...
See https://lintr.r-lib.org/news/index.html since 3.0.0
```cpp // [[Rcpp::interfaces(r, cpp)]] // [[Rcpp::export(name=".as")]] Rcpp::List neighbors_(const Rcpp::IntegerVector& node_idxs, const Rcpp::NumericMatrix& W, const int k) { ...; } ``` This gives an error when registering routines. I guess this...
roxygen/rcpp does not provide commentation when export name is set