Re: [Bioc-devel] handling data.frame namespace

2021-02-16 Thread Martin Morgan
in your package NAMESPACE do you importFrom(data.table, ".I") ? On 2/16/21, 7:52 PM, "Bioc-devel on behalf of Alice Yue" wrote: 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 (nam

[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