#' rootfind: a package for finding roots
#'
#' rootfind implements a single function called mySqrt
#' It has three main goals:
#'
#' \itemize{
#' \item Identify important devtools concepts
#' \item Provide examples of roxygen
#' \item Provide a package container for the mySqrt function
#' }
#' @docType package
#' @name rootfind
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.