blob: 2dbb7e246138897f5a5684474def3c779de131e2 [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 Kupietz0bce7bb2021-03-05 11:30:30 +01004Version: 0.6.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 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 Kupietza6e4ee62021-03-05 09:00:15 +010027URL: https://github.com/KorAP/RKorAPClient/,
28 https://korap.ids-mannheim.de/,
29 https://www1.ids-mannheim.de/kl/projekte/korap.html
30BugReports: https://github.com/KorAP/RKorAPClient/issues
Marc Kupietz1f5968a2019-09-07 19:15:26 +020031Encoding: UTF-8
Marc Kupietz87180092019-09-07 19:20:24 +020032LazyData: false
Marc Kupietze2038322021-03-04 18:24:02 +010033RoxygenNote: 7.1.1
Marc Kupietzda3afe32019-09-16 18:32:32 +020034Imports:
Marc Kupietz0a96b282019-10-01 11:05:31 +020035 R.cache,
Marc Kupietzdcc1de62019-10-04 09:10:36 +020036 broom,
37 ggplot2,
38 tibble,
Marc Kupietz69cc54a2019-09-30 12:06:54 +020039 magrittr,
40 tidyr,
41 dplyr,
Marc Kupietz69cc54a2019-09-30 12:06:54 +020042 lubridate,
Marc Kupietz91145b02020-01-29 15:58:36 +010043 highcharter,
Marc Kupietzda3afe32019-09-16 18:32:32 +020044 jsonlite,
Marc Kupietz4862b862019-11-07 10:13:53 +010045 keyring,
Marc Kupietze95108e2019-09-18 13:23:58 +020046 utils,
47 httr,
Marc Kupietz95240e92019-11-27 18:19:04 +010048 methods,
49 PTXQC
Marc Kupietz898df382020-03-24 15:28:19 +010050Suggests:
51 testthat
Marc Kupietze95108e2019-09-18 13:23:58 +020052Collate:
53 'KorAPConnection.R'
54 'KorAPCorpusStats.R'
Marc Kupietza6e4ee62021-03-05 09:00:15 +010055 'RKorAPClient-package.R'
Marc Kupietze95108e2019-09-18 13:23:58 +020056 'KorAPQuery.R'
Marc Kupietze2038322021-03-04 18:24:02 +010057 'association-scores.R'
Marc Kupietzdcc1de62019-10-04 09:10:36 +020058 'ci.R'
Marc Kupietz91145b02020-01-29 15:58:36 +010059 'highcharter-helper.R'
Marc Kupietzbb7d2322019-10-06 21:42:34 +020060 'misc.R'
Marc Kupietz69cc54a2019-09-30 12:06:54 +020061 'reexports.R'