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 | df302ec | 2023-04-21 21:09:02 +0200 | [diff] [blame] | 4 | Version: 0.2.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 |
Marc Kupietz | aabe4e5 | 2023-04-21 21:06:59 +0200 | [diff] [blame] | 16 | RoxygenNote: 7.2.3 |
Marc Kupietz | b74649f | 2020-12-11 12:44:49 +0100 | [diff] [blame] | 17 | Imports: |
Marc Kupietz | b74649f | 2020-12-11 12:44:49 +0100 | [diff] [blame] | 18 | tibble, |
| 19 | magrittr, |
| 20 | tidyr, |
| 21 | dplyr, |
| 22 | lubridate, |
Marc Kupietz | b74649f | 2020-12-11 12:44:49 +0100 | [diff] [blame] | 23 | jsonlite, |
| 24 | keyring, |
Marc Kupietz | d07b8eb | 2023-04-22 23:23:18 +0200 | [diff] [blame] | 25 | stringr, |
Marc Kupietz | b74649f | 2020-12-11 12:44:49 +0100 | [diff] [blame] | 26 | utils, |
Marc Kupietz | 39dd933 | 2023-05-06 18:07:18 +0200 | [diff] [blame^] | 27 | httr2 |
Marc Kupietz | b74649f | 2020-12-11 12:44:49 +0100 | [diff] [blame] | 28 | Suggests: |
| 29 | testthat |
| 30 | Collate: |
Marc Kupietz | a93a272 | 2021-04-28 12:22:45 +0200 | [diff] [blame] | 31 | 'matomoquery.R' |
Marc Kupietz | b74649f | 2020-12-11 12:44:49 +0100 | [diff] [blame] | 32 | 'visitssummary.R' |
Marc Kupietz | a93a272 | 2021-04-28 12:22:45 +0200 | [diff] [blame] | 33 | 'usercountry.R' |
Marc Kupietz | b74649f | 2020-12-11 12:44:49 +0100 | [diff] [blame] | 34 | 'reexports.R' |