bpaggregate with formula returns strange error message
1
1
Entering edit mode
maltethodberg ▴ 170
@maltethodberg-9690
Last seen 7 days ago
Denmark

Is bpaggregate from the BiocParallel package intended to be a drop-in replacement for aggregate? I am getting a somewhat cryptic error message when trying to use it:

library(BiocParallel)
aggregate(Sepal.Length~Species, data=iris, FUN=sum) # Works
bpaggregate(Sepal.Length~Species, data=iris, FUN=sum) # Return error

# Error in eval(extras, data, env) : object 'BPREDO' not found 
biocparallel bpaggregate aggregate • 912 views
ADD COMMENT
3
Entering edit mode
@martin-morgan-1513
Last seen 3 days ago
United States

Thanks for the report; this should be fixed in BiocParallel version 1.14.2 (release) / 1.15.7 (devel) via biocLite() in at about noon Eastern time Monday, or via BiocInstaller::biocLite("Bioconductor/BiocParallel", ref="RELEASE_3_7") / ref = "master" now.

ADD COMMENT

Login before adding your answer.

Traffic: 829 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6