We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting this error when running Step 1 of the PBMC tutorial: https://github.com/r3fang/SnapATAC/tree/master/examples/10X_PBMC_15K#barcode_selection :
> x.sp = Reduce(snapRbind, x.sp.ls); Error: 'rBind' is defunct; 'base::rbind' handles S4 objects since R 3.2.0 > traceback() 5: stop(errorCondition(msg, old = fname, new = new, package = package, class = "defunctError")) 4: .Defunct(msg = "'rBind' is defunct; 'base::rbind' handles S4 objects since R 3.2.0") 3: Matrix::rBind(bmat1, bmat2) 2: f(init, x[[i]]) 1: Reduce(snapRbind, x.sp.ls)
This seems like a simple patch to update rBind to base::rbind.
rBind
base::rbind
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am getting this error when running Step 1 of the PBMC tutorial: https://github.com/r3fang/SnapATAC/tree/master/examples/10X_PBMC_15K#barcode_selection :
This seems like a simple patch to update
rBind
tobase::rbind
.The text was updated successfully, but these errors were encountered: