-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 1.2 KB
/
Copy pathDESCRIPTION
File metadata and controls
31 lines (31 loc) · 1.2 KB
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
Package: functionals
Type: Package
Title: Functional Programming with Parallelism and Progress Tracking
Version: 0.6.0
Authors@R:
person("Imad", "El Badisy", email = "elbadisyimad@gmail.com", role = c("aut", "cre"))
Maintainer: Imad El Badisy <elbadisyimad@gmail.com>
Description: Provides functional tools such as fmap(), fwalk(), and fapply()
to iterate over vectors, data frames, or grouped data with optional parallelism
and real-time progress tracking. Progress updates reflect completed tasks
across sequential, multicore, and cluster-backed execution. A uniform error
policy keeps a run going when individual tasks fail, and optional per-task
L'Ecuyer-CMRG random-number streams make parallel Monte Carlo work
reproducible regardless of the number of cores. Designed for readable and
reproducible workflows, including simulation and benchmarking.
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
parallel
Suggests:
testthat (>= 3.0.0),
bench,
knitr,
purrr,
rmarkdown,
rsample
VignetteBuilder: knitr
Config/testthat/edition: 3
RoxygenNote: 7.3.3
URL: https://CRAN.R-project.org/package=functionals
BugReports: https://github.com/ielbadisy/functionals/issues