Skip to content
Snippets Groups Projects
Commit c643c339 authored by Elodie  CHAPEAUBLANC's avatar Elodie CHAPEAUBLANC
Browse files

fix error during install_r_packages by adding installtion to "shinipsum" package at the begining

parent b5152a26
No related branches found
No related tags found
No related merge requests found
Pipeline #107758 passed
Pipeline: shiny-k8s-example

#107760

    Pipeline: shiny-k8s-example

    #107759

      ...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
      ### Install pak packages first ### Install pak packages first
      # Specify your packages # Specify your packages
      my_packages <- c("pak","pkgcache","pkgdepends","pillar") my_packages <- c("pak","pkgcache","pkgdepends","pillar", "shinipsum")
      # Extract not installed packages # Extract not installed packages
      not_installed <- my_packages[!(my_packages %in% installed.packages()[ , "Package"])] not_installed <- my_packages[!(my_packages %in% installed.packages()[ , "Package"])]
      # Check if packages are yet installed # Check if packages are yet installed
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment