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
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