blob: e0fc57df8c50b73c5a7ea1ee56a2a5b503b6d094 [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 Kupietz5991e8b2024-06-26 21:15:49 +02004Version: 0.8.1.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 Kupietza6e4ee62021-03-05 09:00:15 +010027URL: https://github.com/KorAP/RKorAPClient/,
28 https://korap.ids-mannheim.de/,
Marc Kupietz9e469482021-09-20 21:51:06 +020029 https://www.ids-mannheim.de/digspra/kl/projekte/korap
Marc Kupietza6e4ee62021-03-05 09:00:15 +010030BugReports: 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 Kupietza676cee2024-01-24 16:19:09 +010033RoxygenNote: 7.3.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 Kupietza4675722022-02-23 23:55:15 +010048 curl,
Marc Kupietz95240e92019-11-27 18:19:04 +010049 methods,
Marc Kupietzdbd431a2021-08-29 12:17:45 +020050 PTXQC,
51 purrr,
52 stringr,
53 urltools
Marc Kupietz898df382020-03-24 15:28:19 +010054Suggests:
Marc Kupietz8b8aa522021-09-21 10:02:39 +020055 lifecycle,
Marc Kupietz898df382020-03-24 15:28:19 +010056 testthat
Marc Kupietze95108e2019-09-18 13:23:58 +020057Collate:
58 'KorAPConnection.R'
59 'KorAPCorpusStats.R'
Marc Kupietza6e4ee62021-03-05 09:00:15 +010060 'RKorAPClient-package.R'
Marc Kupietze95108e2019-09-18 13:23:58 +020061 'KorAPQuery.R'
Marc Kupietze2038322021-03-04 18:24:02 +010062 'association-scores.R'
Marc Kupietzdcc1de62019-10-04 09:10:36 +020063 'ci.R'
Marc Kupietzdbd431a2021-08-29 12:17:45 +020064 'collocationAnalysis.R'
65 'collocationScoreQuery.R'
Marc Kupietz67edcb52021-09-20 21:54:24 +020066 'hc_add_onclick_korap_search.R'
67 'hc_freq_by_year_ci.R'
Marc Kupietzbb7d2322019-10-06 21:42:34 +020068 'misc.R'
Marc Kupietz69cc54a2019-09-30 12:06:54 +020069 'reexports.R'
Marc Kupietz6ddece42023-12-18 17:02:36 +010070 'textMetadata.R'
Marc Kupietz67edcb52021-09-20 21:54:24 +020071Roxygen: list(markdown = TRUE)