Skip to content

Commit

Permalink
numeric_version() with character arg (#1523)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru authored May 6, 2024
1 parent 6ee7d80 commit bc47b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/session/rstudioapi.R
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ viewer <- function(url, height = NULL) {
}

getVersion <- function() {
numeric_version(0)
numeric_version("0")
}

versionInfo <- function() {
Expand Down

0 comments on commit bc47b97

Please sign in to comment.