-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
63 lines (63 loc) · 1.69 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
Type: Package
Package: pkgdev
Title: Helpers to Develop a Package using GitHub Actions
Version: 0.1.0.9060
Authors@R:
person("Diego", "Hernangómez", , "diego.hernangomezherrero@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8457-4658"))
Description: A small set of functions that takes advantage of GitHub
Actions for making your life easier as a R package developer. This
package is primarily intended for personal use, however feel free to
use it (at your own risk :)).
License: MIT + file LICENSE
URL: https://dieghernan.github.io/pkgdev/,
https://github.com/dieghernan/pkgdev
BugReports: https://github.com/dieghernan/pkgdev/issues
Depends:
R (>= 3.6.0)
Imports:
allcontributors,
cffr (>= 0.2.0),
cli (>= 3.4.0),
codemetar (>= 0.3.3),
cpp11,
desc,
devtools (>= 2.4.1),
jsonld,
knitr (>= 1.33),
lintr (>= 2.0.1),
pkgdown,
rcmdcheck (>= 1.3.3),
resmush,
roxygen2 (>= 7.1.0),
roxygen2md,
stringr,
styler (>= 1.5.1),
urlchecker (>= 1.0.0),
usethis (>= 2.2.2),
withr,
xfun
Suggests:
covr (>= 3.5.1),
gitdevr,
goodpractice (>= 1.0.2),
magick,
remotes,
rmarkdown (>= 2.9),
rstudioapi,
sessioninfo,
tidyverse,
V8 (>= 4.0.0)
VignetteBuilder:
knitr
Remotes:
dieghernan/allcontributors,
dieghernan/gitdevr
Config/Needs/website: dieghernan/gitdevr, cranlogs, tidyverse, jsonlite,
lubridate, reactable, Polychrome, pkgsearch, htmltools,
dieghernan/allcontributors
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
X-schema.org-keywords: developer-tools, experimental, github-actions, r,
r-package, rstats