R/on_load.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname){
  options(grass.version=7.8, grass.viewer="viewer")
  cli::cli_alert_info(paste0("GRASS GIS documentation - set to GRASS version ",
                             cli::col_green(.Options$grass.version)))
}

Try the rgrassdoc package in your browser

Any scripts or data that you put into this service are public.

rgrassdoc documentation built on March 16, 2021, 5:12 p.m.