-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
45 lines (45 loc) · 1.22 KB
/
DESCRIPTION
File metadata and controls
45 lines (45 loc) · 1.22 KB
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
Package: stoner
Title: Support for Building VIMC Montagu Touchstones, using Dettl
Version: 0.1.21
Authors@R:
c(person("Wes", "Hinsley",role = c("aut", "cre", "cst", "dnc", "elg", "itr", "sng", "ard"),
email = "w.hinsley@imperial.ac.uk"),
person("Rich", "Fitzjohn", role = c("aut", "csl", "sng")),
person("Robert", "Ashton", role = c("aut", "cst", "wdc")))
URL: https://github.com/vimc/stoner, https://vimc.github.io/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:
arrow,
cli,
DBI,
data.table,
httr2,
jsonlite,
lgr,
dplyr,
magrittr,
prettyunits,
readr,
rlang,
shiny,
shinyjs,
testthat,
utils,
withr
Language: en-GB
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)
Suggests:
knitr,
mockery,
rcmdcheck,
rmarkdown,
RPostgres
VignetteBuilder: knitr