DiskFrame / disk.frame

Fast Disk-Based Parallelized Data Manipulation Framework for Larger-than-RAM Data
https://diskframe.com
Other
595 stars 40 forks source link

NAMESPACE (still) references future::multiprocess #397

Closed HenrikBengtsson closed 1 year ago

HenrikBengtsson commented 1 year ago

Hello again (#394). Unfortunately, https://cran.r-project.org/web/packages/disk.frame/NAMESPACE still contains:

importFrom(future,multiprocess)

meaning the package will fail checks with the next release of future.

HenrikBengtsson commented 1 year ago

Closing. Appears to have been resolved, cf. https://cran.r-project.org/web/packages/disk.frame/news/news.html.

HenrikBengtsson commented 1 year ago

I was too quick. Revdep checks show that complain, and, yes, https://cran.r-project.org/web/packages/disk.frame/NAMESPACE still contains:

importFrom(future,multiprocess)

I will submit an updated version of future very very soon to CRAN and your package will break because of this.

xiaodaigh commented 1 year ago

ok. I am looking into this now. the latest version should fix this

xiaodaigh commented 1 year ago

ah cran is of until 7 Aug

jiversivers commented 1 year ago

Just installed fresh everything and updated; still getting this error. Error: package or namespace load failed for 'disk.frame': object 'multiprocess' is not exported by 'namespace:future'

yangchuhua commented 1 year ago

I got the same error report, and I installed by Conda.

library(disk.frame)
Error: package or namespace load failed for ‘disk.frame’:
 object ‘multiprocess’ is not exported by 'namespace:future'
xiaodaigh commented 1 year ago

I will try to submit to cran again.

xiaodaigh commented 1 year ago

0.8.3going to CRAN soon. so hopefully it's fixed for good!