1. 25 Jan, 2020 1 commit
  2. 24 Jan, 2020 2 commits
  3. 20 Jan, 2020 1 commit
  4. 29 Dec, 2019 1 commit
  5. 15 Dec, 2019 1 commit
  6. 19 Nov, 2019 1 commit
  7. 16 Nov, 2019 1 commit
    • James Lamb's avatar
      [R-package][ci] Added more R linters (fixes #2477) (#2533) · 1f7b06b9
      James Lamb authored
      
      
      * Added more linters on R code
      
      * started working on implicit integers
      
      * finished style changes to handle implicit integers
      
      * regenned documentation and added concatenation linter
      
      * changed channel for r-lintr
      
      * try building stringi before lintr
      
      * trying to get libicui18n
      
      * trying another thing
      
      * trying conda-forge again
      
      * added re-install of stringi
      
      * uncommented other stages
      
      * Update .ci/test.sh
      Co-Authored-By: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * removed apt update and changed lintr version floor
      
      * get lintr from CRAN
      
      * R needs to come before C++ linting
      
      * testing lintr install from CRAN
      
      * trying one more thing
      
      * more verbose
      
      * order might matter
      
      * removed commented code
      
      * cleaned up linting block in test.sh
      
      * grouped conda install calls and fixed a few integer array things
      1f7b06b9
  8. 24 Oct, 2019 2 commits
  9. 07 Oct, 2019 1 commit
  10. 05 Sep, 2019 1 commit
  11. 20 Jan, 2019 1 commit
  12. 09 Sep, 2018 1 commit
  13. 05 Sep, 2018 1 commit
  14. 31 Aug, 2018 1 commit
  15. 29 Aug, 2018 1 commit
    • James Lamb's avatar
      [R-package] CRAN fixes (#1499) · eded794e
      James Lamb authored
      * Fixed typos in docs
      
      * Fixed inconsistencies in documentation
      
      * Updated strategy for registering routines
      
      * Fixed issues caused by smashing multiple functions into one Rd
      
      * Fixed issues with documentation
      
      * Removed VignetteBuilder and updated Rbuildignore
      
      * Added R build artefacts to gitignore
      
      * Added namespacing on data.table set function. Updated handling of CMakeLists file to get around CRAN check.
      
      * Updated build instructions
      
      * Added R build script
      
      * Removed build_r.sh script and updated R-package install instructions
      eded794e
  16. 27 Aug, 2018 1 commit
  17. 24 May, 2018 1 commit
  18. 16 Mar, 2018 1 commit
  19. 06 Oct, 2017 1 commit
  20. 04 Sep, 2017 1 commit
  21. 18 Aug, 2017 1 commit
    • Laurae's avatar
      Fix [R-package] Prevent remembering parameters (#799) · 3ec345e2
      Laurae authored
      * Revert "[R-package] Prevent remembering parameters (#796)"
      
      This reverts commit c795e2c8e12e8fe989bde0ab4ee59c2301325814.
      
      * Use model load/unload trick for free-ing up memory
      
      * Missing comma
      
      * Hand copy manual update (1/2)
      
      * Hand copy manual update (2/2)
      3ec345e2
  22. 29 May, 2017 1 commit
  23. 28 May, 2017 1 commit
  24. 26 May, 2017 1 commit
  25. 05 May, 2017 1 commit
  26. 24 Apr, 2017 1 commit
  27. 03 Apr, 2017 1 commit
  28. 17 Mar, 2017 2 commits
    • wxchan's avatar
      fix typos (#349) · 060bd316
      wxchan authored
      060bd316
    • Laurae's avatar
      [R-package] Add $raw to LightGBM (#347) · 06a915a7
      Laurae authored
      * Update lgb.Booster.R
      
      * Add saveRDS (manual)
      
      * Add documentation
      
      * Change arguments passed from debug.
      
      * Add readRDS, change way of saving.
      
      * Change documentation.
      
      * Add better documentation.
      06a915a7
  29. 03 Mar, 2017 1 commit
  30. 01 Mar, 2017 4 commits
  31. 25 Jan, 2017 1 commit
  32. 24 Jan, 2017 1 commit
  33. 14 Jan, 2017 1 commit
  34. 11 Jan, 2017 1 commit
    • Kirill Sevastyanenko's avatar
      Stylistic changes r package (#184) · 2035c54b
      Kirill Sevastyanenko authored
      * src & callbacks
      
      * lgb.Booster and utils
      
      * cv
      
      * wip lgb.Dataset
      
      * lgb.Dataset
      
      * lgb.Predictor
      
      * lgb.train
      
      * typos
      
      * add flags to facilitate macosx compilation
      
      * fix basic_string template error with clang
      
      * most unfortunate mode of development
      
      * fixup tests
      
      * last test
      
      * roxygen
      
      * roxygen v5.x.x
      2035c54b