future.callr (Q71851): Difference between revisions

From MaRDI portal
Importer (talk | contribs)
Added link to MaRDI item.
 
(7 intermediate revisions by one other user not shown)
Property / last update
14 December 2022
Timestamp+2022-12-14T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
 
Property / last update: 14 December 2022 / 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 / imports
 
Property / imports: callr / rank
Normal rank
 
Property / imports: callr / qualifier
 
Property / depends on software
 
Property / depends on software: R / rank
Normal rank
 
Property / depends on software
 
Property / depends on software: future / rank
Normal rank
 
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
Timestamp+2018-02-13T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
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
Timestamp+2018-05-03T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
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
Timestamp+2018-07-18T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
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
Timestamp+2019-01-07T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
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
Timestamp+2019-09-28T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
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
Timestamp+2021-01-04T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
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
Timestamp+2021-05-04T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
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
Timestamp+2021-11-21T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
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
Timestamp+2022-04-01T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
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
Timestamp+2023-08-09T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / last update
 
9 August 2023
Timestamp+2023-08-09T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
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
 
Property / depends on software
 
Property / depends on software: future / rank
 
Normal rank
Property / depends on software: future / qualifier
 
Property / imports
 
Property / imports: callr / rank
 
Normal rank
Property / imports: callr / qualifier
 
Property / MaRDI profile type
 
Property / MaRDI profile type: MaRDI software profile / rank
 
Normal rank
links / mardi / namelinks / 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

    0 references
    0.8.1
    14 December 2022
    0 references
    0.2.0
    13 February 2018
    0 references
    0.3.0
    3 May 2018
    0 references
    0.3.1
    18 July 2018
    0 references
    0.4.0
    7 January 2019
    0 references
    0.5.0
    28 September 2019
    0 references
    0.6.0
    4 January 2021
    0 references
    0.6.1
    4 May 2021
    0 references
    0.7.0
    21 November 2021
    0 references
    0.8.0
    1 April 2022
    0 references
    0.8.2
    9 August 2023
    0 references
    0 references
    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
    0 references
    0 references

    Identifiers

    0 references