blob: e539a21b3935e4d9aa13aeffdddf8f3bd1e299c7 [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 Kupietzd5823b02025-02-27 10:24:59 +01004Version: 1.0.0.9000
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 Kupietz8d8e3122024-06-29 11:09:02 +020026RoxygenNote: 7.3.2
Marc Kupietzda3afe32019-09-16 18:32:32 +020027Imports:
Marc Kupietz0a96b282019-10-01 11:05:31 +020028 R.cache,
Marc Kupietzdcc1de62019-10-04 09:10:36 +020029 broom,
30 ggplot2,
31 tibble,
Marc Kupietz69cc54a2019-09-30 12:06:54 +020032 magrittr,
33 tidyr,
34 dplyr,
Marc Kupietz69cc54a2019-09-30 12:06:54 +020035 lubridate,
Marc Kupietz91145b02020-01-29 15:58:36 +010036 highcharter,
Marc Kupietzda3afe32019-09-16 18:32:32 +020037 jsonlite,
Marc Kupietz4862b862019-11-07 10:13:53 +010038 keyring,
Marc Kupietze95108e2019-09-18 13:23:58 +020039 utils,
Marc Kupietza4f51d72025-01-25 16:23:18 +010040 httr2,
Marc Kupietza4675722022-02-23 23:55:15 +010041 curl,
Marc Kupietz95240e92019-11-27 18:19:04 +010042 methods,
Marc Kupietzdbd431a2021-08-29 12:17:45 +020043 PTXQC,
44 purrr,
45 stringr,
46 urltools
Marc Kupietz898df382020-03-24 15:28:19 +010047Suggests:
Marc Kupietz8b8aa522021-09-21 10:02:39 +020048 lifecycle,
Marc Kupietzb5163f22025-02-19 18:35:41 +010049 testthat,
50 htmlwidgets,
51 rmarkdown,
52 shiny,
53 vcd,
54 kableExtra,
55 knitr,
56 purrrlyr,
57 raster,
58 tidyverse
Marc Kupietze95108e2019-09-18 13:23:58 +020059Collate:
Marc Kupietzb1dec012025-06-04 17:16:57 +020060 'logging.R'
Marc Kupietze95108e2019-09-18 13:23:58 +020061 'KorAPConnection.R'
62 'KorAPCorpusStats.R'
Marc Kupietza6e4ee62021-03-05 09:00:15 +010063 'RKorAPClient-package.R'
Marc Kupietze95108e2019-09-18 13:23:58 +020064 'KorAPQuery.R'
Marc Kupietze2038322021-03-04 18:24:02 +010065 'association-scores.R'
Marc Kupietzdcc1de62019-10-04 09:10:36 +020066 'ci.R'
Marc Kupietzdbd431a2021-08-29 12:17:45 +020067 'collocationAnalysis.R'
68 'collocationScoreQuery.R'
Marc Kupietz67edcb52021-09-20 21:54:24 +020069 'hc_add_onclick_korap_search.R'
70 'hc_freq_by_year_ci.R'
Marc Kupietzbb7d2322019-10-06 21:42:34 +020071 'misc.R'
Marc Kupietz69cc54a2019-09-30 12:06:54 +020072 'reexports.R'
Marc Kupietz6ddece42023-12-18 17:02:36 +010073 'textMetadata.R'
Marc Kupietz67edcb52021-09-20 21:54:24 +020074Roxygen: list(markdown = TRUE)