You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getwd() starts with / on windows but in GNU R it does not.
Renjin 3.5-beta76
Copyright (C) 2019 The R Foundation for Statistical Computing
Copyright (C) 2019 BeDataDriven
Using native reference BLAS libraries.
> print(getwd())
[1] "/D:/Development/renjin-3.5-beta76/bin"
GNU R:
R version 3.6.3 (2020-02-29) -- "Holding the Windsock"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)
> print(getwd())
print(getwd())
[1] "D:/Development/renjin-3.5-beta76/bin"
The text was updated successfully, but these errors were encountered:
getwd() starts with / on windows but in GNU R it does not.
GNU R:
The text was updated successfully, but these errors were encountered: