Marc Kupietz | 1f5968a | 2019-09-07 19:15:26 +0200 | [diff] [blame] | 1 | Package: RKorAPClient |
| 2 | Type: Package |
Marc Kupietz | 84adb49 | 2020-02-26 15:05:02 +0100 | [diff] [blame] | 3 | Title: 'KorAP' Web Service Client Package |
Marc Kupietz | 046ab57 | 2020-03-18 13:29:26 +0100 | [diff] [blame] | 4 | Version: 0.5.7.9001 |
Marc Kupietz | 9dec5e7 | 2020-02-25 19:05:54 +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"), |
Marc Kupietz | 20a5cdd | 2020-03-04 16:16:51 +0100 | [diff] [blame] | 10 | person(given = "Nils", |
| 11 | family = "Diewald", |
| 12 | role = c("ctb"), |
| 13 | email = "diewald@ids-mannheim.de"), |
| 14 | person(given = "Leibniz Institute for the German Language", |
Marc Kupietz | 9dec5e7 | 2020-02-25 19:05:54 +0100 | [diff] [blame] | 15 | role = c("cph", "fnd"))) |
Marc Kupietz | 82cac57 | 2020-03-04 16:45:02 +0100 | [diff] [blame] | 16 | Description: A client package that makes the 'KorAP' web service API accessible from R. |
| 17 | The corpus analysis platform 'KorAP' has been developed as a scientific tool to make |
| 18 | potentially large, stratified and multiply annotated corpora, such as the 'German Reference Corpus DeReKo' |
| 19 | or the 'Corpus of the Contemporary Romanian Language CoRoLa', accessible for linguists to let them verify |
| 20 | hypotheses and to find interesting patterns in real language use. |
| 21 | The 'RKorAPClient' package provides access to 'KorAP' and the corpora behind it for user-created R code, |
| 22 | as a programmatic alternative to the 'KorAP' web user-interface. |
| 23 | You can learn more about 'KorAP' and use it directly on 'DeReKo' at <https://korap.ids-mannheim.de/>. |
Marc Kupietz | d597bad | 2019-09-27 14:15:50 +0200 | [diff] [blame] | 24 | Depends: R (>= 3.5.0) |
Marc Kupietz | c4427a5 | 2020-02-18 22:00:51 +0100 | [diff] [blame] | 25 | Language: en-US |
Marc Kupietz | 42149fc | 2019-09-16 18:30:42 +0200 | [diff] [blame] | 26 | License: BSD_2_clause + file LICENSE |
Marc Kupietz | 1f5968a | 2019-09-07 19:15:26 +0200 | [diff] [blame] | 27 | Encoding: UTF-8 |
Marc Kupietz | 8718009 | 2019-09-07 19:20:24 +0200 | [diff] [blame] | 28 | LazyData: false |
Marc Kupietz | 6924615 | 2020-03-13 17:58:37 +0100 | [diff] [blame] | 29 | RoxygenNote: 7.1.0 |
Marc Kupietz | da3afe3 | 2019-09-16 18:32:32 +0200 | [diff] [blame] | 30 | Imports: |
Marc Kupietz | 0a96b28 | 2019-10-01 11:05:31 +0200 | [diff] [blame] | 31 | R.cache, |
Marc Kupietz | dcc1de6 | 2019-10-04 09:10:36 +0200 | [diff] [blame] | 32 | broom, |
| 33 | ggplot2, |
| 34 | tibble, |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 35 | magrittr, |
| 36 | tidyr, |
| 37 | dplyr, |
| 38 | purrr, |
| 39 | lubridate, |
Marc Kupietz | 91145b0 | 2020-01-29 15:58:36 +0100 | [diff] [blame] | 40 | highcharter, |
Marc Kupietz | da3afe3 | 2019-09-16 18:32:32 +0200 | [diff] [blame] | 41 | jsonlite, |
Marc Kupietz | 4862b86 | 2019-11-07 10:13:53 +0100 | [diff] [blame] | 42 | keyring, |
Marc Kupietz | 865760f | 2019-10-07 19:29:44 +0200 | [diff] [blame] | 43 | plotly, |
| 44 | htmlwidgets, |
Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 45 | utils, |
| 46 | httr, |
Marc Kupietz | 95240e9 | 2019-11-27 18:19:04 +0100 | [diff] [blame] | 47 | methods, |
| 48 | PTXQC |
Marc Kupietz | 898df38 | 2020-03-24 15:28:19 +0100 | [diff] [blame^] | 49 | Suggests: |
| 50 | testthat |
Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 51 | Collate: |
| 52 | 'KorAPConnection.R' |
| 53 | 'KorAPCorpusStats.R' |
Marc Kupietz | 6a6c4ba | 2019-10-04 09:05:04 +0200 | [diff] [blame] | 54 | 'RKorAPClient.R' |
Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 55 | 'KorAPQuery.R' |
Marc Kupietz | dcc1de6 | 2019-10-04 09:10:36 +0200 | [diff] [blame] | 56 | 'ci.R' |
Marc Kupietz | 91145b0 | 2020-01-29 15:58:36 +0100 | [diff] [blame] | 57 | 'highcharter-helper.R' |
Marc Kupietz | bb7d232 | 2019-10-06 21:42:34 +0200 | [diff] [blame] | 58 | 'misc.R' |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 59 | 'reexports.R' |