R/mintest.R

Defines functions gdalinfotest mintest

Documented in gdalinfotest mintest

#' Ti
#'
#' dos tuff
#'
#' details
#' @return text
#' @export
#'
gdalinfotest <- function() {
  if (Sys.info()["sysname"] %in% c("Linux", "Darwin")) {
    out <-   system("gdalinfo --version", intern = TRUE)
  } else {
    out <- NA
  }
  out
}

#' nothing at all
#'
#' returns a string
#' @return character
#' @export
#'
#' @examples
#' mintest()
mintest <- function() {
  "nothing"
}
dis-organization/gdalosx documentation built on May 28, 2019, 4:35 p.m.