blob: 45aab197dea9ca2beff016d6a615c9810051fe2b [file] [log] [blame]
Package: RKorAPClient
Type: Package
Title: 'KorAP' Web Service Client Package
Version: 0.7.2.9000
Authors@R:
c(person(given = "Marc",
family = "Kupietz",
role = c("aut", "cre"),
email = "kupietz@ids-mannheim.de"),
person(given = "Nils",
family = "Diewald",
role = c("ctb"),
email = "diewald@ids-mannheim.de"),
person(given = "Leibniz Institute for the German Language",
role = c("cph", "fnd")))
Description: 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/>.
Depends: R (>= 3.5.0)
Language: en-US
License: BSD_2_clause + file LICENSE
URL: https://github.com/KorAP/RKorAPClient/,
https://korap.ids-mannheim.de/,
https://www.ids-mannheim.de/digspra/kl/projekte/korap
BugReports: https://github.com/KorAP/RKorAPClient/issues
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.1.2
Imports:
R.cache,
broom,
ggplot2,
tibble,
magrittr,
tidyr,
dplyr,
lubridate,
highcharter,
jsonlite,
keyring,
utils,
httr,
curl,
methods,
PTXQC,
purrr,
stringr,
urltools
Suggests:
lifecycle,
testthat
Collate:
'KorAPConnection.R'
'KorAPCorpusStats.R'
'RKorAPClient-package.R'
'KorAPQuery.R'
'association-scores.R'
'ci.R'
'collocationAnalysis.R'
'collocationScoreQuery.R'
'hc_add_onclick_korap_search.R'
'hc_freq_by_year_ci.R'
'misc.R'
'reexports.R'
Roxygen: list(markdown = TRUE)