forked from OHDSI/ParallelLogger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.12 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: ParallelLogger
Type: Package
Title: Support for Parallel Computation, Logging, and Function Automation
Version: 2.0.1
Date: 2020-10-26
Authors@R: c(
person("Martijn", "Schuemie", email = "[email protected]", role = c("aut", "cre")),
person("Marc", "Suchard", role = c("aut")),
person("Observational Health Data Science and Informatics", role = c("cph"))
)
Maintainer: Martijn Schuemie <[email protected]>
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 (>= 3.1.0)
Imports:
snow,
xml2,
jsonlite,
methods,
utils
Suggests:
mailR,
testthat,
shiny,
DT,
knitr,
rmarkdown
URL: https://ohdsi.github.io/ParallelLogger, https://github.com/OHDSI/ParallelLogger
BugReports: https://github.com/OHDSI/ParallelLogger/issues
NeedsCompilation: no
RoxygenNote: 7.1.1
Encoding: UTF-8