Hi all
I am using
RStudio 2023.06.1+524 "Mountain Hydrangea" Release (547dcf861cac0253a8abb52c135e44e02ba407a1, 2023-07-07) for windows
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) RStudio/2023.06.1+524 Chrome/110.0.5481.208 Electron/23.3.0 Safari/537.36
with R
R version 4.3.1 (2023-06-16 ucrt) -- "Beagle Scouts"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)
When I attempt to use choose.dir() in the console or a script in RStudio IDE, I get NA. If I do it in the R gui using the same R install, it works as expected.
choose.dir()
[1] NA
I know, install new version of the IDE. Except I can't because I don't have admin privileges. Is that my only fix?