Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arcgispro2.6 Install R bindings #123

Open
liujiaoshou17 opened this issue Feb 27, 2024 · 1 comment
Open

arcgispro2.6 Install R bindings #123

liujiaoshou17 opened this issue Feb 27, 2024 · 1 comment

Comments

@liujiaoshou17
Copy link

Installing package into 'C:/Users/73486/AppData/Local/R/win-library/4.3'
(as 'lib' is unspecified)
trying URL 'https://r.esri.com/bin/windows/contrib/4.3/arcgisbinding_1.0.1.306.zip'
Content type 'application/zip' length 1623035 bytes (1.5 MB)

downloaded 1.5 MB
Warning: cannot remove prior installation of package 'arcgisbinding'
Warning: restored 'arcgisbinding'
Warning messages:
1: In file.copy(savedcopy, lib, recursive = TRUE) :
problem copying C:\Users\73486\AppData\Local\R\win-library\4.3\00LOCK\arcgisbinding\doc\arcgisbinding.pdf to C:\Users\73486\AppData\Local\R\win-library\4.3\arcgisbinding\doc\arcgisbinding.pdf: Permission denied
2: In file.copy(savedcopy, lib, recursive = TRUE) :
problem copying C:\Users\73486\AppData\Local\R\win-library\4.3\00LOCK\arcgisbinding\libs\x64\libobjects_pro.dll to C:\Users\73486\AppData\Local\R\win-library\4.3\arcgisbinding\libs\x64\libobjects_pro.dll: Permission denied
3: In file.copy(savedcopy, lib, recursive = TRUE) :
problem copying C:\Users\73486\AppData\Local\R\win-library\4.3\00LOCK\arcgisbinding\libs\x64\rarcproxy_pro.dll to C:\Users\73486\AppData\Local\R\win-library\4.3\arcgisbinding\libs\x64\rarcproxy_pro.dll: Permission denied

@JosiahParry
Copy link

@liujiaoshou17 this looks looks like you have file permission issues on your machine that are interferring with R. Try running remove.packages("arcgisbinding") to uninstall the package first. If that fails for you, you may need to navigate to C:\Users\73486\AppData\Local\R\win-library\4.3 and delete and LOCK folders you might see.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants