#' Flexible parallel computing from R, on multicore machines and GPUs.
#'
#' A collection of R wrappers to C++ functions written in the Thrust
#' environment. Since the latter can be configured for execution either on
#' multicore systems or on graphics processing units (GPUs), the same code
#' works on both types of platforms.
#'
#' R programmers may use these functions without knowing how to program in C++,
#' and without knowledge of the underlying parallel hardware.
#'
#' \tabular{ll}{ Package: \tab rth\cr Type: \tab Package\cr License: \tab GPL
#' >= 2\cr }
#'
#' @name Rth-package
#' @docType package
#' @author Norm Matloff
#' @references \url{http://heather.cs.ucdavis.edu/~matloff/rth.html}
#' @keywords Package
#' @importFrom stats na.omit
#' @useDynLib Rth, .registration = TRUE
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.