-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
31 lines (31 loc) · 929 Bytes
/
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
Package: reside.utils
Title: Common Utilities
Version: 0.2.0
Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
email = "rich.fitzjohn@gmail.com"),
person("Imperial College of Science, Technology and Medicine",
role = "cph"))
Description: Some common utilities that we commonly use in other
packages. We don't expect this package to be directly used, but
instead used with usethis' "standalone" functionality.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://reside-ic.github.io/reside.utils, https://github.com/reside-ic/reside.utils
BugReports: https://github.com/reside-ic/reside.utils/issues
Imports:
cli,
commonmark,
fs,
glue,
xml2
Suggests:
mockery,
pkgdown,
pkgload,
rmarkdown,
usethis,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3