Marc Kupietz | b74649f | 2020-12-11 12:44:49 +0100 | [diff] [blame] | 1 | Package: matomor |
| 2 | Type: Package |
| 3 | Title: API Client Library for Matomo |
Marc Kupietz | c00a6b4 | 2021-04-28 12:17:09 +0200 | [diff] [blame^] | 4 | Version: 0.1.9000 |
Marc Kupietz | b74649f | 2020-12-11 12:44:49 +0100 | [diff] [blame] | 5 | Authors@R: |
| 6 | c(person(given = "Marc", |
| 7 | family = "Kupietz", |
| 8 | role = c("aut", "cre"), |
| 9 | email = "kupietz@ids-mannheim.de")) |
| 10 | Description: A client package that makes the 'matomo' web service API accessible from R. |
| 11 | Depends: R (>= 3.5.0) |
| 12 | Language: en-US |
| 13 | License: BSD_2_clause + file LICENSE |
| 14 | Encoding: UTF-8 |
| 15 | LazyData: false |
| 16 | RoxygenNote: 7.1.1 |
| 17 | Imports: |
| 18 | ggplot2, |
| 19 | tibble, |
| 20 | magrittr, |
| 21 | tidyr, |
| 22 | dplyr, |
| 23 | lubridate, |
| 24 | highcharter, |
| 25 | jsonlite, |
| 26 | keyring, |
| 27 | htmlwidgets, |
| 28 | utils, |
| 29 | httr, |
| 30 | Suggests: |
| 31 | testthat |
| 32 | Collate: |
| 33 | 'visitssummary.R' |
| 34 | 'reexports.R' |