Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getwd() begins with / on windows which differs from GNU R #549

Open
perNyfelt opened this issue Feb 28, 2022 · 0 comments · May be fixed by #550
Open

getwd() begins with / on windows which differs from GNU R #549

perNyfelt opened this issue Feb 28, 2022 · 0 comments · May be fixed by #550

Comments

@perNyfelt
Copy link
Contributor

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"
This was referenced Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant