R/supportedPlatform.R

Defines functions supportedPlatform

Documented in supportedPlatform

#' Test Platform Support
#' 
#' Always returns \code{TRUE}.
#'  
#' @examples
#' supportedPlatform()
#' 
#' @export
#' @import utils
supportedPlatform <- function(){
  TRUE
}
x13org/x13binary documentation built on Jan. 28, 2024, 12:18 p.m.