1. 02 Sep, 2021 2 commits
  2. 01 Sep, 2021 2 commits
  3. 30 Aug, 2021 1 commit
  4. 29 Aug, 2021 1 commit
  5. 25 Aug, 2021 3 commits
  6. 18 Aug, 2021 1 commit
  7. 17 Aug, 2021 1 commit
  8. 26 Jun, 2021 1 commit
  9. 17 Jun, 2021 1 commit
  10. 16 Jun, 2021 1 commit
  11. 13 Jun, 2021 1 commit
  12. 12 Jun, 2021 1 commit
  13. 09 Jun, 2021 1 commit
  14. 05 Jun, 2021 3 commits
  15. 04 Jun, 2021 2 commits
  16. 12 May, 2021 1 commit
  17. 10 May, 2021 1 commit
  18. 09 May, 2021 1 commit
  19. 04 May, 2021 1 commit
  20. 02 May, 2021 1 commit
  21. 01 May, 2021 1 commit
  22. 30 Apr, 2021 1 commit
  23. 28 Apr, 2021 1 commit
  24. 22 Apr, 2021 2 commits
  25. 19 Apr, 2021 3 commits
  26. 18 Apr, 2021 1 commit
  27. 14 Feb, 2021 1 commit
  28. 25 Jan, 2021 1 commit
  29. 18 Jan, 2021 1 commit
  30. 05 Jan, 2021 1 commit
    • Guangyu Zeng's avatar
      [R-package] Add explicit return statement to R functions. (#3703) · 3fd48864
      Guangyu Zeng authored
      * add explicit return statement to functions in callback.R
      
      * add explicit return statement to functions in lgb.Booster.R
      
      * add explicit return statement to functions in lgb.Dataset.R
      
      * add explicit return statement to functions in lgb.Predictor.R
      
      * add explicit return statement to functions in lgb.cv.R
      
      * add explicit return statement to functions in lgb.interprete.R
      
      * add explicit return statement to functions in lgb.plot.importance.R
      
      * add explicit return statement to functions in saveRDS.lgb.Booster.R
      
      * add explicit return statement to functions in utils.R
      
      * add explicit return statement to functions in lgb.plot.interpretation.R
      
      * add explicit return statement to functions in build_r.R
      
      * fix typo
      
      * return(self) -> return(invisible(self))
      
      * fix some inconsistent indention
      
      * fix test failure
      
      * add another return() statement
      
      * fix linting errors
      3fd48864