Skip to content

Commit bc47b97

Browse files
authored
numeric_version() with character arg (#1523)
1 parent 6ee7d80 commit bc47b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/session/rstudioapi.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ viewer <- function(url, height = NULL) {
230230
}
231231

232232
getVersion <- function() {
233-
numeric_version(0)
233+
numeric_version("0")
234234
}
235235

236236
versionInfo <- function() {

0 commit comments

Comments
 (0)