Package: Rinstapkg
Title: An Implementation of the 'Instagram' API Using Tidy Principles
Version: 0.1.0
Date: 2019-06-07
Description: Provides functions to use the 'Instagram' API to get feed and user 
    information, but also performs basic in-app functionality such as liking, 
    commenting, following, and blocking. Use of this package means that you will 
    not use it to spam, harass, or perform other nefarious acts. For more details 
    on how to use the API please see this package's website 
    <https://eric88tchong.github.io/Rinstapkg/> for more information, documentation, 
    and examples.
Authors@R: c(
    person("Eric", "Tchong", , "est2fr@virginia.edu", c("aut", "cre")),
    person(c("Steven", "M."), "Mortimer", , "reportmort@gmail.com", c("ctb")),
    person("Jennifer", "Bryan", , "jenny@rstudio.com", c("ctb", "cph")),
    person("Joanna", "Zhao", , "joanna.zhao@alumni.ubc.ca", c("ctb", "cph"))
    )
URL: https://github.com/eric88tchong/Rinstapkg
BugReports: https://github.com/eric88tchong/Rinstapkg/issues
Encoding: UTF-8
Depends: R (>= 3.1.0)
License: MIT + file LICENSE
LazyData: true
Imports: methods, httr, dplyr, jsonlite, purrr, readr, lubridate,
        digest, uuid, rlang
Suggests: knitr, testthat, rmarkdown, here
VignetteBuilder: knitr
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-06-07 14:00:20 UTC; steven.mortimer
Author: Eric Tchong [aut, cre],
  Steven M. Mortimer [ctb],
  Jennifer Bryan [ctb, cph],
  Joanna Zhao [ctb, cph]
Maintainer: Eric Tchong <est2fr@virginia.edu>
Repository: CRAN
Date/Publication: 2019-06-08 08:20:04 UTC
