@atle wrote:
Hi!
I'm having problems loading arcgisbinding in Rstudio, while it's working in normal R:In Rstudio:
library(arcgisbinding)
Error: package or namespace load failed for ‘arcgisbinding’:
.onLoad failed in loadNamespace() for 'arcgisbinding', details:
call: inDL(x, as.logical(local), as.logical(now), ...)
error: Failed to load 'libobjects_pro.dll'In R:
library(arcgisbinding)
*** Please call arc.check_product() to define a desktop license.The latter is how it should work. Any ideas?