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

    https://github.com/apache/spark/pull/13820#discussion_r67969321
  
    --- Diff: R/pkg/R/mllib.R ---
    @@ -99,10 +114,8 @@ setMethod("spark.glm", signature(data = 
"SparkDataFrame", formula = "formula"),
                 return(new("GeneralizedLinearRegressionModel", jobj = jobj))
               })
     
    -#' Fits a generalized linear model (R-compliant).
    -#'
    -#' Fits a generalized linear model, similarly to R's glm().
    -#'
    +#' @title Generalized Linear Models (R-compliant)
    --- End diff --
    
    I asked @junyangq to try changing `#'` to `#` and see whether it works. We 
still need a comment for the function but we don't want it to appear on the 
generated Rd doc.


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