Skip to content

Commit

Permalink
try getting r version in function
Browse files Browse the repository at this point in the history
  • Loading branch information
radbasa committed Aug 27, 2024
1 parent 9ccac41 commit 32fab82
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
r_version_compatibility <- function() {
namespaced_function_calls()
if (getRversion() >= 4.3) {
namespaced_function_calls()
} else {
NULL
}
}


Expand Down

0 comments on commit 32fab82

Please sign in to comment.