1. 24 Oct, 2019 1 commit
  2. 07 Oct, 2019 1 commit
  3. 05 Sep, 2019 1 commit
  4. 01 Sep, 2019 1 commit
    • Nikita Titov's avatar
      [docs][R] added R-package docs generation routines (#2176) · faba6caf
      Nikita Titov authored
      * added R-package docs generation routines
      
      * change theme to be more consistent with sphinx_rtd_theme on main site in terms of color scheme
      
      * placed man folder with old Rd files back
      
      * specify full path to conda and make script more readable by one line - one pkg
      
      * removed commented lines from build_r_site script
      
      * made one line - one argument in build_reference() call
      
      * pin R package versions
      
      * fixed conflict
      faba6caf
  5. 23 Jan, 2019 1 commit
  6. 09 Sep, 2018 1 commit
  7. 31 Aug, 2018 1 commit
  8. 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
  9. 27 Aug, 2018 1 commit
  10. 04 Jul, 2018 1 commit
  11. 29 Apr, 2018 1 commit
  12. 04 Mar, 2018 1 commit
  13. 22 Dec, 2017 1 commit
  14. 24 Nov, 2017 1 commit
  15. 29 Sep, 2017 1 commit
  16. 18 Aug, 2017 3 commits
    • 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
    • Laurae's avatar
      [R-package] Prevent remembering parameters (#796) · 09ac3485
      Laurae authored
      * Enable simple cloning of dataset
      
      * Add remodel logical to Dataset
      
      * Allow remodeling of data
      
      * Missing comma
      
      * Use name instead of assignment for R6 class
      
      * There should be no need to deep copy ALL objects
      09ac3485
    • Guolin Ke's avatar
      fix R crash problem. (#784) · 2367b463
      Guolin Ke authored
      * fix r random crash problem.
      
      * fix R error msg.
      2367b463
  17. 27 May, 2017 1 commit
  18. 03 Apr, 2017 1 commit
  19. 17 Mar, 2017 1 commit
  20. 01 Mar, 2017 2 commits
  21. 17 Jan, 2017 1 commit
  22. 16 Jan, 2017 1 commit
  23. 11 Jan, 2017 2 commits
  24. 08 Jan, 2017 1 commit
    • 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