Skip to content

Releases: KorAP/RKorAPClient

RKorAPClient v1.0.0 (CRAN-Release)

20 Feb 12:43
Compare
Choose a tag to compare
  • Simplified authorization process for accessing restricted data via the new auth() function
  • Switched from httr to httr2 for all API requests
  • Minimally required R version is now 4.1.0 (released 2021-05-18)
  • Fixed compatibility with upcoming ggplot2 3.6.0 (thanks @teunbrand)
  • Fixed issues with tokenized matches in corpusQuery results
  • Fixed smoothing constant in mergeDuplicateCollocates function
  • Fixed missing suggested packages in DESCRIPTION (for demos)

RKorAPClient v0.9.0 (CRAN-Release)

10 Jan 19:00
Compare
Choose a tag to compare
  • added citation hint, see citation("RKorAPClient")
  • added matchStart and matchEnd columns to corpusQuery results, that contain the start and end position of the match in the text
  • added function mergeDuplicateCollocates to merge collocation analysis results for different context positions
  • added a column query to collocation analysis results
  • fixed CRAN check notes on Rd \link{} targets missing package
  • fixed possible problems in corpusStats method
  • improved documentation for span parameter in collocation analysis functions
  • uses new metadata fields API in textMetadata method, if available, to retrieve also custom metadata for a text based on its sigle
  • uses new metadata fields API in corpusQuery method, if available

RKorAPClient v0.8.1 (CRAN-Release)

02 May 12:39
Compare
Choose a tag to compare
  • fixed R 4.4 compatibility of collocationAnalysis function
  • replaced deprecated legend.position (ggplot2)
  • fixed rare frequencyQuery incompatibility with outdated KorAP instances (see KorAP/Kustvakt#668)

RKorAPClient v0.8.0 (CRAN-Release)

24 Jan 18:44
Compare
Choose a tag to compare
  • added textMetadata KorAPConnection method to retrieve all metadata for a text, based on its sigle
  • added webUiRequestUrl column also to corpusStats results, so that also virtual corpus definitions can be linked to / tested directly in the KorAP UI
  • added on-click action to open KorAP query also to highcharter scatter plots
  • unless metadataOnly is set, also tokenized snippets are now retrieved in corpus queries (stored in collectedMatches$tokens)
  • uses server side tokenized matches in collocation analysis, if supported by KorAP server
  • fixed regional demo (will be updated again soon)

RKorAPClient v0.7.7 (CRAN-Release)

RKorAPClient v0.7.6 (CRAN-Release)

19 Apr 09:25
Compare
Choose a tag to compare
  • fixed error in recursiveCA demo
  • added documentation on authorization using the OAuth browser flow
  • fixed graceful fail on invalid json responses from API requests (CRAN policy violation)
  • updated Roxygen to 7.2.3
  • added context parameter to corpusQuery
  • updated GitHub workflows
  • in collocationAnalysis: given withinSpan parameters are now correctly passed to queries for examples
  • replaced our log.info function with log_info to avoid name clashes

CRAN Release v0.7.5

11 Sep 18:28
Compare
Choose a tag to compare

RKorAPClient 0.7.5

  • resolved CRAN policy violation (writing to user's home filespace)

RKorAPClient 0.7.4 (unreleased due to CRAN requests)

  • resolved CRAN requests:
    • documentation completed and improved for hc_add_onclick_korap_search, hc_freq_by_year_ci, KorAPConnection class
    • proper cache directory used in regional demo
    • fixed and improved path handling in collocation analysis and light verb construction demos
    • fixed documentation for reexported magrittr::%>% (pipe function)
  • replaced head with dplyr::slice_head when used on data frames or tibbles

RKorAPClient 0.7.3 (unreleased due to CRAN requests)

  • updated Roxygen to 7.2.1 (fixes bug that caused CRAN removal of RKorAPClient)
  • updated shiny demo
  • added some demos for comparisons by country of publication
  • fixed collocation scores for lemmatized node or collocate queries