- 19 Jun, 2022 1 commit
-
-
Nikita Titov authored
* Update make-r-def.R * Update make-r-def.R * Update build_r.R * Update utils.R * Update install.libs.R
-
- 31 May, 2022 1 commit
-
-
James Lamb authored
-
- 15 Dec, 2021 1 commit
-
-
Nikita Titov authored
* Update .vsts-ci.yml * Update .vsts-ci.yml * Update Installation-Guide.rst * Update install.libs.R * Update setup.py * Update r_package.yml * Update install.libs.R
-
- 10 Nov, 2021 1 commit
-
-
James Lamb authored
* [R-package] parallelize compilation in CMake-based builds * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * working on adding -j * pass -j through to install.libs.R * add docs on -j * use -j4 * Update R-package/README.md Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 19 Jan, 2021 1 commit
-
-
James Lamb authored
* [R-package] Add GPU install options (fixes #3765) * whitespace * linting * Update build_r.R Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 06 Nov, 2020 1 commit
-
-
James Lamb authored
-
- 10 Oct, 2020 1 commit
-
-
James Lamb authored
* [R-package] [docs] Reorganize installation instructions (fixes #3320) * more changes * remove ability to use precompiled lib_lightgbm * remove language about installing from the CRAN section * move installation stuff * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * fix anchor Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 14 Sep, 2020 1 commit
-
-
Nikita Titov authored
* Update install.libs.R * Update CMakeLists.txt
-
- 12 Jul, 2020 1 commit
-
-
James Lamb authored
-
- 14 Jun, 2020 1 commit
-
-
James Lamb authored
* [R-package] replaced gendef.exe with R code to create R.def (fixes #3064) * fix broken things * trying to add R4.0 docs * changed make * fixing make paths * update notes on environment variables * fix linting * fixes to CI * fixing build_cmd and other stuff * fix bad substitution * fix Azure Linux builds * I am bad at bash * simplifying * only testing R * getting better logs * mingw32 * docs * toolchain * using msys * fix visual studio condition * toolchain test * full CI * fix if-elses * bump allowed NOTEs * search for Rscript * updates to docs * use processx * fix mismatched arguments * move CI to GitHub Actions * minor changes * fix workflow file * fix templating * fix Azure DevOps * debugging windows builds * dont shQuote file name * all GitHub Actions jobs * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * minor cleanup * remove objdump printing * make file.remove() invisible * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * reduce duplicated paths in docs Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 14 May, 2020 1 commit
-
-
James Lamb authored
* fix conflicts * Update R-package/src/install.libs.R * empty commit
-
- 26 Apr, 2020 1 commit
-
-
James Lamb authored
* first test of appveyor * strings are strings * lil bit of build script * fixing paths * removed unnecessary file * updated CRAN URL * added a lot more printing * fixing paths * more stuff * fixed paths * more stuff * more path guessing * even more paths * more stuff * moar logz * and now for something totally different * please work * ok could be a thing * changing directories * we might be in business * fixed install syntax * tryinv mingw * more mingw * ignore Suggests check * trying Azure DevOps * just run bare minimum for Azure DevOps * fixed build dir thing * trying to set libPaths * more testing * trying R 3.6.3 * R 3.6.3 * this feels right * still messing around with libraries * more paths * removed duplication in Windows testing code * simpler * fixed conda stuff * more conda stuff * more fixes * fixed testing script * moved AppVeyor setup to the top * commenting * ch-ch-ch-ch-chaaaanges * paths * plz work * fixed conda stuff in Windows CI * uncommented stuff to test a full build * fixed quotes and removed some unnecessary stuff * added install.libs.R change * quotes are impoortant * added commented-out stuff back in * added Windows script, download retries, and MSVC linking * minor fixes * cleaned up debugging code in FindLibR * cleaned up debugging code and moved R first in CI * fixed vsts-ci indentation * cut documentation stuff out of MSVC build * fix R CMD check for Azure * misc whitespace changes * Added echoing of build logs from R CMD check * cut out more documentation tests * fixed NOTE about imports from Matrix * moved some changes out of this PR and into #2963 * fixed whitespace stuff * added check on number of NOTES * adding better checks * fixing check on NOTEs * removing unnecessary variable * Update .ci/test_r_package_windows.ps1 Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * some changes * fix quoting * trying MINGW on Azure DevOps * fixing paths * more paths * fixing paths * testing paths * fixing slashes * pinned CTAN mirror * get better logs * made sure Azure finds MinGW, fixed search for LIBR_CORE_LIBRARY, stopped building R docs on Azure * Apply suggestions from code review Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * added CXX, CC for Windows builds and changed back to building docs on all MINGW builds * stored LIBR_CORE_LIBRARY hints in one variable * Apply suggestions from code review Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * changes from code review * increased parallel builds for Azure CI * Apply suggestions from code review Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 01 Apr, 2020 1 commit
-
-
James Lamb authored
-
- 24 Mar, 2020 1 commit
-
-
James Lamb authored
* [R-package] started cutting over from custom R-to-C interface to R.h * replaced LGBM_SE with SEXP * fixed error about ocnflicting definitions of length * got linking working * more stuff * eliminated R CMD CHECK note about printing * switched from hard-coded include dir to the one from FindLibR.cmake * cleaned up formatting in FindLibR.cmake * commented-out everything in CI that does not touch R * more changes * trying to get better logs * tried ignoring * added error message to confirm a suspicion * still trying to find R during R CMD CHECK * restore full CI * fixed comment * Update R-package/src/cmake/modules/FindLibR.cmake * changed strategy for finding LIBR_HOME on Windows * Removed 32-bit Windows stuff in FindLibR.cmake * Update R-package/src/cmake/modules/FindLibR.cmake * Update CMakeLists.txt Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * Update CMakeLists.txt Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * Update R-package/src/cmake/modules/FindLibR.cmake Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * removed some duplication in cmake scripts * Update R-package/src/cmake/modules/FindLibR.cmake Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * Update R-package/src/cmake/modules/FindLibR.cmake Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * Update R-package/src/cmake/modules/FindLibR.cmake Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * Update R-package/src/cmake/modules/FindLibR.cmake Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * Update R-package/src/cmake/modules/FindLibR.cmake Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * Update R-package/src/cmake/modules/FindLibR.cmake Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * added LIBR_CORE_LIBRARY back * small fixes to CMakeLists * simplified FindLibR.cmake * some fixes for windows * Apply suggestions from code review Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * allowed for directly passing LIBR_EXECUTABLE to FindLibR.cmake * reorganized FindLibR.cmake to catch more cases * clean up inconsistencies in R calls in FindLibR.cmake * Update R-package/src/cmake/modules/FindLibR.cmake Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * removed unnecessary log messages * removed unnecessary unset() call Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 22 Mar, 2020 1 commit
-
-
James Lamb authored
-
- 16 Mar, 2020 1 commit
-
-
James Lamb authored
-
- 15 Mar, 2020 1 commit
-
-
James Lamb authored
-
- 10 Mar, 2020 1 commit
-
-
James Lamb authored
* [R-package] Introduced define LGB_BUILD_R to control compilation of lib_lightgbm for the R package * fixed comment * switched to cmake options * fixed typo
-
- 12 Jan, 2020 1 commit
-
-
Nikita Titov authored
* removed OpenMP ugly fix for Mojave as it's fixed in latest CMake * test: switch compilers * switch compilers back
-
- 15 Dec, 2019 1 commit
-
-
James Lamb authored
-
- 16 Nov, 2019 1 commit
-
-
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:Nikita 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
-
- 24 Oct, 2019 1 commit
-
-
James Lamb authored
-
- 21 Aug, 2019 2 commits
-
-
James Lamb authored
-
James Lamb authored
* fixed overly-strict copmiler check in install.libs.R (fixes #2259) * made compiler check in install.libs.R more defensive
-
- 13 Jun, 2019 1 commit
-
-
Oleksii Renov authored
* mojave install r openmp fix * if not gcc/g++ env * add comment * fix
-
- 29 Apr, 2019 1 commit
-
-
Nikita Titov authored
* set platform via A option * style hotfix * updated R installation script * updated Python installation script * updated CI test script * provide VS version-ingependent link for redistributables download * added link to VS 2019 redistributables * added VS 2019 match for Boost binaries
-
- 27 Jan, 2019 1 commit
-
-
Nikita Titov authored
-
- 09 Sep, 2018 1 commit
-
-
James Lamb authored
* [R-package] removed horizontal whitespace (fixes #1642) * [R-package] fixed missing newline in test file
-
- 29 Aug, 2018 1 commit
-
-
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
-
- 28 Apr, 2018 1 commit
-
-
Guolin Ke authored
-
- 27 Dec, 2017 1 commit
-
-
Laurae authored
* Singlethread make to lower RAM usage significantly * Update install.libs.R
-
- 01 Nov, 2017 1 commit
-
-
Nikita Titov authored
-
- 14 Jul, 2017 2 commits
- 13 Jul, 2017 1 commit
-
-
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
-
- 22 Jun, 2017 1 commit
-
-
Guolin Ke authored
-
- 20 Jun, 2017 2 commits
-
-
Guolin Ke authored
-
Guolin Ke authored
* add make command to the python package. * Update README.rst * Update README.rst * Update README.rst * fix tests. * fix unix build * update readme * fix setup.py * update travis * Update .travis.yml * Update test.py * some fixes. * check the 64-bit python * fix build. * refine MANIFEST.in * update Manifest.in * add more build options. * Add fatal in cmake * fix a endif. * fix bugs. * fix pep8 * add test for the pip package build * add test pip install in travis. * fix version with pre-compile dll * fix readme.rst * update readme
-
- 14 Jun, 2017 1 commit
-
-
Guolin Ke authored
-
- 11 Jun, 2017 1 commit
-
-
Laurae authored
* Remove paste0 ambiguity for paths * Fix equal missing typo * Get rid of all trailing slashes
-