Description
SparkR tests for equality using `all.equal` on environments fail in R 3.2.
This is due to a change in how equality between environments is handled in the new version of R.
This should most likely not be a huge problem, we'll just have to rewrite some of the tests to be more fine-grained instead of testing equality on entire environments.