-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.26 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Package: parabar
Title: Progress Bar for Parallel Tasks
Version: 1.4.2
Authors@R:
person(given = "Mihai",
family = "Constantin",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6460-0107"))
Description: A simple interface in the form of R6 classes for executing tasks in
parallel, tracking their progress, and displaying accurate progress bars.
License: MIT + file LICENSE
URL: https://parabar.mihaiconstantin.com
BugReports: https://github.com/mihaiconstantin/parabar/issues
Imports:
R6,
progress,
parallel,
callr,
filelock,
utils
Encoding: UTF-8
Roxygen: list(markdown = TRUE, r6 = TRUE)
RoxygenNote: 7.3.1
Collate:
'TaskState.R'
'Options.R'
'Helper.R'
'Exception.R'
'Specification.R'
'BackendService.R'
'Backend.R'
'AsyncBackend.R'
'SyncBackend.R'
'BackendFactory.R'
'Bar.R'
'ModernBar.R'
'BasicBar.R'
'BarFactory.R'
'Context.R'
'ProgressTrackingContext.R'
'ContextFactory.R'
'SessionState.R'
'Warning.R'
'UserApiConsumer.R'
'exports.R'
'logo.R'
'parabar-package.R'
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr