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 | 7f2c470 | 2022-09-05 17:14:16 +0200 | [diff] [blame] | 4 | Version: 0.7.3 |
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 | a6e4ee6 | 2021-03-05 09:00:15 +0100 | [diff] [blame] | 27 | URL: https://github.com/KorAP/RKorAPClient/, |
| 28 | https://korap.ids-mannheim.de/, |
Marc Kupietz | 9e46948 | 2021-09-20 21:51:06 +0200 | [diff] [blame] | 29 | https://www.ids-mannheim.de/digspra/kl/projekte/korap |
Marc Kupietz | a6e4ee6 | 2021-03-05 09:00:15 +0100 | [diff] [blame] | 30 | BugReports: https://github.com/KorAP/RKorAPClient/issues |
Marc Kupietz | 1f5968a | 2019-09-07 19:15:26 +0200 | [diff] [blame] | 31 | Encoding: UTF-8 |
Marc Kupietz | 8718009 | 2019-09-07 19:20:24 +0200 | [diff] [blame] | 32 | LazyData: false |
Marc Kupietz | fb54822 | 2022-09-05 12:18:45 +0200 | [diff] [blame] | 33 | RoxygenNote: 7.2.1 |
Marc Kupietz | da3afe3 | 2019-09-16 18:32:32 +0200 | [diff] [blame] | 34 | Imports: |
Marc Kupietz | 0a96b28 | 2019-10-01 11:05:31 +0200 | [diff] [blame] | 35 | R.cache, |
Marc Kupietz | dcc1de6 | 2019-10-04 09:10:36 +0200 | [diff] [blame] | 36 | broom, |
| 37 | ggplot2, |
| 38 | tibble, |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 39 | magrittr, |
| 40 | tidyr, |
| 41 | dplyr, |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 42 | lubridate, |
Marc Kupietz | 91145b0 | 2020-01-29 15:58:36 +0100 | [diff] [blame] | 43 | highcharter, |
Marc Kupietz | da3afe3 | 2019-09-16 18:32:32 +0200 | [diff] [blame] | 44 | jsonlite, |
Marc Kupietz | 4862b86 | 2019-11-07 10:13:53 +0100 | [diff] [blame] | 45 | keyring, |
Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 46 | utils, |
| 47 | httr, |
Marc Kupietz | a467572 | 2022-02-23 23:55:15 +0100 | [diff] [blame] | 48 | curl, |
Marc Kupietz | 95240e9 | 2019-11-27 18:19:04 +0100 | [diff] [blame] | 49 | methods, |
Marc Kupietz | dbd431a | 2021-08-29 12:17:45 +0200 | [diff] [blame] | 50 | PTXQC, |
| 51 | purrr, |
| 52 | stringr, |
| 53 | urltools |
Marc Kupietz | 898df38 | 2020-03-24 15:28:19 +0100 | [diff] [blame] | 54 | Suggests: |
Marc Kupietz | 8b8aa52 | 2021-09-21 10:02:39 +0200 | [diff] [blame] | 55 | lifecycle, |
Marc Kupietz | 898df38 | 2020-03-24 15:28:19 +0100 | [diff] [blame] | 56 | testthat |
Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 57 | Collate: |
| 58 | 'KorAPConnection.R' |
| 59 | 'KorAPCorpusStats.R' |
Marc Kupietz | a6e4ee6 | 2021-03-05 09:00:15 +0100 | [diff] [blame] | 60 | 'RKorAPClient-package.R' |
Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 61 | 'KorAPQuery.R' |
Marc Kupietz | e203832 | 2021-03-04 18:24:02 +0100 | [diff] [blame] | 62 | 'association-scores.R' |
Marc Kupietz | dcc1de6 | 2019-10-04 09:10:36 +0200 | [diff] [blame] | 63 | 'ci.R' |
Marc Kupietz | dbd431a | 2021-08-29 12:17:45 +0200 | [diff] [blame] | 64 | 'collocationAnalysis.R' |
| 65 | 'collocationScoreQuery.R' |
Marc Kupietz | 67edcb5 | 2021-09-20 21:54:24 +0200 | [diff] [blame] | 66 | 'hc_add_onclick_korap_search.R' |
| 67 | 'hc_freq_by_year_ci.R' |
Marc Kupietz | bb7d232 | 2019-10-06 21:42:34 +0200 | [diff] [blame] | 68 | 'misc.R' |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 69 | 'reexports.R' |
Marc Kupietz | 67edcb5 | 2021-09-20 21:54:24 +0200 | [diff] [blame] | 70 | Roxygen: list(markdown = TRUE) |