anujkhare/iregnet

Broken dependency on namedCapture

Opened this issue · 1 comments

The library namedCapture appears to be deprecated and has been removed from CRAN. Trying to install iregnet with devtools::install_github("anujkhare/iregnet") given the error "dependency ‘namedCapture’ is not available for package ‘iregnet’".

Hi! thanks for your interest.
it looks like namedCapture was just used in a test,

library(namedCapture)

so you could probably get it to install by removing the namedCapture line in DESCRIPTION. Please fork and then submit a PR if you do get it working.
maybe we could get the test working again using https://github.com/tdhock/nc