[Bioc-devel] handling data.frame namespace

2021-02-16 Thread Alice Yue
Hello there, I am working to update the flowGraph package on Bioconductor and I keep getting an error about a missing namespace for the following code (namely ".I" for specifying the row in data.table): dt <- data.table::as.data.table(vec)[ , list(list(.I)), by=vec] a code a got from (https

[Bioc-devel] 答复: handling data.frame namespace

2021-02-18 Thread Alice Yue
Hi Martin, That... seemed to have done the trick! No I didn't have it in before, not with the quotes on ".I". Thank you so much! Alice 发件人: Martin Morgan 发送时间: 2021年2月16日 17:00:50 收件人: Alice Yue; bioc-devel@r-project.org 主题: Re: [Bioc-