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
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
I commonly work on multiple R projects at once, and thus commonly have multiple instances of VS open. Recently I have started getting errors when trying to access R's help via ? when multiple VS instances are open. The error is typically something along the lines of
# example
?sum
Error in file() : cannot open the connection
In addition: Warning message:
In file() :
cannot open file 'C:\Users\mkoohafk\AppData\Local\Temp\RtmpgTAWFP\Rf56e43e017cdd': No such file or directory
This error usually occurs on all but one of the VS instances, but sometimes all instances return the error when trying to access the help. Closing all VS instances and reopening resolves the issue temporarily, but eventually the error will recur.
The text was updated successfully, but these errors were encountered:
This happens to me sometimes in the regular R Console on Windows. There must be a (semi-)regular purge of temp directories by the OS, so sometimes I need to issue the command dir.create(tempdir()) to get help etc. back.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I commonly work on multiple R projects at once, and thus commonly have multiple instances of VS open. Recently I have started getting errors when trying to access R's help via
?
when multiple VS instances are open. The error is typically something along the lines ofThis error usually occurs on all but one of the VS instances, but sometimes all instances return the error when trying to access the help. Closing all VS instances and reopening resolves the issue temporarily, but eventually the error will recur.
The text was updated successfully, but these errors were encountered: