-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 885 Bytes
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 885 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: rt
Type: Package
Title: Interface to the 'Request Tracker' API
Description: Provides a programmatic interface to the 'Request Tracker' (RT)
HTTP API <https://rt-wiki.bestpractical.com/wiki/REST>. 'RT' is a popular
ticket tracking system.
Version: 1.1.0
URL: https://github.com/nceas/rt
BugReports: https://github.com/nceas/rt/issues
Authors@R: c(
person("Bryce", "Mecum", email = "mecum@nceas.ucsb.edu",
role = c("aut", "cre"), comment = c(ORCID="0000-0002-0381-3766")),
person("Irene", "Steves", role = "ctb"),
person("National Center for Ecological Analysis and Synthesis",
role = c("cph"))
)
Maintainer: Bryce Mecum <mecum@nceas.ucsb.edu>
License: MIT + file LICENSE
Imports: httr,
stringr
Suggests: askpass,
knitr,
rmarkdown,
testthat,
tibble
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Encoding: UTF-8