-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.15 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
Package: ParallelLogger
Type: Package
Title: Support for Parallel Computation, Logging, and Function Automation
Version: 3.4.1
Date: 2025-03-28
Authors@R: c(
person("Martijn", "Schuemie", email = "schuemie@ohdsi.org", role = c("aut", "cre")),
person("Marc", "Suchard", role = c("aut")),
person("Observational Health Data Science and Informatics", role = c("cph"))
)
Maintainer: Martijn Schuemie <schuemie@ohdsi.org>
Description: Support for parallel computation with progress bar, and option to stop or proceed on errors. Also provides logging to console and disk,
and the logging persists in the parallel threads. Additional functions support function call automation with delayed execution (e.g. for executing functions in
parallel).
License: Apache License 2.0
VignetteBuilder: knitr
Depends:
R (>= 4.0.0)
Imports:
snow,
xml2,
jsonlite,
methods,
utils,
rstudioapi
Suggests:
sendmailR,
testthat,
shiny,
DT,
knitr,
rmarkdown,
tibble
URL: https://ohdsi.github.io/ParallelLogger/, https://github.com/OHDSI/ParallelLogger
BugReports: https://github.com/OHDSI/ParallelLogger/issues
NeedsCompilation: no
RoxygenNote: 7.3.2
Encoding: UTF-8