1. a267c42 Update textMetadata documentation by Marc Kupietz · 6 days ago
  2. ec1bfc8 auth and hc_freq_by_year_ci are no longer experimental by Marc Kupietz · 7 days ago
  3. 36117de Remove redundant documentation in KorAPConnection by Marc Kupietz · 7 days ago
  4. f9914bb Bring back documentation for KorAPConnection params by Marc Kupietz · 7 days ago
  5. d352642 Switch examples to native pipe operator by Marc Kupietz · 7 days ago
  6. dc880ac Add missing documentation by Marc Kupietz · 7 days ago
  7. b7a3805 Simplify package documentation by Marc Kupietz · 8 days ago
  8. 1623fe8 Add fields parameter documentation in corpusQuery by Marc Kupietz · 8 days ago
  9. c616098 Add new man sections by Marc Kupietz · 8 days ago
  10. 2abb946 Add documentation to corpusStats result by Marc Kupietz · 8 days ago
  11. a8c40f4 Make documentation less class centric by Marc Kupietz · 8 days ago
  12. ecc8670 Add example for querying metadata of text within a vc by Marc Kupietz · 8 days ago
  13. b1dec01 Code cleanup by Marc Kupietz · 4 weeks ago
  14. a824d50 KorAPConnection: improve source code formatting by Marc Kupietz · 9 weeks ago
  15. c6acf59 Fix documentation mismatch by Marc Kupietz · 3 months ago
  16. ad8d2ed Update and separate frequencyQuery documentation by Marc Kupietz · 3 months ago
  17. b79fd44 Introduce env variable KORAP_URL to use as default if set by Marc Kupietz · 3 months ago
  18. 463bb16 More migrations to base pipe by Marc Kupietz · 3 months ago
  19. 617266d ♻️💄 simplify KorAPConnection class instantiations to modern syntax by Marc Kupietz · 4 months ago
  20. e7f0d68 Update tokenization note in collocationAnalysis function by Marc Kupietz · 4 months ago
  21. dbdbb1f Subtract redundant smoothing constants in mergeDuplicateCollocates by Marc Kupietz · 4 months ago
  22. 62b1789 Check if authorization is supported by Marc Kupietz · 5 months ago
  23. 471d90a Fix typos by Marc Kupietz · 5 months ago
  24. f83d59a Let httr2 take care of token refreshing by Marc Kupietz · 5 months ago
  25. a550165 Fix line length in rd file by Marc Kupietz · 5 months ago
  26. f912959 Replace httr with httr2 by Marc Kupietz · 5 months ago
  27. a4f51d7 Add auth method to simplify (o)authorization by Marc Kupietz · 5 months ago
  28. 8a6df60 Remove experimental badge from collocationAnalysis function by Marc Kupietz · 5 months ago
  29. 6a02e4c Properly link to keyring package documentation by Marc Kupietz · 6 months ago
  30. 6bd9cad Improve documentation of span parameter in ca by Marc Kupietz · 7 months ago
  31. 1faa721 Fix Rd \link{} targets without package anchors by Marc Kupietz · 7 months ago
  32. f5263bd Add mergeDuplicateCollocates function by Marc Kupietz · 7 months ago
  33. 38a9d68 Slim down buildWebUIRequestUrl function by Marc Kupietz · 7 months ago
  34. 3687a8c textMetadata: update documentation by Marc Kupietz · 1 year, 5 months ago
  35. 6ddece4 Add textMetadata function to retrieve metadata via sigle(s) by Marc Kupietz · 1 year, 7 months ago
  36. 58bffe8 Add webUiRequestUrl column also to corpusStats results by Marc Kupietz · 1 year, 8 months ago
  37. 2078bde Also retrieve tokenized snippets by Marc Kupietz · 1 year, 10 months ago
  38. 891534e Wrap last remaining web api query example with dontrun by Marc Kupietz · 2 years, 3 months ago
  39. 548ac35 Fix dontrun position in misc.R by Marc Kupietz · 2 years, 3 months ago
  40. d9b2fd7 Add context parameter to corpusQuery by Marc Kupietz · 2 years, 3 months ago
  41. 132f005 Add OAuth Browser Flow documentation by Marc Kupietz · 2 years, 3 months ago
  42. 38329fd Update dplyr::bind_cols link in reexports.Rd´ by Marc Kupietz · 2 years, 3 months ago
  43. 44d66f3 Fix misleading corpusStats example with articleType by Marc Kupietz · 2 years, 8 months ago
  44. a81343d Add slot documentation for KorAPConnection class by Marc Kupietz · 2 years, 10 months ago
  45. e0a8014 Fix documentation for just reexported magrittr::`%>%` by Marc Kupietz · 2 years, 10 months ago
  46. 8bafa25 Add missing value documentations by Marc Kupietz · 2 years, 10 months ago
  47. fb54822 Update Roxygen 7.2.0 to 7.2.1 by Marc Kupietz · 2 years, 10 months ago
  48. cafca4d Update corpusStats example by Marc Kupietz · 3 years, 4 months ago
  49. 83d0af3 Skip tests that require internet if offline by Marc Kupietz · 3 years, 4 months ago
  50. a467572 Make sure to always fail gracefully if server not accessible by Marc Kupietz · 3 years, 4 months ago
  51. 3eea3a6 Merge "Do not allow repeated nodes in collocation analysis" by Marc Kupietz · 3 years, 6 months ago
  52. dadfd91 CA: do not add examples by default by Marc Kupietz · 3 years, 6 months ago
  53. 4e322f3 Update link to Stefan's PhD thesis by Marc Kupietz · 3 years, 6 months ago
  54. 7d400e0 Add missing parameter descriptions by Marc Kupietz · 3 years, 7 months ago
  55. 47d0d2b Parametrize regex filter for collocates as collocateFilterRegex by Marc Kupietz · 3 years, 7 months ago
  56. 2456abd Don't wrap package description by Marc Kupietz · 3 years, 7 months ago
  57. d83bc91 Fix garbled hc_freq_by_year_ci examples by Marc Kupietz · 3 years, 7 months ago
  58. 419f21f CA: Make recurive CA association score threshold a parameter by Marc Kupietz · 3 years, 7 months ago
  59. 6a3185b Increase client sided default API timout to 240s by Marc Kupietz · 3 years, 7 months ago
  60. 5a336b6 Add recursion to collocationAnalysis by Marc Kupietz · 3 years, 7 months ago
  61. 6505ccf Do not allow repeated nodes in collocation analysis by Marc Kupietz · 3 years, 7 months ago
  62. 6ae7605 Use \dontrun instead of \donttest for non-essential examples by Marc Kupietz · 3 years, 9 months ago
  63. bf00493 Update link to Rychly paper by Marc Kupietz · 3 years, 9 months ago
  64. 67edcb5 Migrate documentation to roxygen2md by Marc Kupietz · 3 years, 10 months ago
  65. dbd431a Add full collocation analysis (client side only implementation) by Marc Kupietz · 3 years, 10 months ago
  66. 9dc1d9f Fix typos in Readme.md and highcharter-helpers by Marc Kupietz · 4 years, 4 months ago
  67. 29c2119 Paint the green kalamar R-ish blue by Marc Kupietz · 4 years, 4 months ago
  68. 92a2848 More documentation improvements by Marc Kupietz · 4 years, 4 months ago
  69. 5fb892e Drop support for orphaned plotly package by Marc Kupietz · 4 years, 4 months ago
  70. 10bcc91 Add new KorAP logo by Marc Kupietz · 4 years, 4 months ago
  71. a6e4ee6 Restructure documentation by Marc Kupietz · 4 years, 4 months ago
  72. e203832 Association score funtions as parameters to collocationScoreQuery by Marc Kupietz · 4 years, 4 months ago
  73. 006b47c Add method collocationScoreQuery by Marc Kupietz · 4 years, 6 months ago
  74. b49afa0 Let cache hash depend on x-index-revision http header from welcome call by Marc Kupietz · 5 years ago
  75. cb3c59e Explicitely use and import dplyr::n by Marc Kupietz · 5 years ago
  76. ab0b071 highcharter-helper: add boolean parameter smooth by Marc Kupietz · 5 years ago
  77. 5b503f4 hc_freq_by_year_ci: allow additional parameters passed to hc_add_series by Marc Kupietz · 5 years ago
  78. b2b32a3 Print the API's welcome/ToS message when opening a connection by Marc Kupietz · 5 years ago
  79. cf1771d Use TRUE and FALSE instead of T and F by Marc Kupietz · 5 years ago
  80. 657d8e7 Add more donttests to stay below 5s for each test by Marc Kupietz · 5 years ago
  81. f9ebbff Further minimize ggplotly test to make CRAN happy by Marc Kupietz · 5 years ago
  82. 43a6ade Fix typos by Marc Kupietz · 5 years ago
  83. 05b2277 Don't run long running and redundant tests by default by Marc Kupietz · 5 years ago
  84. b38b73e Update default timeout in documentation by Marc Kupietz · 5 years ago
  85. 13addc9 Move highcharter live example to gh-pages (branch) by Marc Kupietz · 5 years ago highcharter
  86. 4494a3e Add highcharter example to Readme.md by Marc Kupietz · 5 years ago
  87. 10f65c4 Add highcharter example for varying virtual corpora by Marc Kupietz · 5 years ago
  88. c464001 Add manpage for hc_freq_by_year_ci by Marc Kupietz · 5 years ago
  89. 2fbac3d Make Heuschrecken-Example less time-consuming by Marc Kupietz · 5 years ago
  90. 62d29a1 Make queryStringToLabel more useful by Marc Kupietz · 5 years ago
  91. 23daf5b Add rCharts demo using Highcharts by Marc Kupietz · 6 years ago
  92. 95240e9 Add queryStringToLabel to package misc functions by Marc Kupietz · 6 years ago
  93. b956b81 Rename "api token" to "access token" by Marc Kupietz · 6 years ago
  94. 76685f5 Upgrade to Roxygen 7 by Marc Kupietz · 6 years ago
  95. 71d6e05 Add as.alternative parameter to frequencyQuery method by Marc Kupietz · 6 years ago
  96. a96537f Get rid of unnecessary ifelses by Marc Kupietz · 6 years ago
  97. 7715e9d Fix error in KorAPConnection documenation by Marc Kupietz · 6 years ago
  98. 4862b86 Add support for API token authorization by Marc Kupietz · 6 years ago
  99. 0c29cea Add confidence level argument to frequencyQuery by Marc Kupietz · 6 years ago
  100. 865760f Add convenience bindings for ggplot2 and plotly with hyperlinks by Marc Kupietz · 6 years ago