R/update_rgit.R

Defines functions update_rgit

update_rgit <- function(quiet = FALSE, ...) {

   if(any(search() %in% "package:rgit"))
      detach("package:rgit")
   
   JRWToolBox::lib("John-R-Wallace-NOAA/rgit", quiet = quiet, ...)
}
John-R-Wallace-NOAA/rgit documentation built on Jan. 3, 2024, 11:14 p.m.