blob: 0acedeaa6372c651b3653c0c9a62cd34c7c1d5e0 [file] [log] [blame]
Package: matomor
Type: Package
Title: API Client Library for Matomo
Version: 0.2.9000
Authors@R:
c(person(given = "Marc",
family = "Kupietz",
role = c("aut", "cre"),
email = "kupietz@ids-mannheim.de"))
Description: A client package that makes the 'matomo' web service API accessible from R.
Depends: R (>= 3.5.0)
Language: en-US
License: BSD_2_clause + file LICENSE
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.2.3
Imports:
ggplot2,
tibble,
magrittr,
tidyr,
dplyr,
lubridate,
highcharter,
jsonlite,
keyring,
htmlwidgets,
utils,
httr,
Suggests:
testthat
Collate:
'matomoquery.R'
'visitssummary.R'
'usercountry.R'
'reexports.R'