future.callr (Q71851): Difference between revisions
From MaRDI portal
Removed claim: depends on software (P342): future (Q27643) |
Added link to MaRDI item. |
||||||||||||||
(3 intermediate revisions by one other user not shown) | |||||||||||||||
Property / last update | |||||||||||||||
| |||||||||||||||
Property / last update: 14 December 2022 / rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: callr / rank | |||||||||||||||
Property / imports: callr / qualifier | |||||||||||||||
Property / software version identifier | |||||||||||||||
0.2.0 | |||||||||||||||
Property / software version identifier: 0.2.0 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 0.2.0 / qualifier | |||||||||||||||
publication date: 13 February 2018
| |||||||||||||||
Property / software version identifier | |||||||||||||||
0.3.0 | |||||||||||||||
Property / software version identifier: 0.3.0 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 0.3.0 / qualifier | |||||||||||||||
publication date: 3 May 2018
| |||||||||||||||
Property / software version identifier | |||||||||||||||
0.3.1 | |||||||||||||||
Property / software version identifier: 0.3.1 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 0.3.1 / qualifier | |||||||||||||||
publication date: 18 July 2018
| |||||||||||||||
Property / software version identifier | |||||||||||||||
0.4.0 | |||||||||||||||
Property / software version identifier: 0.4.0 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 0.4.0 / qualifier | |||||||||||||||
publication date: 7 January 2019
| |||||||||||||||
Property / software version identifier | |||||||||||||||
0.5.0 | |||||||||||||||
Property / software version identifier: 0.5.0 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 0.5.0 / qualifier | |||||||||||||||
publication date: 28 September 2019
| |||||||||||||||
Property / software version identifier | |||||||||||||||
0.6.0 | |||||||||||||||
Property / software version identifier: 0.6.0 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 0.6.0 / qualifier | |||||||||||||||
publication date: 4 January 2021
| |||||||||||||||
Property / software version identifier | |||||||||||||||
0.6.1 | |||||||||||||||
Property / software version identifier: 0.6.1 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 0.6.1 / qualifier | |||||||||||||||
publication date: 4 May 2021
| |||||||||||||||
Property / software version identifier | |||||||||||||||
0.7.0 | |||||||||||||||
Property / software version identifier: 0.7.0 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 0.7.0 / qualifier | |||||||||||||||
publication date: 21 November 2021
| |||||||||||||||
Property / software version identifier | |||||||||||||||
0.8.0 | |||||||||||||||
Property / software version identifier: 0.8.0 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 0.8.0 / qualifier | |||||||||||||||
publication date: 1 April 2022
| |||||||||||||||
Property / software version identifier | |||||||||||||||
0.8.2 | |||||||||||||||
Property / software version identifier: 0.8.2 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 0.8.2 / qualifier | |||||||||||||||
publication date: 9 August 2023
| |||||||||||||||
Property / last update | |||||||||||||||
9 August 2023
| |||||||||||||||
Property / last update: 9 August 2023 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / description | |||||||||||||||
Implementation of the Future API on top of the 'callr' package. This allows you to process futures, as defined by the 'future' package, in parallel out of the box, on your local (Linux, macOS, Windows, ...) machine. Contrary to backends relying on the 'parallel' package (e.g. 'future::multisession') and socket connections, the 'callr' backend provided here can run more than 125 parallel R processes. | |||||||||||||||
Property / description: Implementation of the Future API on top of the 'callr' package. This allows you to process futures, as defined by the 'future' package, in parallel out of the box, on your local (Linux, macOS, Windows, ...) machine. Contrary to backends relying on the 'parallel' package (e.g. 'future::multisession') and socket connections, the 'callr' backend provided here can run more than 125 parallel R processes. / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / author | |||||||||||||||
Property / author: Henrik Bengtsson / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / copyright license | |||||||||||||||
Property / copyright license: GNU Lesser General Public License, version 2.1 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / copyright license | |||||||||||||||
Property / copyright license: GNU Lesser General Public License, version 3.0 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / copyright license: GNU Lesser General Public License, version 3.0 / qualifier | |||||||||||||||
edition/version: expanded from: LGPL (≥ 2.1) (English) | |||||||||||||||
Property / depends on software | |||||||||||||||
Property / depends on software: R / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / depends on software: R / qualifier | |||||||||||||||
software version identifier: ≥ 3.4.0 | |||||||||||||||
Property / depends on software | |||||||||||||||
Property / depends on software: future / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / depends on software: future / qualifier | |||||||||||||||
software version identifier: ≥ 1.33.0 | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: callr / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports: callr / qualifier | |||||||||||||||
software version identifier: ≥ 2.0.3 | |||||||||||||||
Property / MaRDI profile type | |||||||||||||||
Property / MaRDI profile type: MaRDI software profile / rank | |||||||||||||||
Normal rank | |||||||||||||||
links / mardi / name | links / mardi / name | ||||||||||||||
Latest revision as of 18:56, 12 March 2024
A Future API for Parallel Processing using 'callr'
Language | Label | Description | Also known as |
---|---|---|---|
English | future.callr |
A Future API for Parallel Processing using 'callr' |
Statements
9 August 2023
0 references
Implementation of the Future API on top of the 'callr' package. This allows you to process futures, as defined by the 'future' package, in parallel out of the box, on your local (Linux, macOS, Windows, ...) machine. Contrary to backends relying on the 'parallel' package (e.g. 'future::multisession') and socket connections, the 'callr' backend provided here can run more than 125 parallel R processes.
0 references
expanded from: LGPL (≥ 2.1) (English)
0 references