Port details |
- R-cran-future Unified Parallel and Distributed Processing in R for Everyone
- 1.34.0 devel =2 1.34.0Version of this port present on the latest quarterly branch.
- Maintainer: eduardo@FreeBSD.org
- Port Added: 2021-09-08 11:45:35
- Last Update: 2024-07-30 17:11:18
- Commit Hash: 9a198ce
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL21+
- WWW:
- https://cran.r-project.org/web/packages/future/
- Description:
- The purpose of this package is to provide a lightweight and unified
Future API for sequential and parallel processing of R expression
via futures. The simplest way to evaluate an expression in parallel
is to use 'x %<-% { expression }' with 'plan(multisession)'. This
package implements sequential, multicore, multisession, and cluster
futures. With these, R expressions can be evaluated on the local
machine, in parallel a set of local machines, or distributed on a
mix of local and remote machines. Extensions to this package implement
additional backends for processing futures via compute cluster
schedulers, etc. Because of its unified API, there is no need to
modify any code in order switch from sequential on the local machine
to, say, distributed processing on a remote compute cluster. Another
strength of this package is that global variables and functions are
automatically identified and exported as needed, making it
straightforward to tweak existing code to make use of futures.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- R-cran-future>0:devel/R-cran-future
- To install the port:
- cd /usr/ports/devel/R-cran-future/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/R-cran-future
- pkg install R-cran-future
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: R-cran-future
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1722357737
SHA256 (future_1.34.0.tar.gz) = 5839d4fd1f8beb1b18b27a7c50c1eb2bb5d80acd926b1bce9323637c8b2dfa5d
SIZE (future_1.34.0.tar.gz) = 359503
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- R-cran-digest>0 : security/R-cran-digest
- R-cran-globals>=0.16.1 : devel/R-cran-globals
- R-cran-listenv>=0.8.0 : devel/R-cran-listenv
- R-cran-parallelly>=1.38.0 : devel/R-cran-parallelly
- R : math/R
- Runtime dependencies:
-
- R-cran-digest>0 : security/R-cran-digest
- R-cran-globals>=0.16.1 : devel/R-cran-globals
- R-cran-listenv>=0.8.0 : devel/R-cran-listenv
- R-cran-parallelly>=1.38.0 : devel/R-cran-parallelly
- R : math/R
- This port is required by:
- for Build
-
- devel/R-cran-future.apply
- for Run
-
- devel/R-cran-future.apply
Configuration Options:
- No options to configure
- Options name:
- devel_R-cran-future
- USES:
- cran:auto-plist
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.34.0 30 Jul 2024 17:11:18 |
Nuno Teixeira (eduardo) |
devel/R-cran-future: Update to 1.34.0
ChangeLog: https://cran.r-project.org/web/packages/future/news/news.html |
1.33.2 27 Mar 2024 10:00:36 |
Nuno Teixeira (eduardo) |
devel/R-cran-future: Update to 1.33.2
ChangeLog: https://cran.r-project.org/web/packages/future/news/news.html |
1.33.1 24 Dec 2023 14:20:43 |
Nuno Teixeira (eduardo) |
devel/R-cran-future: Update to 1.33.1
ChangeLog: https://cran.r-project.org/web/packages/future/news/news.html |
1.33.0 06 Jul 2023 08:53:16 |
Nuno Teixeira (eduardo) |
devel/R-cran-future: Update to 1.33.0
- Switch to DISTVERSION
- Take maintainership
ChangeLog: https://cran.r-project.org/web/packages/future/news/news.html |
1.32.0 02 May 2023 11:07:10 |
TAKATSU Tomonari (tota) |
devel/R-cran-future: Update to 1.32.0
- Update to 1.32.0
- Drop maintainership |
1.28.0_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
1.28.0 11 Sep 2022 20:50:49 |
TAKATSU Tomonari (tota) |
devel/R-cran-future: Update to 1.28.0 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.27.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.27.0 23 Jul 2022 02:42:53 |
TAKATSU Tomonari (tota) |
devel/R-cran-future: Update to 1.27.0 |
1.26.1 29 May 2022 23:15:52 |
TAKATSU Tomonari (tota) |
devel/R-cran-future: Update to 1.26.1 |
1.25.0 25 Apr 2022 11:11:31 |
TAKATSU Tomonari (tota) |
devel/R-cran-future: Update to 1.25.0 |
1.24.0 23 Feb 2022 00:26:53 |
TAKATSU Tomonari (tota) |
devel/R-cran-future: Update to 1.24.0 |
1.23.0 03 Nov 2021 04:52:19 |
TAKATSU Tomonari (tota) |
devel/R-cran-future: Update to 1.23.0 |
1.22.1 08 Sep 2021 11:43:39 |
TAKATSU Tomonari (tota) |
devel/R-cran-future: Add new port
The purpose of this package is to provide a lightweight and unified
Future API for sequential and parallel processing of R expression
via futures. The simplest way to evaluate an expression in parallel
is to use 'x %<-% { expression }' with 'plan(multisession)'. This
package implements sequential, multicore, multisession, and cluster
futures. With these, R expressions can be evaluated on the local
machine, in parallel a set of local machines, or distributed on a
mix of local and remote machines. Extensions to this package implement
additional backends for processing futures via compute cluster
schedulers, etc. Because of its unified API, there is no need to
modify any code in order switch from sequential on the local machine
to, say, distributed processing on a remote compute cluster. Another
strength of this package is that global variables and functions are
automatically identified and exported as needed, making it
straightforward to tweak existing code to make use of futures.
WWW: https://cran.r-project.org/web/packages/future/ |