Skip to content

Commit

Permalink
Change format of R version string on R devel slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Apr 1, 2023
1 parent c14cd82 commit ce0683b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-r-dependencies/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ runs:
pdf(tempfile())
ge_ver <- attr(recordPlot(), "engineVersion")
dev.off()
paste0("R version ", getRversion(), " (ge", ge_ver,":", .Internal(internalsID()), ")")
paste0("R version ", getRversion(), " (ge:", ge_ver, "; iid:", .Internal(internalsID()), ")")
} else {
R.version.string
}
Expand Down

0 comments on commit ce0683b

Please sign in to comment.