#' @details
#' This package is the solution for Lab 4 in Advanced R.
#' It implements linear regression functionality through an RC class object called linreg.
#' This object is responsible for performing calculations and exposing functions to access results.
#' It also offers a summary of the regression as well as plotting capabilities.
#' @keywords internal
"_PACKAGE"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.