-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
28 lines (28 loc) · 1.24 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
Package: urlshorteneR
Type: Package
Title: R Wrapper for the 'Bit.ly' and 'Is.gd'/'v.gd' URL Shortening
Services
Description: Allows using two URL shortening services, which also provide
expanding and analytic functions. Specifically developed for 'Bit.ly' (which requires OAuth 2.0) and 'is.gd' (no API key).
Version: 1.5.7
Date: 2022-08-20
Authors@R:
c(
person("John", "Malc", email = "[email protected]", role = c("aut", "cre"), comment = "@dmpe"),
person("Andrea", "Dodet", role = c("ctb"), comment = "@andodet"),
person("Stephen", "Synchronicity", role = c("ctb"), comment="@yogat3ch"))
Maintainer: John Malc <[email protected]>
Encoding: UTF-8
Depends: R (>= 4.0)
Imports: httr (>= 1.4.3), jsonlite (>= 1.8.0), stringr (>= 1.4.0),
lubridate (>= 1.8.0), assertthat (>= 0.2.1), shiny (>= 1.7.2),
clipr (>= 0.8.0), miniUI (>= 0.1.1.1), cli (>= 3.3.0)
Suggests: roxygen2 (>= 7.2.1), knitr (>= 1.39), testthat (>= 3.1.4),
rmarkdown (>= 2.14), httpuv (>= 1.6.5), stringi (>= 1.7.8),
covr (>= 3.5.1), lintr (>= 3.0.0)
VignetteBuilder: knitr
License: Apache License 2.0
URL: https://github.com/dmpe/urlshorteneR
BugReports: https://github.com/dmpe/urlshorteneR/issues
RoxygenNote: 7.2.1
NeedsCompilation: no