Marc Kupietz | 1f5968a | 2019-09-07 19:15:26 +0200 | [diff] [blame] | 1 | Package: RKorAPClient |
| 2 | Type: Package |
| 3 | Title: KorAP Web Service Client Package |
Marc Kupietz | 51d4e9d | 2019-11-25 19:53:17 +0100 | [diff] [blame] | 4 | Version: 0.4.1 |
Marc Kupietz | 1f5968a | 2019-09-07 19:15:26 +0200 | [diff] [blame] | 5 | Author: KorAP-Team @ IDS Mannheim |
| 6 | Maintainer: KorAP-Team <korap@ids-mannheim.de> |
| 7 | Description: A simple package that makes KorAP's web serice API accessible from R. |
Marc Kupietz | d597bad | 2019-09-27 14:15:50 +0200 | [diff] [blame] | 8 | Depends: R (>= 3.5.0) |
Marc Kupietz | 42149fc | 2019-09-16 18:30:42 +0200 | [diff] [blame] | 9 | License: BSD_2_clause + file LICENSE |
Marc Kupietz | 1f5968a | 2019-09-07 19:15:26 +0200 | [diff] [blame] | 10 | Encoding: UTF-8 |
Marc Kupietz | 8718009 | 2019-09-07 19:20:24 +0200 | [diff] [blame] | 11 | LazyData: false |
Marc Kupietz | 76685f5 | 2019-11-25 17:46:06 +0100 | [diff] [blame] | 12 | RoxygenNote: 7.0.1 |
Marc Kupietz | da3afe3 | 2019-09-16 18:32:32 +0200 | [diff] [blame] | 13 | Imports: |
Marc Kupietz | 0a96b28 | 2019-10-01 11:05:31 +0200 | [diff] [blame] | 14 | R.cache, |
Marc Kupietz | dcc1de6 | 2019-10-04 09:10:36 +0200 | [diff] [blame] | 15 | broom, |
| 16 | ggplot2, |
| 17 | tibble, |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 18 | magrittr, |
| 19 | tidyr, |
| 20 | dplyr, |
| 21 | purrr, |
| 22 | lubridate, |
Marc Kupietz | da3afe3 | 2019-09-16 18:32:32 +0200 | [diff] [blame] | 23 | curl, |
| 24 | jsonlite, |
Marc Kupietz | 4862b86 | 2019-11-07 10:13:53 +0100 | [diff] [blame] | 25 | keyring, |
Marc Kupietz | 865760f | 2019-10-07 19:29:44 +0200 | [diff] [blame] | 26 | plotly, |
| 27 | htmlwidgets, |
Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 28 | utils, |
| 29 | httr, |
Marc Kupietz | 95240e9 | 2019-11-27 18:19:04 +0100 | [diff] [blame] | 30 | methods, |
| 31 | PTXQC |
Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 32 | Collate: |
| 33 | 'KorAPConnection.R' |
| 34 | 'KorAPCorpusStats.R' |
Marc Kupietz | 6a6c4ba | 2019-10-04 09:05:04 +0200 | [diff] [blame] | 35 | 'RKorAPClient.R' |
Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 36 | 'KorAPQuery.R' |
Marc Kupietz | dcc1de6 | 2019-10-04 09:10:36 +0200 | [diff] [blame] | 37 | 'ci.R' |
Marc Kupietz | bb7d232 | 2019-10-06 21:42:34 +0200 | [diff] [blame] | 38 | 'misc.R' |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 39 | 'reexports.R' |