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 OAuth2) and 'is.gd' (no API key).
Version: 1.5.1
Date: 2021-11-02
Authors@R: 
   c(
    person("John", "Malc", email = "cincenko@outlook.com", 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 <cincenko@outlook.com>
Encoding: UTF-8
Depends: R (>= 4.0)
Imports: httr (>= 1.4.2), jsonlite (>= 1.7.2), stringr (>= 1.4.0),
        lubridate (>= 1.8.0), assertthat (>= 0.2.1), shiny (>= 1.5.0),
        clipr (>= 0.7.1), miniUI (>= 0.1.1.1), cli (>= 3.1.0)
Suggests: roxygen2 (>= 7.1.2), knitr (>= 1.36), testthat (>= 3.1.0),
        rmarkdown (>= 2.11), httpuv (>= 1.6.3), stringi (>= 1.7.5),
        covr (>= 3.5.1), lintr (>= 2.0.1)
VignetteBuilder: knitr
License: Apache License 2.0
URL: https://github.com/dmpe/urlshorteneR
BugReports: https://github.com/dmpe/urlshorteneR/issues
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2021-11-02 18:24:10 UTC; jm
Author: John Malc [aut, cre] (@dmpe),
  Andrea Dodet [ctb] (@andodet),
  Stephen Synchronicity [ctb] (@yogat3ch)
Repository: CRAN
Date/Publication: 2021-11-02 19:00:02 UTC
