#' cplr: Compressed and penalized linear regression
#'
#' The cplr package provides three categories of important functions:
#' foo, bar and baz.
#'
#' @section Foo functions:
#' The foo functions ...
#'
#' @docType package
#' @name cplr
NULL
#' @import stats
#' @import RcppArmadillo
#' @importFrom Matrix rsparsematrix
#' @importFrom graphics matplot
NULL
#' @useDynLib cplr
#' @importFrom Rcpp sourceCpp
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.