Skip to content

Commit 9f06ffc

Browse files
authored
numeric_version() wants character as of R 4.4 (#1520)
1 parent d582b91 commit 9f06ffc

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
@@ -237,7 +237,7 @@ versionInfo <- function() {
237237
list(
238238
citation = "",
239239
mode = "vscode",
240-
version = numeric_version(0),
240+
version = numeric_version("0"),
241241
release_name = "vscode"
242242
)
243243
}

0 commit comments

Comments
 (0)