Broken dependency on namedCapture
Opened this issue · 1 comments
marietta-d commented
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’".
tdhock commented
Hi! thanks for your interest.
it looks like namedCapture was just used in a test,
iregnet/tests/testthat/test_penaltyLearning.R
Line 218 in 89cc904
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