-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 922 Bytes
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 922 Bytes
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
Package: devpacker
Title: Initialise A Blank R Package Or Shiny Dashboard With Good Practice Configuration
Version: 0.0.0.9006
Authors@R:
person("Mark", "McPherson", , "mark.mcpherson1@nhs.net", role = c("aut", "cre"))
Description: Initialise a blank R package or Shiny dashboard with test directories,
continuous integration and various other development best practices configured.
License: MIT + file LICENSE
URL: https://github.com/MarkMc1089/devpacker
BugReports: https://github.com/MarkMc1089/devpacker/issues
Imports:
desc (>= 1.4.0),
gert (>= 1.5.0),
gh (>= 1.3.0),
git2r (>= 0.29.0),
glue (>= 1.6.2),
golem (>= 0.3.1),
precommit (>= 0.2.2),
rlang (>= 1.0.1),
rprojroot (>= 2.0.3),
usethis (>= 2.1.5)
Suggests:
covr (>= 3.5.1),
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2