Version 0.2.0 (2026-03-17)

Following the initial CRAN release in January 2026, this version adds futurize() support for many more CRAN and Bioconductor packages. To achieve this, support for transpiling S3 and S4 methods was added, expanding beyond regular and generic functions. This opens the door for futurizing many more packages going forward.

Significant Changes

New Features

New Transpilers

Bug Fixes

Version 0.1.0 (2026-01-18)

This is the first version submitted to CRAN.

Version 0.0.6 (2026-01-14)

New Transpilers

New Features

Version 0.0.5 (2025-11-26)

New Features

Version 0.0.4 (2025-09-26)

New Transpilers

New Features

Version 0.0.3 (2025-08-20)

New Transpilers

New Features

Version 0.0.2 (2025-05-23)

The futurize package unifies our current future.apply, furrr, and doFuture solutions into a minimal, unified API. This means you no longer need to learn those future-specific packages and their APIs, and all you need to know is the ... |> futurize() syntax. The default behavior of futurize() is sufficient for most use cases and users, but, if needed, it comes with one unifying, unique set of arguments that can be used to configure how the futures are resolved, how they are partitioned into chunks, and how output and conditions are relayed, among other things.

New Transpilers

Version 0.0.1 (2025-03-07)

New Features