r-devel / r-dev-env

A containerised development environment for editing and compiling the R source code.
https://contributor.r-project.org/r-dev-env/
MIT License
29 stars 6 forks source link

Local setup: cannot create files or folders due to permissions #157

Closed eliocamp closed 2 weeks ago

eliocamp commented 2 months ago

I'm running the local setup with vscode + docker. When I try to create a new file I get permission denied.

StarTrooper08 commented 2 months ago

Have to look into this.

Comparing with github codespace with local setup, locally the docker doesn't know where to save those files usually it uses volumes for data persistence. And it is yet to be configured. This thing will be addresses in upcoming release.

Thanks for your feedback @eliocamp.

Even the local setup on Macbook M1 works slow, if you running this setup on macbook m1 or + did you face this issue? Would like to get feedback on the same. https://github.com/r-devel/r-dev-env/issues/112

eliocamp commented 2 months ago

I'm running it in a linux laptop. I didn't feel any sluggishness, but I haven't been able to do much due to the permission issue.

StarTrooper08 commented 1 month ago

Hello @eliocamp permission issue is solved now and it should work properly on Linux system. Update is pushed to devel branch