-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
36 lines (36 loc) · 1.27 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: bettermc
Title: Enhanced Fork-Based Parallelization
Version: 1.2.2
Date: 2023-04-21
Authors@R:
c(person(given = "Andreas",
family = "Kersting",
role = c("aut", "cre", "cph"),
email = "[email protected]"),
person(given = "GfK SE",
role = "cph"),
person(given = "R Core team",
role = "ctb",
comment = "'etry()' and its print method borrow a lot from base R"))
Description: Drop-in replacement for 'parallel::mclapply()' adding e.g.
tracebacks, crash dumps, retries, condition handling, improved seeding,
progress bars and faster inter process communication. Some of the internal
functions are also exported for other use: 'etry()' (extended try),
'copy2shm()/allocate_from_shm()' (copy to and allocate from POSIX shared
memory), 'char_map/map2char()' (split a character vector into its unique
elements and a mapping on these) and various semaphore related functions.
Biarch: true
License: MIT + file LICENSE
URL: https://github.com/gfkse/bettermc
BugReports: https://github.com/gfkse/bettermc/issues
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports:
checkmate,
parallel
RoxygenNote: 7.2.3
Suggests:
progress,
spelling,
testthat (>= 2.1.0)
Language: en-US