Package: measurementProtocol
Type: Package
Version: 0.1.1
Title: Send Data from R to the Measurement Protocol
Description: Send server-side tracking data from R.
  The Measurement Protocol version 2 
  <https://developers.google.com/analytics/devguides/collection/protocol/ga4>
  allows sending HTTP tracking events from R code.
Authors@R: c(person("Mark", "Edmondson", email = "r@sunholo.com",
                    role = c("aut", "cre"),
                    comment = c(ORCID = "0000-0002-8434-3881")),
              person("Sunholo Ltd", role = "cph"))
URL: https://code.markedmondson.me/measurementProtocol/
BugReports: https://github.com/MarkEdmondson1234/measurementProtocol
Depends:
    R (>= 3.3.0)
Imports:
    assertthat (>= 0.2.0),
    cli,
    httr (>= 1.3.1),
    jsonlite (>= 1.5),
    rappdirs (>= 0.3.3),
    stats,
    utils
License: MIT + file LICENSE
RoxygenNote: 7.1.1
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Suggests: 
    rmarkdown,
    knitr,
    testthat (>= 3.0.0)
