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
Error in file(tarfile, "wb") : cannot open the connection
In addition: Warning messages:
1: In normalizePath(dirname(filename)) :
path[1]="my_folder": No such file or directory
2: In file(tarfile, "wb") :
cannot open file 'my_folder/orange_UMAP': No such file or directory
Thank you for the report @Ax3man. And also for specifying the fix. for which I have made you a contributor in the DESCRIPTION. This should be fixed in master. I don't know when I will next attempt a new submission to CRAN though.
When trying to save a UMAP model:
I get this error:
Changing to:
resolves the issue, suggesting that it is an issue with relative paths.
I think the issue stems from:
uwot/R/uwot.R
Lines 3960 to 3961 in fd5f337
The absolute file path is computed after the change of working directory. Swapping these two lines fixed the issue for me.
The text was updated successfully, but these errors were encountered: