1. 409bf74 Fix setGeneric for persistApiToken by Marc Kupietz · 5 years ago
  2. fc34030 Tidy up and plotlify frequenciesOverTimeDemo by Marc Kupietz · 5 years ago
  3. a96537f Get rid of unnecessary ifelses by Marc Kupietz · 5 years ago
  4. 1b69abf Fix type error in frequencies over domains example by Marc Kupietz · 5 years ago
  5. 7715e9d Fix error in KorAPConnection documenation by Marc Kupietz · 5 years ago
  6. 1057b6e Use apiTokenServiceName constant and not the string by Marc Kupietz · 5 years ago
  7. fd9e749 Fix non-nullable API token by Marc Kupietz · 5 years ago
  8. 4862b86 Add support for API token authorization by Marc Kupietz · 5 years ago
  9. 0c29cea Add confidence level argument to frequencyQuery by Marc Kupietz · 5 years ago
  10. 865760f Add convenience bindings for ggplot2 and plotly with hyperlinks by Marc Kupietz · 5 years ago
  11. 19e2ebd In corpusQuery explicitely use dplyr::select by Marc Kupietz · 5 years ago
  12. b04a1cb Tidy up freq / domain demo by Marc Kupietz · 5 years ago
  13. 0de631d Use the convenience functions in the demos by Marc Kupietz · 5 years ago
  14. 57cc5a6 Add an example with plot to Readme.md by Marc Kupietz · 5 years ago
  15. d68f971 Add convenience function geom_freq_by_year_ci by Marc Kupietz · 5 years ago
  16. bb7d232 Add convenience function for conversion to ipm by Marc Kupietz · 5 years ago
  17. 1242a5e alternatibvesOverTime demo: use our vectorized api methods by Marc Kupietz · 5 years ago
  18. 1b70c80 Let conditionsOverTime demo use query parameter by Marc Kupietz · 5 years ago
  19. 6ebd751 Avoid tidyselect import in ci by Marc Kupietz · 5 years ago
  20. a99f174 Bump version to 0.2.0 by Marc Kupietz · 5 years ago
  21. ea046fa Specialize Readme.md for tidyverse branch by Marc Kupietz · 5 years ago
  22. 97a1bca Optimize imports by Marc Kupietz · 5 years ago
  23. 3da02eb Regional example: don't plot intermediate results by Marc Kupietz · 5 years ago
  24. 296e493 Adapt demos to vectorized methods by Marc Kupietz · 5 years ago
  25. 7d61387 Mute "Undefined global functions or variables" notes in ci by Marc Kupietz · 5 years ago
  26. 3f57528 Add function frequencyQuery (corpusQuery + corpusStats + ci) by Marc Kupietz · 5 years ago
  27. 4de53ec Vectorize corpusQuery and corpusStats by Marc Kupietz · 5 years ago
  28. dcc1de6 Add ci function by Marc Kupietz · 5 years ago
  29. 6a6c4ba Add some package documentation by Marc Kupietz · 5 years ago
  30. 69cc54a Start tidyverse migration by Marc Kupietz · 5 years ago
  31. 0a96b28 Cache API calls locally by Marc Kupietz · 5 years ago
  32. 9d4e273 Bump version to 0.1.1 by Marc Kupietz · 5 years ago
  33. 468cab8 Fix picking up vc definition from KorAP-URL in corpusQuery by Marc Kupietz · 5 years ago
  34. 3405ab0 Bumb version to 0.1.0 by Marc Kupietz · 5 years ago
  35. e457d99 Make separate examples proper R-style demos by Marc Kupietz · 5 years ago
  36. 8e05d9c Merge "Geo-example: plotlify with region tooltips and links to ui queries" by Marc Kupietz · 5 years ago
  37. 2416905 Fix plot example in corpusQuery documentation by Marc Kupietz · 5 years ago
  38. 9402dec Geo-example: plotlify with region tooltips and links to ui queries by Marc Kupietz · 5 years ago
  39. b1be8b4 Regions overhaul: add LI, remove federal states for AT, CH by Marc Kupietz · 5 years ago
  40. a582bf0 Add Examples section to Readme.md by Marc Kupietz · 5 years ago
  41. 9d57d4b Add conditionsOverTime to simple examples by Marc Kupietz · 5 years ago
  42. 451980d Add example for regional frequency distribution by Marc Kupietz · 5 years ago
  43. a97e8d0 Add simple example frequencies / topic domains by Marc Kupietz · 5 years ago
  44. 827a3c1 Add example alternativesOverTime.R by Marc Kupietz · 5 years ago
  45. 46a5767 Accept also JSON-LD as content type by Marc Kupietz · 5 years ago
  46. 7776dec More minor documentation typo fixes by Marc Kupietz · 5 years ago
  47. 6d4afdd Merge "'KorAP' typo" by Marc Kupietz · 5 years ago
  48. 36d12d9 Fix handling of field parameter by Marc Kupietz · 5 years ago
  49. 36def51 'KorAP' typo by Akron · 5 years ago
  50. 5e13546 Minor typos in documentation by Akron · 5 years ago
  51. 4ce4fe6 Simplify start by including installation in readme by Akron · 5 years ago
  52. d597bad Add dependency on R (>= 3.5.0) by Marc Kupietz · 5 years ago
  53. db9ab04 Use count=0 instead of count=1 in initial queries by Marc Kupietz · 5 years ago
  54. d0d3e9b Wrap API https request in new apiCall method by Marc Kupietz · 5 years ago
  55. f6f7131 Harmonize verbose handling by Marc Kupietz · 5 years ago
  56. 6898901 Fix Hello World example by Marc Kupietz · 5 years ago
  57. 5a51982 Carry a a verbosity default already in the connection object by Marc Kupietz · 5 years ago
  58. af5b112 Merge "Revert "Use instance/test until negative fields bug in virtual corpora is fixed in main instance"" by Marc Kupietz · 5 years ago
  59. b897218 Always carry a KorAPConnection object in the KorpusQuery object by Marc Kupietz · 5 years ago
  60. 3f264bb Add Installation and Hello World sections to Readme.md by Marc Kupietz · 5 years ago
  61. f94a6c8 Revert "Use instance/test until negative fields bug in virtual corpora is fixed in main instance" by Marc Kupietz · 5 years ago
  62. 56456c6 Give better progress info when verbose by Marc Kupietz · 5 years ago
  63. 71626ac Use instance/test until negative fields bug in virtual corpora is fixed in main instance by Marc Kupietz · 5 years ago
  64. 603491f Provide comments for some basic examples by Marc Kupietz · 5 years ago
  65. 6b5e7aa Bump version to 0.0.2 by Marc Kupietz · 5 years ago
  66. e95108e Migrate to S4 Classes by Marc Kupietz · 5 years ago
  67. 25aebc3 Add some parameters' documentation and examples by Marc Kupietz · 5 years ago
  68. 37b8ef1 Fix long lines in documentation complaints by Marc Kupietz · 5 years ago
  69. da3afe3 Add missing imports to NAMESPACE and DESCRIPTION by Marc Kupietz · 5 years ago
  70. 43f18ae Add non-standard files to .Rbuildignore by Marc Kupietz · 5 years ago
  71. d235a71 Import utils for URL-coding by Marc Kupietz · 5 years ago
  72. 42149fc Commonize license identifier in DESCRIPTION by Marc Kupietz · 5 years ago
  73. f568f3f Use missing instead of is.na to deal with not given parameters by Marc Kupietz · 5 years ago
  74. 3c531f6 Extend KorAPQuery documentation by Marc Kupietz · 5 years ago
  75. 9d97eb9 Fix RKorapQuery not accepting KorAPUrl only by Marc Kupietz · 5 years ago
  76. f60cd67 Add warning about permanently ongoing API changes by Marc Kupietz · 5 years ago
  77. 636fd39 KorAPCorpusStats: update documentation by Marc Kupietz · 5 years ago
  78. 7915dc4 KorAPConnection: update documentation by Marc Kupietz · 5 years ago
  79. 62da2b5 Integrate KorAPFetchAll with KorAPFetchNext, add KorAPFetchRest by Marc Kupietz · 5 years ago
  80. b125bdd KorAPQuery: let metadataOnly perameter default to true by Marc Kupietz · 5 years ago
  81. 7bce47d KorAPQuery: fix return value documentation by Marc Kupietz · 5 years ago
  82. b306552 KorAPQuery: rename some parameters by Marc Kupietz · 5 years ago
  83. 8b1402c Some additions and markup fixes for Readme.md by Marc Kupietz · 5 years ago
  84. bec1c91 Add Readme.md and LICENSE files by Marc Kupietz · 5 years ago
  85. 7d88e2e Set vc before constructing the query by Marc Kupietz · 5 years ago
  86. 8718009 Add missing files by Marc Kupietz · 5 years ago
  87. cf1caf4 Add some documentation by Marc Kupietz · 5 years ago
  88. 1f5968a Add DESCRIPTION by Marc Kupietz · 5 years ago
  89. 632cbd4 Add namespace and some documentation by Marc Kupietz · 5 years ago
  90. cb725f8 Add KorAPFetchNext function by Marc Kupietz · 5 years ago
  91. 3156991 Fix typo by Marc Kupietz · 5 years ago
  92. c2c59bd Introduce verbose parameter in FetchAll by Marc Kupietz · 5 years ago
  93. 9392d5d Use offset instead of page for specifying the start offset by Marc Kupietz · 5 years ago
  94. 5bbc9db First check-in of modified demo function from CMLC-publication by Marc Kupietz · 5 years ago