The future package in R provides a unified abstraction for asynchronous and/or parallel computation. It allows R expressions to be scheduled for future evaluation, with the result retrieved later, in a way decoupled from the specific backend used. This lets code be written in a way that works with sequential execution, multicore, multisession, cluster, or remote compute backends, without changing the high-level code. It handles automatic exporting of needed global variables/functions, managing of packages, RNG, etc. Automatic detection and export of global objects and functions needed by future expressions, so the user doesn’t need to manage that manually. Ability to control how futures are resolved.

Features

  • Unified Future API: same interface for different execution modes (sequential, multicore, multisession, cluster)
  • Automatic detection and export of global objects and functions needed by future expressions so user doesn’t need to manage that manually
  • Support for various parallel and distributed computation backends (local multicore, remote clusters, etc.)
  • Plans and strategies: ability to control how futures are resolved (e.g. whether in background, how many workers, etc.) via plan() etc
  • Integration with other packages (future.apply, furrr, etc.) to provide parallel versions of *apply(), mapping functions etc
  • Non-blocking or asynchronous evaluation (so main process need not block while future is resolving) and support for querying whether a future is resolved etc

Project Samples

Project Activity

See All Activity >

Categories

Frameworks

Follow future

future Web Site

Other Useful Business Software
A warehouse and inventory management software that scales with your business. Icon
A warehouse and inventory management software that scales with your business.

For leading 3PLs and high-volume brands searching for an advanced WMS

Logiwa is a leader in cloud-native fulfillment technology, revolutionizing high-volume fulfillment for third-party logistics (3PLs), B2B and B2C fulfillment networks, and direct-to-consumer brands. Our flagship product, Logiwa IO, is an advanced Fulfillment Management System (FMS) designed to scale operations in the digital era. Logiwa elevates digital warehousing to new heights, ensuring dynamic and efficient fulfillment processes. Our commitment to AI-driven technology, combined with a focus on customer-centricity, equips businesses to adeptly navigate and excel in rapidly changing market landscapes. Discover the future of smart fulfillment and how you can fulfill brilliantly with Logiwa IO.
Learn More
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of future!

Additional Project Details

Programming Language

R

Related Categories

R Frameworks

Registered

2025-09-12