Port details |
- R-cran-parallelly Enhancing the 'parallel' Package
- 1.41.0 devel =2 1.38.0Version of this port present on the latest quarterly branch.
- Maintainer: eduardo@FreeBSD.org
- Port Added: 2021-09-08 11:45:23
- Last Update: 2024-12-19 08:39:56
- Commit Hash: 4d3b94f
- 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/parallelly/
- Description:
- Utility functions that enhance the 'parallel' package and support
the built-in parallel backends of the 'future' package. For example,
availableCores() gives the number of CPU cores available to your R
process as given by the operating system, 'cgroups' and Linux
containers, R options, and environment variables, including those
set by job schedulers on high-performance compute clusters. If none
is set, it will fall back to parallel::detectCores(). Another example
is makeClusterPSOCK(), which is backward compatible with
parallel::makePSOCKcluster() while doing a better job in setting
up remote cluster workers without the need for configuring the
firewall to do port-forwarding to your local computer.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- R-cran-parallelly>0:devel/R-cran-parallelly
- To install the port:
- cd /usr/ports/devel/R-cran-parallelly/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/R-cran-parallelly
- pkg install R-cran-parallelly
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: R-cran-parallelly
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1734597196
SHA256 (parallelly_1.41.0.tar.gz) = 31fe14e3d26e2ce31d316cdd0b5b203ea890ff95d1947f3dfa5477dedc34e50f
SIZE (parallelly_1.41.0.tar.gz) = 271820
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 : math/R
- gfortran13 : lang/gcc13
- as : devel/binutils
- Runtime dependencies:
-
- R : math/R
- gfortran13 : lang/gcc13
- This port is required by:
- for Build
-
- devel/R-cran-future
- for Run
-
- devel/R-cran-future
Configuration Options:
- No options to configure
- Options name:
- devel_R-cran-parallelly
- USES:
- cran:auto-plist,compiles
- 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.41.0 19 Dec 2024 08:39:56 |
Nuno Teixeira (eduardo) |
devel/R-cran-parallelly: Update to 1.41.0
ChangeLog: https://cran.r-project.org/web/packages/parallelly/news/news.html |
1.40.1 06 Dec 2024 15:31:02 |
Nuno Teixeira (eduardo) |
devel/R-cran-parallelly: Update to 1.40.1
ChangeLog: https://cran.r-project.org/web/packages/parallelly/news/news.html |
1.40.0 04 Dec 2024 08:49:02 |
Nuno Teixeira (eduardo) |
devel/R-cran-parallelly: Update to 1.40.0
ChangeLog: https://cran.r-project.org/web/packages/parallelly/news/news.html |
1.39.0 11 Nov 2024 09:04:27 |
Nuno Teixeira (eduardo) |
devel/R-cran-parallelly: Update to 1.39.0
ChangeLog: https://cran.r-project.org/web/packages/parallelly/news/news.html |
1.38.0 28 Jul 2024 22:27:07 |
Nuno Teixeira (eduardo) |
devel/R-cran-parallelly: Update to 1.38.0
ChangeLog: https://cran.r-project.org/web/packages/parallelly/news/news.html |
1.37.1 29 Feb 2024 12:57:58 |
Nuno Teixeira (eduardo) |
devel/R-cran-parallelly: Update to 1.37.1
ChangeLog: https://cran.r-project.org/web/packages/parallelly/news/news.html |
1.37.0 16 Feb 2024 21:59:12 |
Nuno Teixeira (eduardo) |
devel/R-cran-parallelly: Update to 1.37.0
ChangeLog: https://cran.r-project.org/web/packages/parallelly/news/news.html |
1.36.0 05 Jun 2023 09:40:06 |
Nuno Teixeira (eduardo) |
devel/R-cran-parallelly: Update to 1.36.0
- Take maintainership
ChangeLog: https://cran.r-project.org/web/packages/parallelly/news/news.html |
1.35.0 02 May 2023 07:26:35 |
TAKATSU Tomonari (tota) |
devel/R-cran-parallelly: Update to 1.35.0
- Update to 1.35.0
- Drop maintainership |
1.32.1_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.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.32.1 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.32.1 23 Jul 2022 01:02:28 |
TAKATSU Tomonari (tota) |
devel/R-cran-parallelly: Update to 1.32.1 |
1.32.0 10 Jun 2022 00:42:25 |
TAKATSU Tomonari (tota) |
devel/R-cran-parallelly: Update to 1.32.0 |
1.31.1 24 Apr 2022 00:34:35 |
TAKATSU Tomonari (tota) |
devel/R-cran-parallelly: Update to 1.31.1 |
1.31.0 09 Apr 2022 02:40:05 |
TAKATSU Tomonari (tota) |
devel/R-cran-parallelly: Update to 1.31.0 |
1.30.0 20 Dec 2021 17:40:57 |
TAKATSU Tomonari (tota) |
devel/R-cran-parallelly: Update to 1.30.0 |
1.29.0 26 Nov 2021 17:26:22 |
TAKATSU Tomonari (tota) |
devel/R-cran-parallelly: Update to 1.29.0 |
1.28.1 12 Sep 2021 10:51:21 |
TAKATSU Tomonari (tota) |
devel/R-cran-parallelly: Update to 1.28.1 |
1.27.0 08 Sep 2021 11:43:37 |
TAKATSU Tomonari (tota) |
devel/R-cran-parallelly: Add new port
Utility functions that enhance the 'parallel' package and support
the built-in parallel backends of the 'future' package. For example,
availableCores() gives the number of CPU cores available to your R
process as given by the operating system, 'cgroups' and Linux
containers, R options, and environment variables, including those
set by job schedulers on high-performance compute clusters. If none
is set, it will fall back to parallel::detectCores(). Another example
is makeClusterPSOCK(), which is backward compatible with
parallel::makePSOCKcluster() while doing a better job in setting
up remote cluster workers without the need for configuring the
firewall to do port-forwarding to your local computer.
WWW: https://cran.r-project.org/web/packages/parallelly/ |