Github user felixcheung commented on a diff in the pull request:

    https://github.com/apache/spark/pull/16729#discussion_r105566855
  
    --- Diff: R/pkg/R/mllib_regression.R ---
    @@ -67,17 +54,20 @@ tweedie <- function(var.power = 0.0, link.power = 1.0 - 
var.power) {
     #'               
\url{https://stat.ethz.ch/R-manual/R-devel/library/stats/html/family.html}.
     #'               Currently these families are supported: \code{binomial}, 
\code{gaussian},
     #'               \code{Gamma}, \code{poisson} and \code{tweedie}.
    -#'               Note that when package \code{statmod} is loaded, the 
tweedie family is specified using the
    +#'
    +#'               Note that there are two ways to specify the tweedie 
family.
    +#'               a) Set \code{family = "tweedie"} and specify the 
variancePower and linkPower
    +#'               b) When package \code{statmod} is loaded, the tweedie 
family is specified using the
    --- End diff --
    
    roxygen2 will collapse these two lines - suggest separating with `;` or use 
`\item`


---
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]

Reply via email to