1. 30 Jul, 2017 1 commit
  2. 27 Jul, 2017 1 commit
  3. 22 Jul, 2017 1 commit
  4. 14 Jul, 2017 1 commit
  5. 13 Jul, 2017 1 commit
    • Laurae's avatar
      [R-package] Fallback to MinGW when VS build fails (#664) · 3421bc6c
      Laurae authored
      * Change VS -> MinGW for CRAN
      
      * Documentation to switch to MinGW by default
      
      * Force cmake to run twice
      
      * Try again dual build for Rtools
      
      * Switch to cmake for building twice
      
      * Try with Visual Studio as default, MinGW as fallback
      
      * Try to remove VS appropriately when failing
      
      * Attempt to get rid of build folder first
      
      * Switch to unlink from rm rf
      
      * Change lib_folder correctly when VS fails
      
      * Add README updates from Microsoft/LightGBM@1c8355c
      
      * Update default compiler doc and add GPU online install doc
      
      * Better GPU doc
      3421bc6c
  6. 12 Jul, 2017 1 commit
  7. 06 Jul, 2017 1 commit
  8. 05 Jul, 2017 1 commit
  9. 22 Jun, 2017 1 commit
  10. 11 Jun, 2017 1 commit
  11. 06 Jun, 2017 2 commits
    • Laurae's avatar
      Instruction for R-package installation with precompiled dll/lib (#598) · edfc2035
      Laurae authored
      * readme Helper package for R-package installation
      
      * Fix code indentation bug
      
      * Add warning about default compiler in Windows
      
      * Avoid repeat
      
      * Add Rtools requirement
      
      * Wording to promote VS as default choice for user
      edfc2035
    • Laurae's avatar
      R-package version to 0.2 (#592) · 2c9ce598
      Laurae authored
      * Add some stuff for README
      
      * Bump R package version and fix license
      
      * Attempt to add one additional option and refactor
      
      * Add more review fixes for install.libs.R
      
      * Undo ./../../ removal (path breaking)
      
      * Retry again simple /../
      
      * No print, use cat.
      2c9ce598
  12. 05 Jun, 2017 1 commit
    • Guolin Ke's avatar
      Compile R package by custom tool chain. (#584) · f98d75fc
      Guolin Ke authored
      * add R's library file to vs project and cmake.
      
      * support using dll built by vs.
      
      * better search for the library file.
      
      * remove mingw related doc .
      
      * update document.
      
      * Let R handle the library compile.
      
      * try fix build from github.
      
      * Update README.md
      
      * cleaner build.
      
      * fix the install problem in linux.
      
      * Update README.md
      f98d75fc
  13. 14 May, 2017 1 commit
  14. 10 Apr, 2017 1 commit
  15. 10 Mar, 2017 1 commit
  16. 15 Jan, 2017 1 commit
  17. 13 Jan, 2017 2 commits
  18. 09 Jan, 2017 1 commit
  19. 08 Jan, 2017 2 commits
    • Guolin Ke's avatar
      [R-package] update examples · 535cdc65
      Guolin Ke authored
      535cdc65
    • Guolin Ke's avatar
      R package (#168) · 551d59ca
      Guolin Ke authored
      * finish R's c_api
      
      * clean code
      
      * fix sizeof pointer in 32bit system.
      
      * add predictor class
      
      * add Dataset class
      
      * format code
      
      * add booster
      
      * add type check for expose function
      
      * add a simple callback
      
      * add all callbacks
      
      * finish the basic training logic
      
      * update docs
      
      * add an simple training interface
      
      * add basic test
      
      * adapt the changes in c_api
      
      * add test for Dataset
      
      * add test for custom obj/eval functions
      
      * fix python test
      
      * fix bug in metadata init
      
      * fix R CMD check
      551d59ca