R/rootfind.R

#' 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
steviep42/rootfind documentation built on April 23, 2020, 12:46 a.m.