blob: f33eea4450ce3523481bfec615bc8f8c85c0a58f [file] [log] [blame]
Marc Kupietzb74649f2020-12-11 12:44:49 +01001Package: matomor
2Type: Package
3Title: API Client Library for Matomo
Marc Kupietzc00a6b42021-04-28 12:17:09 +02004Version: 0.1.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 Kupietz6eeb0bd2022-04-09 15:52:20 +020016RoxygenNote: 7.1.2
Marc Kupietzb74649f2020-12-11 12:44:49 +010017Imports:
18 ggplot2,
19 tibble,
20 magrittr,
21 tidyr,
22 dplyr,
23 lubridate,
24 highcharter,
25 jsonlite,
26 keyring,
27 htmlwidgets,
28 utils,
29 httr,
30Suggests:
31 testthat
32Collate:
Marc Kupietza93a2722021-04-28 12:22:45 +020033 'matomoquery.R'
Marc Kupietzb74649f2020-12-11 12:44:49 +010034 'visitssummary.R'
Marc Kupietza93a2722021-04-28 12:22:45 +020035 'usercountry.R'
Marc Kupietzb74649f2020-12-11 12:44:49 +010036 'reexports.R'