blob: 839de68e594854b69f4571f3f2adc5915130b521 [file] [log] [blame]
Marc Kupietz1f5968a2019-09-07 19:15:26 +02001Package: RKorAPClient
2Type: Package
Marc Kupietz84adb492020-02-26 15:05:02 +01003Title: 'KorAP' Web Service Client Package
Marc Kupietz81024dd2026-08-31 11:36:07 +02004Version: 1.3.0
Marc Kupietz9dec5e72020-02-25 19:05:54 +01005Authors@R:
6 c(person(given = "Marc",
7 family = "Kupietz",
8 role = c("aut", "cre"),
9 email = "kupietz@ids-mannheim.de"),
Marc Kupietz20a5cdd2020-03-04 16:16:51 +010010 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 Kupietz9dec5e72020-02-25 19:05:54 +010015 role = c("cph", "fnd")))
Marc Kupietze53d2822025-06-24 16:51:38 +020016Description: A client package that makes the 'KorAP' web service API accessible from R. The corpus analysis platform 'KorAP' has been developed as a scientific tool to make potentially large, stratified and multiply annotated corpora, such as the 'German Reference Corpus DeReKo' or the 'Corpus of the Contemporary Romanian Language CoRoLa', accessible for linguists to let them verify hypotheses and to find interesting patterns in real language use. The 'RKorAPClient' package provides access to 'KorAP' and the corpora behind it for user-created R code, as a programmatic alternative to the 'KorAP' web user-interface. You can learn more about 'KorAP' and use it directly on 'DeReKo' at <https://korap.ids-mannheim.de/>.
Marc Kupietz5419a5c2025-01-28 20:23:49 +010017Depends: R (>= 4.1.0)
Marc Kupietzc4427a52020-02-18 22:00:51 +010018Language: en-US
Marc Kupietz42149fc2019-09-16 18:30:42 +020019License: BSD_2_clause + file LICENSE
Marc Kupietza6e4ee62021-03-05 09:00:15 +010020URL: https://github.com/KorAP/RKorAPClient/,
21 https://korap.ids-mannheim.de/,
Marc Kupietz9e469482021-09-20 21:51:06 +020022 https://www.ids-mannheim.de/digspra/kl/projekte/korap
Marc Kupietza6e4ee62021-03-05 09:00:15 +010023BugReports: https://github.com/KorAP/RKorAPClient/issues
Marc Kupietz1f5968a2019-09-07 19:15:26 +020024Encoding: UTF-8
Marc Kupietz87180092019-09-07 19:20:24 +020025LazyData: false
Marc Kupietzda3afe32019-09-16 18:32:32 +020026Imports:
Marc Kupietz0a96b282019-10-01 11:05:31 +020027 R.cache,
Marc Kupietzdcc1de62019-10-04 09:10:36 +020028 broom,
29 ggplot2,
30 tibble,
Marc Kupietz69cc54a2019-09-30 12:06:54 +020031 magrittr,
32 tidyr,
33 dplyr,
Marc Kupietz69cc54a2019-09-30 12:06:54 +020034 lubridate,
Marc Kupietz91145b02020-01-29 15:58:36 +010035 highcharter,
Marc Kupietzda3afe32019-09-16 18:32:32 +020036 jsonlite,
Marc Kupietz4862b862019-11-07 10:13:53 +010037 keyring,
Marc Kupietze95108e2019-09-18 13:23:58 +020038 utils,
Marc Kupietza4f51d72025-01-25 16:23:18 +010039 httr2,
Marc Kupietza4675722022-02-23 23:55:15 +010040 curl,
Marc Kupietz95240e92019-11-27 18:19:04 +010041 methods,
Marc Kupietzdbd431a2021-08-29 12:17:45 +020042 PTXQC,
43 purrr,
Marc Kupietz91f35172025-10-19 11:36:53 +020044 rlang,
Marc Kupietzdbd431a2021-08-29 12:17:45 +020045 stringr,
Marc Kupietzcd452182025-10-09 13:28:41 +020046 urltools,
47 xml2
Marc Kupietz898df382020-03-24 15:28:19 +010048Suggests:
Marc Kupietz8b8aa522021-09-21 10:02:39 +020049 lifecycle,
Marc Kupietzb5163f22025-02-19 18:35:41 +010050 testthat,
Marc Kupietza28a99a2025-07-06 14:52:47 +020051 tidyllm,
Marc Kupietzb5163f22025-02-19 18:35:41 +010052 htmlwidgets,
53 rmarkdown,
54 shiny,
55 vcd,
56 kableExtra,
57 knitr,
58 purrrlyr,
59 raster,
Marc Kupietz6aa5a0d2025-09-08 17:51:47 +020060 tidyverse,
61 sf,
62 geojsonsf,
63 viridisLite
Marc Kupietze95108e2019-09-18 13:23:58 +020064Collate:
Marc Kupietzb1dec012025-06-04 17:16:57 +020065 'logging.R'
Marc Kupietze95108e2019-09-18 13:23:58 +020066 'KorAPConnection.R'
67 'KorAPCorpusStats.R'
Marc Kupietza6e4ee62021-03-05 09:00:15 +010068 'RKorAPClient-package.R'
Marc Kupietze95108e2019-09-18 13:23:58 +020069 'KorAPQuery.R'
Marc Kupietze2038322021-03-04 18:24:02 +010070 'association-scores.R'
Marc Kupietzdcc1de62019-10-04 09:10:36 +020071 'ci.R'
Marc Kupietzdbd431a2021-08-29 12:17:45 +020072 'collocationAnalysis.R'
73 'collocationScoreQuery.R'
Marc Kupietz67edcb52021-09-20 21:54:24 +020074 'hc_add_onclick_korap_search.R'
75 'hc_freq_by_year_ci.R'
Marc Kupietzbb7d2322019-10-06 21:42:34 +020076 'misc.R'
Marc Kupietz69cc54a2019-09-30 12:06:54 +020077 'reexports.R'
Marc Kupietz6ddece42023-12-18 17:02:36 +010078 'textMetadata.R'
Marc Kupietz67edcb52021-09-20 21:54:24 +020079Roxygen: list(markdown = TRUE)
Marc Kupietz6a0bad42026-08-31 11:34:18 +020080Config/roxygen2/version: 8.1.0