- 24 Feb, 2025 1 commit
-
-
James Lamb authored
* [ci] consolidate R package installs into a CI script * use CRAN_MIRROR and R_LIB_PATH consistently * shorter lines and fix reference * fix type option * add extension * fix invocations on Windows * more fixes * binary * use package_type binary on Windows * Update .ci/test-r-package-windows.ps1 * more fixes * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * make install-r-deps more flexible * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> --------- Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 30 Nov, 2024 1 commit
-
-
James Lamb authored
[ci] [python-package] [R-package] adapt to scikit-learn check_sample_weight_equivalence changes, stop testing against R 3.6 on Linux (#6733)
-
- 15 Nov, 2024 1 commit
-
-
James Lamb authored
[python-package] adapt to scikit-learn 1.6 testing changes, pin more packages in R 3.6 CI jobs (#6718)
-
- 29 Oct, 2024 1 commit
-
-
James Lamb authored
* [ci] [R-package] re-enable 'rchk' checks * comment out most CI * it would be helpful to actually enable rchk * remove all Rf_unprotect() calls to try to trigger failure * try removing some Rf_protect() calls * revert CI changes * just remove rchk * revert whitespace changes
-
- 13 Oct, 2024 1 commit
-
-
vnherdeiro authored
Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 07 Oct, 2024 1 commit
-
-
Nikita Titov authored
-
- 02 Aug, 2024 1 commit
-
-
Nikita Titov authored
[ci] Require CMake 3.28 and replace `FetchContent_Populate` with `FetchContent_MakeAvailable` (#6550) * Replace `FetchContent_Populate` with `FetchContent_MakeAvailable` * Test with VS 2022 * Update IntegratedOpenCL.cmake * Update IntegratedOpenCL.cmake * Update IntegratedOpenCL.cmake * Update IntegratedOpenCL.cmake * Update IntegratedOpenCL.cmake * Update .vsts-ci.yml * bump minimum CMake version * force symlinking * fix line length * install curl * install sudo * install certs * install CMake for R Windows jobs * debug cmake * new try * remove CMake from RTools * cleanup * remove duplicted curl installation * CMake version as variable
-
- 31 Jul, 2024 1 commit
-
-
Nikita Titov authored
-
- 14 Jul, 2024 1 commit
-
-
James Lamb authored
[ci] [R-package] add CI jobs covering more CRAN "additional checks", fix R_NO_REMAP warnings (fixes #6369) (#6523) * [ci] [R-package] add CI jobs testing newer compilers * set up vignette-processing dependencies * remove tinytex * set up pandoc * allow NOTEs, one more R_NO_REMAP guard * restore other CI * one more R_NO_REMAP guard * fail builds producing more than 1 NOTE * update approach for running R CMD check * fix filepath * fix paths * fix variable name * echo lines * fix piping * fix file extension * clean up * make R CMD check stricter
-
- 12 Jul, 2024 1 commit
-
-
James Lamb authored
-
- 04 Jul, 2024 1 commit
-
-
James Lamb authored
-
- 21 Jun, 2024 1 commit
-
-
James Lamb authored
-
- 13 Jun, 2024 1 commit
-
-
José Morales authored
[R-package] skip integer categorical feature check when building dataset subset (fixes #6412) (#6442)
-
- 30 Apr, 2024 1 commit
-
-
James Lamb authored
-
- 23 Apr, 2024 1 commit
-
-
James Lamb authored
-
- 20 Apr, 2024 1 commit
-
-
James Lamb authored
-
- 18 Mar, 2024 1 commit
-
-
Oliver Borchert authored
-
- 20 Feb, 2024 1 commit
-
-
James Lamb authored
-
- 10 Feb, 2024 1 commit
-
-
James Lamb authored
-
- 09 Jan, 2024 1 commit
-
-
James Lamb authored
-
- 04 Sep, 2023 1 commit
-
-
James Lamb authored
-
- 15 Aug, 2023 1 commit
-
-
James Lamb authored
* [ci] fix GPG key download for R Linux jobs * force use of the new config file * empty commit
-
- 14 Jun, 2023 1 commit
-
-
James Lamb authored
-
- 05 Jun, 2023 1 commit
-
-
James Lamb authored
-
- 31 May, 2023 1 commit
-
-
James Lamb authored
-
- 04 May, 2023 1 commit
-
-
James Lamb authored
-
- 07 Apr, 2023 1 commit
-
-
James Lamb authored
-
- 27 Mar, 2023 1 commit
-
-
James Lamb authored
-
- 12 Jan, 2023 1 commit
-
-
James Lamb authored
-
- 10 Jan, 2023 1 commit
-
-
James Lamb authored
-
- 07 Dec, 2022 1 commit
-
-
James Lamb authored
-
- 15 Sep, 2022 1 commit
-
-
James Lamb authored
-
- 23 May, 2022 1 commit
-
-
James Lamb authored
-
- 10 Apr, 2022 1 commit
-
-
James Lamb authored
* [ci] update to R 4.1.3 and use macOS-latest for R jobs (fixes #4990) * update Windows version * update docs env * simplify r-package config
-
- 06 Apr, 2022 1 commit
-
-
James Lamb authored
* [ci] fail CI jobs earlier when installations fail * more reliable link for R.pkg
-
- 01 Apr, 2022 1 commit
-
-
david-cortes authored
[R-package] Promote number of threads to top-level argument in `lightgbm()` and change default to number of cores (#4972)
-
- 01 Feb, 2022 1 commit
-
-
James Lamb authored
* [ci] manually create symlinks to R entrypoints on macOS (fixes #4988) * exclude non-R CI jobs * upgrade to R 4.1.2 * get logs for R install * pin R 4.1.x jobs to macOS-10.15 * update to R 4.1.2 on Windows * allow for non-latest macOS builds in GHA configuration * fix prefix check * fix config check * more direct check for mac version * uncomment other CIs * update R version in CI job names
-
- 18 Nov, 2021 1 commit
-
-
James Lamb authored
* [R-package] [docs] add intro vignette (#3946) * add 10 test vignettes * Revert "add 10 test vignettes" This reverts commit 40fb2e2f1982402798776ee44e4ec82fc4644d3d. * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Michael Mayer <mayermichael79@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 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>
-
- 26 Aug, 2021 1 commit
-
-
James Lamb authored
* [ci] upgrade R to 4.1.1 * try moving miktex errors
-