#' RMCriteria: Solves MCDA problems using Promethee methods.
#'
#' RMCriteria solves Multiple-Criteria Decision Analysis (MCDA) problems.
#' For now, it only supports Promethee methods, but other methods may be
#' developed in the future.
#'
#' RMCriteria supports Promethees I, II, III, IV, IV Kernel and V.
#'
#' @docType package
#' @name RMCriteria
#' @useDynLib RMCriteria
#' @import Rcpp
#' @import RcppNumerical
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.