dougmet / unsumnet

R package to reconstruct aggregated network data.
Other
0 stars 0 forks source link

Remove main, create Rcpp wrapper #3

Closed dougmet closed 9 years ago

dougmet commented 9 years ago

(migrated from bitbucket.org/dougashton/unsumnet)

The main function needs to go in the Rcpp wrapper for the dense_hybrid class.

dougmet commented 9 years ago

main went into unsum.cpp. I won't resolve until it looks more like a real function.

dougmet commented 9 years ago

This is real now. dense_hybrid compiles separately as a class.