Skip to content

Commit

Permalink
keep packages installed, some of them depend on each other
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 11, 2024
1 parent 912de94 commit 8e68d97
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .ci/download-r-revdeps.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ install.packages( # nolint: undesirable_function
, Ncpus = parallel::detectCores()
)

# remove 'lightgbm' and its direct reverse dependencies
.log("removing 'lightgbm' and its reverse dependencies")
remove.packages(
pkgs = c("lightgbm", reverse_deps)
)

# get source tarballs, to be checked with 'R CMD check'
print(sprintf("--- downloading reverse dependencies to check (%i)", length(reverse_deps)))
download.packages(
Expand Down

0 comments on commit 8e68d97

Please sign in to comment.