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
I solved it. It was a problem regarding my computer and some configuration.
For same reason R, in the Temporal Directory linked to my user profile, has not enough permissions to access.
So I create a new directory (I prefert this than to mess with my user profile): c:\rtemp and then I create a file Renviron.site inside C:\Program Files\R\R-4.1.1\etc (I'm using 4.1.1) with the following content:
TMPDIR=C:/rtemp
TMP=C:/rtemp
TEMP=C:/rtemp
And after restarting R o RStudio (and using tempdir() to be sure) I dind't get any error message again.
Hi, I'm trying to use grViz (DiagrammerR library) but I get en error
Error in setwd(dir) : cannot change working directory
when using:
I thought that maybe the path was wrong, then I tried to test a code as simples as this (taken from https://rich-iannone.github.io/DiagrammeR/graphviz_and_mermaid.html), with the same result:
I guess I'm missing something,. :(
The text was updated successfully, but these errors were encountered: