Package: AzureAppInsights
Type: Package
Title: Include Azure Application Insights in Shiny Apps
Version: 0.3.0
Authors@R: c(
    person("Stefan McKinnon", "Høj-Edwards", , "smhe@kamstrup.dk", c("aut","cre")),
    person("Kamstrup A/S", role = c("cph"))
    )
Description: Imports Azure Application Insights for web pages into Shiny apps
    via Microsoft's JavaScript snippet. 
    Allows app developers to submit page tracking and submit events.
License: MIT + file LICENSE
BugReports: https://github.com/stefanedwards/AzureAppInsights/issues
Depends: R (>= 4.0.0)
Imports: shiny (>= 1.5.0), rlang (>= 0.4.11), assertthat (>= 0.2.0),
        jsonlite (>= 1.7.2), lubridate (>= 1.7)
Encoding: UTF-8
Suggests: testthat, here
RoxygenNote: 7.1.1
Collate: '0aux.R' 'AzureAppInsights-package.R' 'cfg.R' 'demo.R'
        'include_snippet.R' 'tracking.R'
NeedsCompilation: no
Packaged: 2021-10-01 10:56:10 UTC; smhe
Author: Stefan McKinnon Høj-Edwards [aut, cre],
  Kamstrup A/S [cph]
Maintainer: Stefan McKinnon Høj-Edwards <smhe@kamstrup.dk>
Repository: CRAN
Date/Publication: 2021-10-01 11:10:02 UTC
Built: R 4.0.2; ; 2021-10-02 10:44:50 UTC; unix
