commit | ef1ef4a97ffafa4d5252e3aee5b632b2739b44a4 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Feb 19 12:12:40 2025 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Feb 19 12:12:40 2025 +0100 |
tree | 5c781f405279c200bbd98b5c9c0b14d59df86cbd | |
parent | e7f0d689918f4ef2c35b8ed228ffcbd107467d31 [diff] [blame] |
Remove redundant R version checks Change-Id: I51009d002e943aa4187cd7105b7a6935368d6b60
diff --git a/R/KorAPQuery.R b/R/KorAPQuery.R index db5ad6f..296efa5 100644 --- a/R/KorAPQuery.R +++ b/R/KorAPQuery.R
@@ -70,7 +70,7 @@ maxResultsPerPage <- 50 ## quiets concerns of R CMD check re: the .'s that appear in pipelines -if(getRversion() >= "2.15.1") utils::globalVariables(c(".")) +utils::globalVariables(c(".")) #' Corpus query #'