R/install_ecosystem.R

Defines functions install_ecosystem

install_ecosystem <- function(){
  print("Hello world")

}

## install gulf.* ecosystem from GitHub if not already installed
# installed.packages <- data.frame(installed.packages())
# `%nin%` = Negate(`%in%`)
# install <- core[core %nin% installed.packages$Package]
# if(length(install)>0) {
#   lapply(file.path("TobieSurette",core), function(i) remotes::install_github(i))
# }
#
ricardd/gulf2 documentation built on Nov. 14, 2024, 1:29 p.m.