blob: c01bfb7978b5f08520596f6806e7a8b5dee30b00 [file] [log] [blame]
Marc Kupietzb74649f2020-12-11 12:44:49 +01001Package: matomor
2Type: Package
3Title: API Client Library for Matomo
Marc Kupietzdf302ec2023-04-21 21:09:02 +02004Version: 0.2.9000
Marc Kupietzb74649f2020-12-11 12:44:49 +01005Authors@R:
6 c(person(given = "Marc",
7 family = "Kupietz",
8 role = c("aut", "cre"),
9 email = "kupietz@ids-mannheim.de"))
10Description: A client package that makes the 'matomo' web service API accessible from R.
11Depends: R (>= 3.5.0)
12Language: en-US
13License: BSD_2_clause + file LICENSE
14Encoding: UTF-8
15LazyData: false
Marc Kupietzaabe4e52023-04-21 21:06:59 +020016RoxygenNote: 7.2.3
Marc Kupietzb74649f2020-12-11 12:44:49 +010017Imports:
Marc Kupietzb74649f2020-12-11 12:44:49 +010018 tibble,
19 magrittr,
20 tidyr,
21 dplyr,
22 lubridate,
Marc Kupietzb74649f2020-12-11 12:44:49 +010023 jsonlite,
24 keyring,
Marc Kupietzb74649f2020-12-11 12:44:49 +010025 utils,
26 httr,
27Suggests:
28 testthat
29Collate:
Marc Kupietza93a2722021-04-28 12:22:45 +020030 'matomoquery.R'
Marc Kupietzb74649f2020-12-11 12:44:49 +010031 'visitssummary.R'
Marc Kupietza93a2722021-04-28 12:22:45 +020032 'usercountry.R'
Marc Kupietzb74649f2020-12-11 12:44:49 +010033 'reexports.R'