commit | f83d59a98311bdf3f976d6b0223bcf0b8dadc779 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Sat Feb 01 14:48:30 2025 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Sun Feb 02 11:18:20 2025 +0100 |
tree | a528deddc74fd2f8620d852b980e12a5be4e0baa | |
parent | 37e07e8cc83ca2d6cd0ae0449a026b19a66f5f4f [diff] [blame] |
Let httr2 take care of token refreshing Change-Id: I68f35fa8debb9603e937c4a12328560ac31f61a1
diff --git a/R/collocationAnalysis.R b/R/collocationAnalysis.R index a920cc8..aedadec 100644 --- a/R/collocationAnalysis.R +++ b/R/collocationAnalysis.R
@@ -98,7 +98,7 @@ stop(sprintf("Not empty withinSpan (='%s') requires exactFrequencies=TRUE", withinSpan), call. = FALSE) } - warnIfNoAccessToken(kco) + warnIfNotAuthorized(kco) if (lemmatizeNodeQuery) { node <- lemmatizeWordQuery(node)