install.packages("remotes") remotes::install_github( "getkeops/keops", subdir = "rkeops", upgrade = FALSE ) # renv::install("getkeops/keops:rkeops@fix_rkeops_operation_priority") pkg_list <- c( "dplyr", "tibble", "tydir", "ggplot2", "microbenchmark", "pracma", "reshape" ) lapply( pkg_list, function(pkg) { if(!pkg %in% .packages(all.available=TRUE)) install.packages(pkg) } )