cboettig / EcoNetGen

:package: Generate and sample from ecological networks

Home Page:https://cboettig.github.io/EcoNetGen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NetSampler impementation

cboettig opened this issue · comments

Implemented on the add-sampling branch. This still branch still writes to files though, have to figure out if we need to pass all the output files back up directly or if we can omit any of them.

Note: Cannot merge this branch (i.e. cannot submit to CRAN) until this routine is modified to avoid any calls to Fotran I/O (OPEN, WRITE, CLOSE) which are all not portable enough to be approved and raise a NOTE in R CMD CHECK.

Closed by PR #11