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 read.dcf(file = tmpf) : cannot open the connection
In addition: Warning message:
In read.dcf(file = tmpf) :
cannot open compressed file '/\\sample-location.net/repo/cran/bin/windows/contrib/3.5/PACKAGES', probable reason 'No such file or directory'
However if I map the network drive location \\sample-location.net to a drive (eg, Z:) and use the drive as the path the function would work:
I'm trying to automate this script using a scheduler and it requires all paths in the script to be called using UNC paths, so I need to figure out whether this function can work with UNC paths at all.
The text was updated successfully, but these errors were encountered:
Hello,
Can the
UpdatePackages()
function take UNC paths as its path perimeter? I tried to pass a UNC path this way:It always gives me this error:
However if I map the network drive location
\\sample-location.net
to a drive (eg, Z:) and use the drive as the path the function would work:I'm trying to automate this script using a scheduler and it requires all paths in the script to be called using UNC paths, so I need to figure out whether this function can work with UNC paths at all.
The text was updated successfully, but these errors were encountered: