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
Encoding: UTF-8
Suggests: rmarkdown, knitr, testthat (>= 3.0.0)
NeedsCompilation: no
Packaged: 2023-03-04 10:11:44 UTC; mark
Author: Mark Edmondson [aut, cre] (<https://orcid.org/0000-0002-8434-3881>),
  Sunholo Ltd [cph]
Maintainer: Mark Edmondson <r@sunholo.com>
Repository: CRAN
Date/Publication: 2023-03-04 16:30:02 UTC
Built: R 4.1.3; ; 2023-04-17 16:25:39 UTC; windows
