#' pLDA
#'
#' R package for pLDA implementation.
#'
#' @docType package
#' @author Kevin Wu
#' @useDynLib pLDA, .registration = TRUE
#' @importFrom Rcpp evalCpp
#' @import topicmodels Matrix plyr parallel gtools
#' @name pLDA
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.