-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
57 lines (57 loc) · 1.73 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
55
56
57
Package: orderly2
Title: Orderly Next Generation
Version: 1.99.56
Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
email = "[email protected]"),
person("Robert", "Ashton", role = "aut"),
person("Martin", "Eden", role = "aut"),
person("Alex", "Hill", role = "aut"),
person("Wes", "Hinsley", role = "aut"),
person("Mantra", "Kusumgar", role = "aut"),
person("Paul", "Liétar", role = "aut"),
person("James", "Thompson", role = "aut"),
person("Imperial College of Science, Technology and Medicine",
role = "cph"))
Description: Distributed reproducible computing framework, adopting
ideas from git, docker and other software. By defining a
lightweight interface around the inputs and outputs of an
analysis, a lot of the repetitive work for reproducible research
can be automated. We define a simple format for organising and
describing work that facilitates collaborative reproducible
research and acknowledges that all analyses are run multiple times
over their lifespans.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/mrc-ide/orderly2
BugReports: https://github.com/mrc-ide/orderly2/issues
Imports:
R6,
cli,
diffobj,
fs,
gert (>= 1.9.3),
httr2,
jsonlite,
openssl,
rlang,
rstudioapi,
withr,
yaml
Suggests:
DBI,
RSQLite,
jsonvalidate (>= 1.4.0),
knitr,
mockery,
pkgload,
processx,
rmarkdown,
stringr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Remotes:
ropensci/jsonvalidate
VignetteBuilder: knitr
Language: en-GB