#' Interface to the cpuid library
#'
#' This package offers several utilities for looking up basic CPU information,
#' such as the number of cores, cpu clock, and an estimated peak number of
#' FLOPS.
#'
#' \tabular{ll}{
#' Package: \tab okcpuid \cr
#' Type: \tab Package \cr
#' License: \tab BSD 2-Clause \cr
#' }
#'
#' @useDynLib okcpuid,
#' okcpuid_cpuid, okcpuid_available_instructions, okcpuid_cpuid_info,
#' R_solve_nocopy
#'
#' @importFrom stats rnorm
#' @importFrom utils capture.output
#' @import memuse
#'
#' @name okcpuid-package
#' @docType package
#' @author Drew Schmidt \email{wrathematics AT gmail.com}
#' @keywords Package
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.