Skip to content

Commit

Permalink
No sl3, imputeMissings
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdguy committed Oct 24, 2023
1 parent 47866f2 commit ef72921
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
15 changes: 0 additions & 15 deletions scripts/install_cran_pkgs.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ distribution <- args[1]
# Set official mirror for CRAN
options(repos = c("https://cloud.r-project.org/"))

# Packages that have been archived
# by CRAN
archived_packages <- c(
"https://cran.r-project.org/src/contrib/Archive/imputeMissings/imputeMissings_0.0.3.tar.gz"
)


# Packages that are already in the image
# but must be reinstalled to the latest versions
reinstall_with_newer_version <- c(
Expand Down Expand Up @@ -247,14 +240,6 @@ if (length(new_pkgs_from_src)) {
)
}

# Install previously archived R packages
if (length(archived_packages)) {
install.packages(
archived_packages,
Ncpus = parallel::detectCores()
)
}

# Install rjags with special params for fedora distros
if (startsWith(distribution, "fedora")) {
install.packages(
Expand Down
1 change: 0 additions & 1 deletion scripts/install_gh_pkgs.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ distribution <- args[1]
# Packages to install
# Regular CRAN packages to install
shared_pkgs <- c(
"tlverse/[email protected]",
"insightsengineering/nesttemplate",
"openpharma/staged.dependencies@*release",
"openpharma/roxylint",
Expand Down

0 comments on commit ef72921

Please sign in to comment.