blob: 3416e80835605c05e5f132432f78263ceeae19e4 [file] [log] [blame]
Marc Kupietzb74649f2020-12-11 12:44:49 +01001Package: matomor
2Type: Package
3Title: API Client Library for Matomo
4Version: 0.1.0
5Authors@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
16RoxygenNote: 7.1.1
17Imports:
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:
33 'visitssummary.R'
34 'reexports.R'