| 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 | d5823b0 | 2025-02-27 10:24:59 +0100 | [diff] [blame] | 4 | Version: 1.0.0.9000 | 
| 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 | 5419a5c | 2025-01-28 20:23:49 +0100 | [diff] [blame] | 24 | Depends: R (>= 4.1.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 | 8d8e312 | 2024-06-29 11:09:02 +0200 | [diff] [blame] | 33 | RoxygenNote: 7.3.2 | 
| 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, | 
| Marc Kupietz | a4f51d7 | 2025-01-25 16:23:18 +0100 | [diff] [blame] | 47 | httr2, | 
| 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 | b5163f2 | 2025-02-19 18:35:41 +0100 | [diff] [blame] | 56 | testthat, | 
|  | 57 | htmlwidgets, | 
|  | 58 | rmarkdown, | 
|  | 59 | shiny, | 
|  | 60 | vcd, | 
|  | 61 | kableExtra, | 
|  | 62 | knitr, | 
|  | 63 | purrrlyr, | 
|  | 64 | raster, | 
|  | 65 | tidyverse | 
| Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 66 | Collate: | 
|  | 67 | 'KorAPConnection.R' | 
|  | 68 | 'KorAPCorpusStats.R' | 
| Marc Kupietz | a6e4ee6 | 2021-03-05 09:00:15 +0100 | [diff] [blame] | 69 | 'RKorAPClient-package.R' | 
| Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 70 | 'KorAPQuery.R' | 
| Marc Kupietz | e203832 | 2021-03-04 18:24:02 +0100 | [diff] [blame] | 71 | 'association-scores.R' | 
| Marc Kupietz | dcc1de6 | 2019-10-04 09:10:36 +0200 | [diff] [blame] | 72 | 'ci.R' | 
| Marc Kupietz | dbd431a | 2021-08-29 12:17:45 +0200 | [diff] [blame] | 73 | 'collocationAnalysis.R' | 
|  | 74 | 'collocationScoreQuery.R' | 
| Marc Kupietz | 67edcb5 | 2021-09-20 21:54:24 +0200 | [diff] [blame] | 75 | 'hc_add_onclick_korap_search.R' | 
|  | 76 | 'hc_freq_by_year_ci.R' | 
| Marc Kupietz | bb7d232 | 2019-10-06 21:42:34 +0200 | [diff] [blame] | 77 | 'misc.R' | 
| Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 78 | 'reexports.R' | 
| Marc Kupietz | 6ddece4 | 2023-12-18 17:02:36 +0100 | [diff] [blame] | 79 | 'textMetadata.R' | 
| Marc Kupietz | 67edcb5 | 2021-09-20 21:54:24 +0200 | [diff] [blame] | 80 | Roxygen: list(markdown = TRUE) |