Github user felixcheung commented on the pull request:
https://github.com/apache/spark/pull/11932#issuecomment-200944842
Right - it's nice to see if we have similar interface.
This
[test](https://github.com/apache/spark/pull/11932/files#diff-51c07c6af7649f6c021e5a5438e31a4fR243)
we are keeping, it passes locally when you have `survival` package as
```
model <- survreg(formula = survival::Surv(time, status) ~ x + sex, data =
rData)
```
ie. without `survival::` namespace in front of survreg?
It is preferred that we don't mask/conflict with other packages if possible.
---
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]