-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
35 lines (35 loc) · 1.28 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
Package: pbapply
Type: Package
Title: Adding Progress Bar to '*apply' Functions
Version: 1.7-3
Date: 2024-07-16
Authors@R:
c(person(given = "Peter",
family = "Solymos",
comment = c(ORCID = "0000-0001-7337-1740"),
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Zygmunt",
family = "Zawadzki",
role = "aut",
email = "[email protected]"),
person(given = "Henrik",
family = "Bengtsson",
role = "ctb",
email = "[email protected]"),
person("R Core Team", role = c("cph", "ctb")))
Maintainer: Peter Solymos <[email protected]>
Description: A lightweight package that adds
progress bar to vectorized R functions
('*apply'). The implementation can easily be added
to functions where showing the progress is
useful (e.g. bootstrap). The type and style of the
progress bar (with percentages or remaining time)
can be set through options.
Supports several parallel processing backends including future.
Depends: R (>= 3.2.0)
Imports: parallel
Suggests: shiny, future, future.apply
License: GPL (>=2)
URL: https://github.com/psolymos/pbapply, https://peter.solymos.org/pbapply/
BugReports: https://github.com/psolymos/pbapply/issues