Skip to content

Commit

Permalink
Fix imputeMissings (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif authored Sep 22, 2023
1 parent ead1ff9 commit e22ddf2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/install_cran_pkgs.R
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ shared_pkgs <- c(
"purrr",
"quarto",
"r2rtf",
"randomForest",
"rJava",
"rbmi",
"rcmdcheck",
Expand Down Expand Up @@ -180,8 +181,6 @@ shared_pkgs <- c(
"yaml"
)

install.packages("https://cran.r-project.org/src/contrib/Archive/imputeMissings/imputeMissings_0.0.3.tar.gz")

cran_pkgs <- list(
rstudio = shared_pkgs,
`rstudio-local` = c(
Expand Down Expand Up @@ -279,3 +278,5 @@ tryCatch(
print(e)
}
)

install.packages("https://cran.r-project.org/src/contrib/Archive/imputeMissings/imputeMissings_0.0.3.tar.gz")

0 comments on commit e22ddf2

Please sign in to comment.