#' SiALM est un package permettant de calculer un best-estimate pour une compagnie d'assurance
#' proposant les produits suivants : contrats d'epargne.
#'
#' @docType package
#' @name SiALM
#' @author Damien Tichit
#' @import utils
#' @import doParallel
#' @import dplyr
#' @import stringr
#' @importFrom Rcpp evalCpp
#' @import data.table
#' @importFrom stats weighted.mean
#' @importFrom methods new validObject
#' @aliases SiALM SiALM-package
#' @useDynLib SiALM
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.