Port details |
- R-cran-future.apply Apply Function to Elements in Parallel using Futures
- 1.11.2 devel =2 1.11.2Version of this port present on the latest quarterly branch.
- Maintainer: eduardo@FreeBSD.org
- Port Added: 2021-09-08 11:45:37
- Last Update: 2024-04-01 13:39:08
- Commit Hash: 88ead8a
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2+
- WWW:
- https://cran.r-project.org/web/packages/future.apply/
- Description:
- Implementations of apply(), by(), eapply(), lapply(), Map(),
.mapply(), mapply(), replicate(), sapply(), tapply(), and vapply()
that can be resolved using any future-supported backend, e.g.
parallel on the local machine or distributed on a compute cluster.
These future_*apply() functions come with the same pros and cons
as the corresponding base-R *apply() functions but with the additional
feature of being able to be processed via the future framework.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- R-cran-future.apply>0:devel/R-cran-future.apply
- To install the port:
- cd /usr/ports/devel/R-cran-future.apply/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/R-cran-future.apply
- pkg install R-cran-future.apply
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: R-cran-future.apply
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1711968747
SHA256 (future.apply_1.11.2.tar.gz) = f4a635b0fa5e0d826d2f8da6bc1fa5bb055e640c29a85c644931d08ab2d81387
SIZE (future.apply_1.11.2.tar.gz) = 63881
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-future>=1.28.0 : devel/R-cran-future
- R-cran-globals>=0.16.1 : devel/R-cran-globals
- R : math/R
- Runtime dependencies:
-
- R-cran-future>=1.28.0 : devel/R-cran-future
- R-cran-globals>=0.16.1 : devel/R-cran-globals
- R : math/R
- This port is required by:
- for Build
-
- math/R-cran-lava
- for Run
-
- math/R-cran-lava
Configuration Options:
- No options to configure
- Options name:
- devel_R-cran-future.apply
- USES:
- cran:auto-plist
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 10
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.11.2 01 Apr 2024 13:39:08 |
Nuno Teixeira (eduardo) |
devel/R-cran-future.apply: Update to 1.11.2
ChangeLog: https://cran.r-project.org/web/packages/future.apply/news/news.html |
1.11.1 24 Dec 2023 14:20:44 |
Nuno Teixeira (eduardo) |
devel/R-cran-future.apply: Update to 1.11.1
ChangeLog: https://cran.r-project.org/web/packages/future.apply/news/news.html |
1.11.0 05 Jun 2023 09:40:06 |
Nuno Teixeira (eduardo) |
devel/R-cran-future.apply: Update to 1.11.0
- Take maintainership
ChangeLog: https://cran.r-project.org/web/packages/future.apply/news/news.html |
1.10.0 02 May 2023 11:37:16 |
TAKATSU Tomonari (tota) |
devel/R-cran-future.apply: Update to 1.10.0
- Update to 1.10.0
- Drop maintainership |
1.9.1_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
1.9.1 12 Sep 2022 07:04:26 |
TAKATSU Tomonari (tota) |
devel/R-cran-future.apply: Update to 1.9.1 |
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.9.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.9.0 29 Apr 2022 02:20:50 |
TAKATSU Tomonari (tota) |
devel/R-cran-future.apply: Update to 1.9.0 |
1.8.1 08 Sep 2021 11:43:39 |
TAKATSU Tomonari (tota) |
devel/R-cran-future.apply: Add new port
Implementations of apply(), by(), eapply(), lapply(), Map(),
.mapply(), mapply(), replicate(), sapply(), tapply(), and vapply()
that can be resolved using any future-supported backend, e.g.
parallel on the local machine or distributed on a compute cluster.
These future_*apply() functions come with the same pros and cons
as the corresponding base-R *apply() functions but with the additional
feature of being able to be processed via the future framework.
WWW: https://cran.r-project.org/web/packages/future.apply/ |
Number of commits found: 10
|