Closed GegznaV closed 1 year ago
The main change is to use a solution that is based on as.character() (and not tclvalue()) which is more robust if pathname contains a space, e.g., "C:/Program Files/RStudio/lib"
as.character()
tclvalue()
I see that this update is incorporated as v1.5.1 on 2021-12-23 via commit 67a255a9509e87564bf04711f040c286dfcf536e.
The main change is to use a solution that is based on
as.character()
(and nottclvalue()
) which is more robust if pathname contains a space, e.g., "C:/Program Files/RStudio/lib"