sassoftware / R-swat

The SAS Scripting Wrapper for Analytics Transfer (SWAT) package is the R client to SAS Cloud Analytic Services (CAS). It allows users to execute CAS actions and process the results all from R.
Other
50 stars 22 forks source link

Parameter 'showLabels' error when connecting to CAS #29

Closed sdimos closed 3 years ago

sdimos commented 3 years ago

Hi! I'm trying to connect to CAS using the following R code running in Rstudio. I have an authfile generated and the required packages are installed.

install(swat)
s <- CAS("my.host.com", 443, protocol='https')

However, I get this error:

NOTE: Connecting to CAS and generating CAS action functions for loaded
      action sets...
ERROR: Parameter 'showLabels' is not recognized.
ERROR: Expecting one of the following: actionSet, action, dynamicOptions.
ERROR: The action stopped due to errors.
Error in res$results[[1]] : subscript out of bounds

Any idea what's causing this error?

kesmit13 commented 3 years ago

Do you know what version of the server you are trying to connect to?

kesmit13 commented 3 years ago

This should be fixed in v1.6.2.