Skip to content

Commit

Permalink
Trying one package at a time in R code
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordonei committed Oct 3, 2024
1 parent 2b871bc commit 5ceb2f3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion base/drivers/python_minimal/r/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ install.packages(c("pak", "pillar"))
# Base packages
pak::pak_install_extra()

pak::pkg_install(c("rspm", "renv", "cranlogs", "remotes", "languageserver", "jsonlite"))
pak::pkg_install("rspm")
pak::pkg_install("renv")
pak::pkg_install("cranlogs")
pak::pkg_install("remotes")
pak::pkg_install("languageserver")
pak::pkg_install("jsonlite")

rspm::enable()

Expand Down

0 comments on commit 5ceb2f3

Please sign in to comment.