nx10 / httpgd

Asynchronous http server graphics device for R.
https://nx10.github.io/httpgd
GNU General Public License v2.0
398 stars 19 forks source link

when I install "httpgd" on windows.Permission denied #199

Open luohongk opened 1 month ago

luohongk commented 1 month ago

Operating system: Win11 Editor: vscode Execute command: install.packages(“httpgd”) When I try to use httpgd in vscode, when I try to install it, I get the error “ Copy D:\software\R\R-4.4.1\library\00LOCK\httpgd\libs\x64\httpgd.dll to D:\software\R\R- 4.4.1\library\00LOCK\00LOCK\httpgd\libs\x64\httpgd.dll. 4.4.1\library\httpgd\libs\x64\httpgd.dll Problem: Permission denied”. I am installing R in D drive. Then I tried to run “R4.4.1” as administrator, but I got an error and couldn't install httpgd. is it because R4.4.1 can't be installed on D drive? image image image