1. 23 Aug, 2022 1 commit
  2. 29 Jul, 2022 1 commit
  3. 12 Jul, 2022 1 commit
  4. 27 Jun, 2022 1 commit
  5. 22 Jun, 2022 1 commit
  6. 23 May, 2022 1 commit
  7. 24 Apr, 2022 1 commit
  8. 01 Apr, 2022 1 commit
  9. 12 Mar, 2022 1 commit
  10. 19 Feb, 2022 1 commit
  11. 09 Jan, 2022 1 commit
  12. 06 Dec, 2021 1 commit
  13. 05 Dec, 2021 1 commit
  14. 04 Dec, 2021 1 commit
  15. 13 Nov, 2021 1 commit
  16. 22 Oct, 2021 1 commit
  17. 29 Aug, 2021 1 commit
  18. 25 Aug, 2021 2 commits
  19. 18 Aug, 2021 1 commit
  20. 17 Jun, 2021 1 commit
  21. 13 Jun, 2021 1 commit
  22. 05 Jun, 2021 1 commit
  23. 04 Jun, 2021 1 commit
  24. 12 May, 2021 1 commit
  25. 10 May, 2021 1 commit
  26. 09 May, 2021 1 commit
  27. 04 May, 2021 1 commit
  28. 01 May, 2021 1 commit
  29. 30 Apr, 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
  31. 03 Jan, 2021 1 commit
  32. 01 Dec, 2020 1 commit
    • Guangyu Zeng's avatar
      [R-package] Update remaining internal function calls to use keyword arguments (#3617) · ab0d71d6
      Guangyu Zeng authored
      * update lgb.convert_with_rules.R to use keyword arguments
      
      * update lgb.cv.R to use keyword arguments
      
      * update lgb.importance.R to use keyword arguments
      
      * update lgb.interprete.R to use keyword arguments
      
      * update lgb.plot.interpretation.R to use keyword arguments
      
      * update more internal function calls to use keyword arguments
      
      * update more internal function calls to use keyword arguments
      ab0d71d6
  33. 30 Oct, 2020 1 commit
  34. 08 Oct, 2020 1 commit
    • James Lamb's avatar
      [R-package] miscellaneous changes to comply with CRAN requirements (#3338) · 186711de
      James Lamb authored
      
      
      * [R-package] update DESCRIPTION per CRAN comments
      
      * newlines
      
      * Apply suggestions from code review
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * more fixes
      
      * update Rbuildignore
      
      * more changes
      
      * more changes per CRAN response
      
      * add email
      
      * run examples in CI
      
      * add newest CRAN response
      
      * add Solaris patch
      
      * update patch
      
      * another attempt at ifaddrs patch
      
      * fix unnecessary comment
      
      * update configure
      
      * comments
      
      * bump version
      
      * tabs
      
      * fix address alignment, required by cran (#3415)
      
      * fix dataset binary file alignment
      
      * many fixes
      
      * fix warnings
      
      * fix bug
      
      * Update file_io.cpp
      
      * Update file_io.cpp
      
      * simplify code
      
      * Apply suggestions from code review
      
      * general
      
      * remove unneeded alignment
      
      * Update file_io.h
      
      * int32 to byte8 alignment
      
      * Apply suggestions from code review
      
      * Apply suggestions from code review
      
      * [R-package] add new copyright holder in DESCRIPTION (#3409)
      
      * [R-package] add new copyright holder in DESCRIPTION
      
      * fix role
      
      * fixing conflicts
      
      * [R-package] add new copyright holder in DESCRIPTION (#3409)
      
      * [R-package] add new copyright holder in DESCRIPTION
      
      * fix role
      
      * trying to fix conflicts
      
      * more fixes
      
      * this will work
      
      * update cran-comments
      
      * simplify solaris, add more testing docs
      
      * stuff
      
      * remove rchck docs
      
      * Apply suggestions from code review
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * remove extra use of cat()
      
      * change solaris check
      
      * update docs
      
      * remove testing code
      
      * fix warning about cleanup not having execute permissions
      
      * fix cmake builds
      
      * remove blank line
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      Co-authored-by: default avatarGuolin Ke <guolin.ke@outlook.com>
      186711de
  35. 11 Sep, 2020 1 commit
  36. 15 Aug, 2020 1 commit
  37. 11 Aug, 2020 1 commit
  38. 06 Aug, 2020 2 commits