-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
64 lines (64 loc) · 1.37 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
58
59
60
61
62
63
64
Package: pkgdev
Title: Suite of Helpers for the R Package Developer
Version: 0.0.1
Authors@R:
person("Jimmy", "Briggs", , "jimmy.briggs@jimbrig.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7489-8787"))
Description: Automate and expedite your package development process in R.
License: MIT + file LICENSE
URL: https://github.com/jimbrig/pkgdev, http://docs.jimbrig.com/pkgdev/
BugReports: https://github.com/jimbrig/pkgdev/issues
Imports:
attachment,
chameleon,
cli,
crayon,
desc,
devtools,
fs,
glue,
here,
knitr,
pak,
pkgbuild,
pkgdown,
pkgload,
purrr,
rlang (>= 0.4.11),
rstudioapi,
testthat (>= 3.0.0),
usethis,
utils,
whisker
Suggests:
rmarkdown,
spelling
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
Collate:
'add_devcontainer.R'
'add_docker.R'
'add_dockerignore.R'
'add_editorconfig.R'
'add_gitattributes.R'
'add_github.R'
'add_gitignore.R'
'add_rbuildignore.R'
'add_vscode.R'
'check_package_name.R'
'convert_df_to_md.R'
'create_pkg.R'
'library_dev_packages.R'
'options.R'
'logging.R'
'open_pkgdown.R'
'pkgdev-package.R'
'readme.R'
'render_template.R'
'use_pkgdevt_script.R'
'utils-msg_helpers.R'