blob: 776dc04a95aee858cbae5411516b99c17492c6d1 [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 Kupietzfc556232021-01-13 14:48:54 +01004Version: 0.5.9.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 Kupietz82cac572020-03-04 16:45:02 +010016Description: 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 Kupietzd597bad2019-09-27 14:15:50 +020024Depends: R (>= 3.5.0)
Marc Kupietzc4427a52020-02-18 22:00:51 +010025Language: en-US
Marc Kupietz42149fc2019-09-16 18:30:42 +020026License: BSD_2_clause + file LICENSE
Marc Kupietz1f5968a2019-09-07 19:15:26 +020027Encoding: UTF-8
Marc Kupietz87180092019-09-07 19:20:24 +020028LazyData: false
Marc Kupietze2038322021-03-04 18:24:02 +010029RoxygenNote: 7.1.1
Marc Kupietzda3afe32019-09-16 18:32:32 +020030Imports:
Marc Kupietz0a96b282019-10-01 11:05:31 +020031 R.cache,
Marc Kupietzdcc1de62019-10-04 09:10:36 +020032 broom,
33 ggplot2,
34 tibble,
Marc Kupietz69cc54a2019-09-30 12:06:54 +020035 magrittr,
36 tidyr,
37 dplyr,
Marc Kupietz69cc54a2019-09-30 12:06:54 +020038 lubridate,
Marc Kupietz91145b02020-01-29 15:58:36 +010039 highcharter,
Marc Kupietzda3afe32019-09-16 18:32:32 +020040 jsonlite,
Marc Kupietz4862b862019-11-07 10:13:53 +010041 keyring,
Marc Kupietz865760f2019-10-07 19:29:44 +020042 plotly,
43 htmlwidgets,
Marc Kupietze95108e2019-09-18 13:23:58 +020044 utils,
45 httr,
Marc Kupietz95240e92019-11-27 18:19:04 +010046 methods,
47 PTXQC
Marc Kupietz898df382020-03-24 15:28:19 +010048Suggests:
49 testthat
Marc Kupietze95108e2019-09-18 13:23:58 +020050Collate:
51 'KorAPConnection.R'
52 'KorAPCorpusStats.R'
Marc Kupietz6a6c4ba2019-10-04 09:05:04 +020053 'RKorAPClient.R'
Marc Kupietze95108e2019-09-18 13:23:58 +020054 'KorAPQuery.R'
Marc Kupietze2038322021-03-04 18:24:02 +010055 'association-scores.R'
Marc Kupietzdcc1de62019-10-04 09:10:36 +020056 'ci.R'
Marc Kupietz91145b02020-01-29 15:58:36 +010057 'highcharter-helper.R'
Marc Kupietzbb7d2322019-10-06 21:42:34 +020058 'misc.R'
Marc Kupietz69cc54a2019-09-30 12:06:54 +020059 'reexports.R'