- Update TK subsystem
- Update TK subsystem
- Fix issue running with R4.2 and later on Windows
- Fix Issue #46 dataStep action failing on Rest Protocol
- Fix problem handling empty list during request processing
- Fix problem handling empty list during response processing
- Fix calls to the percentile action set to be compliant with the removal of table.vars
- Fix logical warnings from methods that return casDataFrame
- Fix unit testing for summary generic method
- Throw an error instead of returning an empty list when trying to use a data.frame inside a cas.actionset.action
- Update TK subsystem
- Add to.r.data.frame function to convert a CAS Table to an R Data Frame
- Cleanup swat object memory
- Update TK subsystem
- Fix duplicate action parameter issue
- Fix integer issue in table to data.frame converter
- Add authorization code style of authentication
- Improve CAS result table to
data.frame
performance - Fix blob support in REST interface
- Add support for RStudio connections
- Improve libssl / libcrypto detection
- Fix binary parameters and downloads
- Remove extra dependencies (dplyr, random)
- Improve connection parameter parsing and add
CAS_URL
environment variable support - Improve performance of initial server connection
- Add support for R v4.0
- Improve unit testing framework
- Add blob result value support
- Improve connection URL parsing and default ports
- Fix issue with generated wrapper parameters
- Add caslibs to rbind function
- Add support for binary protocol on Windows
- Fix problem when explicitly specifying authinfo file
- Add support for By group sets in rbind.bygroups
- Improve error reporting if no connection object is available for action call
- Display error if specified authinfo file is missing
- Added options for handling By groups
- Added rbind.bygroups for concatenating data.frames in CAS results containing By groups
- Added cas.terminate and cas.close functions for closing connections
- Added cas.upload, cas.upload.file, and cas.upload.frame functions for uploading data
- Added performance, severity, statusCode, reason, status, messages, and events fields to CAS object
- Improved performance of summary function
- Improve error reporting
- Improve controller failover support
- Add encryption support to REST interface
- Improvements to data selection, orderby and groupby in CAS table objects
- Fix issues related to new columns in new correlation action
- Add common help page for all CAS actions
- Add support for controller failover and integer missing values
- Fixes for cor and cov
- Improved handling of computed variables
- Added additional tests
- Handling of int64s to vectors instead of lists
- CAS object for connecting to SAS Cloud Analytic Services (CAS)
- Automatically generated functions for calling CAS actions.
- CAS table object for interacting and invoking actions on CAS in-memory tables.
- Support for creating CAS tables using R-style data readers, as well as data.frame-like access to CAS tables.