Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/16729#discussion_r98340835
--- Diff: R/pkg/inst/tests/testthat/test_mllib_regression.R ---
@@ -77,6 +77,18 @@ test_that("spark.glm and predict", {
out <- capture.output(print(summary(model)))
expect_true(any(grepl("Dispersion parameter for gamma family", out)))
+ # tweedie family
+ require(statmod)
--- End diff --
we can't require this as of now - we would need to update Jenkins otherwise
it would fail like it is right now:
```
spark.glm and predict (@test_mllib_regression.R#81) - there is no package
called 'statmod'
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]