Skip to content
  • Yanbo Liang's avatar
    2c586f50
    [SPARK-19158][SPARKR][EXAMPLES] Fix ml.R example fails due to lack of e1071 package. · 2c586f50
    Yanbo Liang authored
    ## What changes were proposed in this pull request?
    ```ml.R``` example depends on ```e1071``` package, if it's not available in users' environment, it will fail. I think the example should not depends on third-party packages, so I update it to remove the dependency.
    
    ## How was this patch tested?
    Manual test.
    
    Author: Yanbo Liang <ybliang8@gmail.com>
    
    Closes #16548 from yanboliang/spark-19158.
    2c586f50
    [SPARK-19158][SPARKR][EXAMPLES] Fix ml.R example fails due to lack of e1071 package.
    Yanbo Liang authored
    ## What changes were proposed in this pull request?
    ```ml.R``` example depends on ```e1071``` package, if it's not available in users' environment, it will fail. I think the example should not depends on third-party packages, so I update it to remove the dependency.
    
    ## How was this patch tested?
    Manual test.
    
    Author: Yanbo Liang <ybliang8@gmail.com>
    
    Closes #16548 from yanboliang/spark-19158.
Loading