Github user felixcheung commented on the issue:

    https://github.com/apache/spark/pull/16138
  
    this is the CRAN check error:
    ```
    * checking for missing documentation entries ... WARNING
    Undocumented S4 methods:
      generic 'to_date' and siglist 'Column,missing'
      generic 'to_timestamp' and siglist 'Column,missing'
    All user-level objects in a package (including S4 classes and methods)
    should have documentation entries.
    See the chapter 'Writing R documentation files' in the 'Writing R
    Extensions' manual.
    * checking for code/documentation mismatches ... OK
    * checking Rd \usage sections ... WARNING
    Objects in \usage without \alias in documentation object 'to_date':
      '\S4method{to_date}{Column,missing}'
    
    Objects in \usage without \alias in documentation object 'to_timestamp':
      '\S4method{to_timestamp}{Column,missing}'
    
    Functions with \usage entries need to have the appropriate \alias
    entries, and all their arguments documented.
    The \usage entries must correspond to syntactically valid R code.
    See the chapter 'Writing R documentation files' in the 'Writing R
    ```
    
    you probably change it to `@alias to_date,Column,missing-method`


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