Skip to content

Commit

Permalink
Namespace packageVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed May 26, 2016
1 parent d2d039e commit be12e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/src-sqlite.r
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ src_desc.src_sqlite <- function(x) {
}

sqlite_version <- function() {
if (packageVersion("RSQLite") > 1) {
if (utils::packageVersion("RSQLite") > 1) {
RSQLite::rsqliteVersion()[[2]]
} else {
DBI::dbGetInfo(RSQLite::SQLite())$clientVersion
Expand Down

0 comments on commit be12e9b

Please sign in to comment.