-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 753 Bytes
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 753 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
30
31
32
33
Type: Package
Package: bugRzilla
Title: Interact with Bugzilla
Version: 0.0.90001
Authors@R:
person(given = "Lluís",
family = "Revilla Sancho",
role = c("aut", "cre", "cph"),
email = "lluis.revilla@gmail.com",
comment = c(ORCID = "0000-0001-9747-2570"))
Description: Provides data from bugzilla and allows to post.
License: GPL (>= 3)
URL: https://github.com/llrs/bugRzilla
BugReports: https://github.com/llrs/bugRzilla/issues
Imports:
cli,
httr,
methods,
utils,
tools
Suggests:
covr,
knitr,
reprex,
rmarkdown,
testthat (>= 3.0.0),
vcr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1