civisanalytics / civis-r

Civis API Client for R: https://civisanalytics.com/products/civis-platform/
Other
16 stars 12 forks source link

FIX: civis_future version for civis 2.0 #206

Closed patr1ckm closed 5 years ago

patr1ckm commented 5 years ago

This fixes the integration test failure for CivisFuture. Upgrading the docker version upgraded the civis version to 2.0 in the container. The new write_civis_file default uploaded the data frame in the test as a csv, breaking value.CivisFuture.

This patch standardizes the output of CivisFuture to RDS, retaining the original name.

The CivisFuture integration tests now also pass.