Package: vosonSML
Version: 0.32.7
Title: Collecting Social Media Data and Generating Networks for Analysis
Description: A suite of easy to use functions for collecting social media
    data and generating networks for analysis. Supports Twitter, YouTube,
    Reddit and web site data sources.
Type: Package
Imports:
    data.table,
    dplyr (>= 1.0),
    httr (>= 1.3.0),
    jsonlite,
    lubridate,
    methods,
    purrr,
    rlang (>= 1.0),
    stringr,
    textutils,
    tidyr,
    tibble
Suggests:
    httpuv,
    igraph (>= 1.2.2),
    knitr,
    readr,
    rmarkdown,
    robotstxt,
    rtweet (>= 1.0.2),
    rvest,
    stopwords,
    testthat,
    tidytext,
    urltools,
    xml2
Depends: R (>= 4.1)
Encoding: UTF-8
Authors@R: c( 
    person("Bryan", "Gertzel",
           email = "bryan.gertzel@anu.edu.au",
           role = c("aut", "cre")), 
    person("Robert", "Ackland",
           email = "robert.ackland@anu.edu.au",
           role = "aut",
           comment = c(ORCID = "0000-0002-0008-1766")),
    person("Timothy", "Graham",
           role = "aut",
           comment = c(ORCID = "0000-0002-4053-9313")),
    person("Francisca", "Borquez",
           role = "ctb"))
Maintainer: Bryan Gertzel <bryan.gertzel@anu.edu.au>
License: GPL (>= 3)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
NeedsCompilation: no
VignetteBuilder: knitr
URL: https://github.com/vosonlab/vosonSML
BugReports: https://github.com/vosonlab/vosonSML/issues
