forked from llrs/bugRzilla
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 768 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
34 lines (34 loc) · 768 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
34
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
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1