1. 05 Jun, 2023 1 commit
  2. 31 May, 2023 1 commit
  3. 04 May, 2023 1 commit
  4. 07 Apr, 2023 1 commit
  5. 27 Mar, 2023 1 commit
  6. 12 Jan, 2023 1 commit
  7. 10 Jan, 2023 1 commit
  8. 07 Dec, 2022 1 commit
  9. 15 Sep, 2022 1 commit
  10. 23 May, 2022 1 commit
  11. 10 Apr, 2022 1 commit
  12. 06 Apr, 2022 1 commit
  13. 01 Apr, 2022 1 commit
  14. 01 Feb, 2022 1 commit
    • James Lamb's avatar
      [ci] upgrade to R 4.1.2 in CI, change approach to macOS-latest R CI builds (fixes #4988) (#4989) · 0688f471
      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
      0688f471
  15. 18 Nov, 2021 1 commit
  16. 10 Nov, 2021 1 commit
  17. 26 Aug, 2021 1 commit
  18. 22 Aug, 2021 1 commit
  19. 20 Aug, 2021 1 commit
  20. 19 Aug, 2021 1 commit
  21. 10 Jul, 2021 1 commit
  22. 28 May, 2021 1 commit
  23. 20 Apr, 2021 1 commit
  24. 12 Apr, 2021 1 commit
  25. 09 Apr, 2021 1 commit
  26. 05 Apr, 2021 1 commit
  27. 19 Mar, 2021 1 commit
  28. 09 Mar, 2021 1 commit
  29. 03 Mar, 2021 1 commit
  30. 21 Feb, 2021 1 commit
  31. 09 Feb, 2021 1 commit
  32. 29 Jan, 2021 1 commit
  33. 28 Jan, 2021 1 commit
  34. 07 Jan, 2021 1 commit
  35. 29 Dec, 2020 1 commit
  36. 07 Dec, 2020 1 commit
  37. 17 Nov, 2020 1 commit
  38. 08 Nov, 2020 1 commit
  39. 18 Oct, 2020 1 commit
  40. 16 Oct, 2020 1 commit
    • Josh Maxwell's avatar
      [R-package] Suppresses unknown pragma warnings during CRAN build (#3460) · 2e1b39ba
      Josh Maxwell authored
      
      
      * Modified script to also remove pragma warnings.
      
      This also includes modifying the scope of the pragma removal.
      Previously this script only searched inside the ./src/include/LightGMB directory.
      This was not inclusive enough to remove the warnings in files shown in the ticket.
      
      * Adds CI test that exits if unknown pragma warnings are present.
      
      * Expanding pragma removal to cpp and hpp files.
      
      * Update .ci/test_r_package.sh
      
      Removing unneeded conditions since this script will only run on Linux and Mac builds anyway.
      Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
      
      * Update .ci/test_r_package.sh
      
      Fixes typo
      Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
      
      * replacing double quotes with single quotes
      
      * Using a more portable find syntax so it works on macOS and Linux
      Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
      2e1b39ba