-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 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
37
38
39
Package: stoner
Title: Support for Building VIMC Montagu Touchstones, using Dettl
Version: 0.1.17
Authors@R:
c(person("Wes", "Hinsley",role = c("aut", "cre", "cst", "dnc", "elg", "itr", "sng", "ard"),
email = "[email protected]"),
person("Rich", "Fitzjohn", role = c("aut", "csl", "sng")),
person("Robert", "Ashton", role = c("aut", "cst", "wdc")))
URL: https://github.com/vimc/stoner
BugReports: https://github.com/vimc/stoner/issues
Description: For montagu-imports that create touchstones, or augment existing
touchstones, allow the import to be as minimal as possible, towards single
line extract and transform calls, in order that the review for that import
can be focussed on the metadata being correct, rather than on code.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
DBI,
data.table,
jsonlite,
lgr,
qs,
dplyr,
magrittr,
prettyunits,
readr,
utils,
withr
Language: en-GB
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Suggests:
knitr,
rcmdcheck,
rmarkdown,
RPostgres,
testthat
VignetteBuilder: knitr