- 28 Dec, 2022 1 commit
-
-
James Lamb authored
-
- 15 Dec, 2022 1 commit
-
-
Nikita Titov authored
-
- 27 Nov, 2022 1 commit
-
-
James Lamb authored
-
- 25 Nov, 2022 1 commit
-
-
James Lamb authored
-
- 09 Oct, 2022 1 commit
-
-
James Lamb authored
-
- 08 Oct, 2022 1 commit
-
-
James Lamb authored
-
- 15 Sep, 2022 1 commit
-
-
James Lamb authored
-
- 12 Sep, 2022 1 commit
-
-
James Lamb authored
-
- 23 May, 2022 1 commit
-
-
James Lamb authored
-
- 15 Apr, 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
-
- 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)
-
- 17 Mar, 2022 1 commit
-
-
Nikita Titov authored
* Update r_package.yml * replace R 4.1 with R 3.6 for VS 2019 build
-
- 03 Mar, 2022 1 commit
-
-
James Lamb authored
-
- 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
-
- 09 Jan, 2022 1 commit
-
-
Nikita Titov 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
-
- 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>
-
- 03 Nov, 2021 1 commit
-
-
James Lamb authored
* [ci] upgrade actions/checkout to v2.4.0 * re-create GITHUB_WORKSPACE * dont update cuda * actually revert cuda
-
- 31 Oct, 2021 1 commit
-
-
James Lamb authored
* [R-package] allow use of custom R executable building CRAN package * Update build-cran-package.sh Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 26 Oct, 2021 1 commit
-
-
James Lamb authored
* add jobs mimicking CRAN gcc-ASAN and clang-ASAN * comment out CI * fix redirection * remove unnecessary echo * Revert "comment out CI" This reverts commit 899fbb4574b99a8125b28761425e3e821bfdfef1. * remove redundant env variables and update README * remove inaccurate comment * change test title * Revert "Fix ASAN issues with `std::function` usage (#4673)" This reverts commit 13ed38ca . * Revert "Revert "Fix ASAN issues with `std::function` usage (#4673)"" This reverts commit 24c275ba84f1f182275f74ff4ad2e510bb18f4bd. * revert unnecessary change in config order * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 17 Aug, 2021 1 commit
-
-
James Lamb authored
* [ci] prefer 'apt update' to 'apt-get update' in some R builds * use --allow-releaseinfo-change
-
- 14 Aug, 2021 1 commit
-
-
James Lamb authored
* [R-package] use C++ compiler for pre-compile checks on Windows * install Matrix in valgrind test * Add {Matrix} in more places in CI and docs * use CXX11 * use flags specific to C++11 * missing backtick Co-authored-by:Nikita Titov <nekit94-12@hotmail.com>
-
- 10 Jul, 2021 1 commit
-
-
James Lamb authored
* [ci] add CI job running rchk * try commenting out more stuff * ignore R internal error * pipes * remove PROTECT() * try removing testthat * revert temporary testing changes
-
- 20 Apr, 2021 1 commit
-
-
James Lamb authored
* [ci] parallelize R package installs in CI jobs * build 2 * build 3 * add ncpus in static_analysis
-
- 12 Apr, 2021 1 commit
-
-
James Lamb authored
* [ci] Add debian-clang-devel CI job for the R package * [ci] Add debian-clang-devel CI job for the R package * fixes * fix test * update cran-comments * re-trigger CI * catch warnings and notes * fail with only a NOTE * uncomment CI code * remove env vars in windows tests * Update R-package/cran-comments.md Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
StrikerRUS <nekit94-12@hotmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 10 Mar, 2021 1 commit
-
-
James Lamb authored
* [ci] add CMake + R 3.6 test back (fixes #3469) * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update .ci/test_r_package_windows.ps1 * -Wait and remove rtools40 * empty commit Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 07 Jan, 2021 1 commit
-
-
James Lamb authored
* [ci] Move check-docs and lint jobs off Travis * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * try moving check-docs into a containerized job * add install flag and README badge * trying to find the error * ignore pipefail * remove -e * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * more changes * additional changes * Update .github/workflows/static_analysis.yml * Update README.md Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * move constants Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 04 Jan, 2021 1 commit
-
-
Nikita Titov authored
* comment out flaky MinGW job for R * remove instead of comment out
-
- 27 Nov, 2020 1 commit
-
-
James Lamb authored
-
- 23 Nov, 2020 1 commit
-
-
James Lamb authored
* [ci] test 32-bit R in CI * add R 3.6 Windows CRAN job * add tests
-
- 17 Nov, 2020 1 commit
-
-
James Lamb authored
* [ci] always use latest conda version on GitHub Actions * try new use-conda version * just remove conda * skip conda even more
-
- 08 Nov, 2020 1 commit
-
-
James Lamb authored
* [ci] simplify R CI scripts * update GitHub Actions workflow
-
- 06 Nov, 2020 1 commit
-
-
James Lamb authored
* [ci] upgrade GitHub Actions third-party actions to newest versions * add git to sanitizers container * install git before checkout * Update .github/workflows/r_package.yml Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 18 Oct, 2020 1 commit
-
-
James Lamb authored
* [ci] ignore R CMD CHECK warnings on new R version * just update version
-
- 09 Oct, 2020 1 commit
-
-
James Lamb authored
* [ci] add R CI job with UBSAN * stuff * fix command * update template * fail on errors * spaces * trigger by comment * stuff * add all CI back * trying things * run sanitizers as a regular job * remove comments * sanitizers * try to trigger UBSAN * try to trigger failure * remove int overflow * remove testing change * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 02 Oct, 2020 1 commit
-
-
Nikita Titov authored
* rename R-package workflow * Revert "[ci] fix R CMD check issue 'unable to verify current time' (#3341)" This reverts commit 0038a662. * Revert "Revert "[ci] fix R CMD check issue 'unable to verify current time' (#3341)"" This reverts commit e2307418aa7aa7b237f0eb46f43c0535473cf462.
-
- 29 Sep, 2020 1 commit
-
-
James Lamb authored
-
- 15 Sep, 2020 1 commit
-
-
Nikita Titov authored
* Update .appveyor.yml * Update .travis.yml * Update .vsts-ci.yml * Update main.yml * Update setup.py
-
- 06 Sep, 2020 1 commit
-
-
Thomas Grainger authored
* add an allgood job for easy [required] builds see https://github.community/t/is-it-possible-to-require-all-github-actions-tasks-to-pass-without-enumerating-them/117957/4?u=graingert * Update .github/workflows/main.yml * Update .github/workflows/main.yml Co-authored-by:
Thomas Grainger <tagrain@gmail.com> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-