From 2643afac5b1179f1a839c04c9802742526e80a7c Mon Sep 17 00:00:00 2001 From: aurora-mm Date: Sun, 8 Dec 2024 12:44:26 +0100 Subject: [PATCH] Condense description --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7fc342b..83a23d7 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,16 @@ # Overview -This [R](https://www.r-project.org) package provides functionality for handling linear regression models through the utilization of [QR decomposition](https://pages.stat.wisc.edu/~st849-1/lectures/Orthogonal.pdf), , as well as ridge regression models. This package is a part of the coursework for the Advanced Programming in R course (732A94) at Linköping University. +This [R](https://www.r-project.org) package provides functionality for handling linear regression models through the utilization of [QR decomposition](https://pages.stat.wisc.edu/~st849-1/lectures/Orthogonal.pdf), as well as ridge regression models. This package is a part of the coursework for the Advanced Programming in R course (732A94) at Linköping University. # Dependencies -ggplot2, stats, gridExtra +`ggplot2`, `stats`, `gridExtra`, `dplyr`, `nycflights13`, `rlang` # Installation -To install this R package, you can utilize the `devtools` package, which facilitates the installation of packages hosted on GitHub repositories. First, ensure you have this package installed by executing `install.packages("devtools")`. Then, use the function `devtools::install_github("aurora-mm/LinearRegression")`. This command will clone the repository and install the package directly into your R environment, making it readily available for use. +To install this R package, first install `devtools` with `install.packages("devtools")`. Then, run `devtools::install_github("aurora-mm/LinearRegression")` to install the package from GitHub. # Authors -Linn Frisell (linfr259@student.liu.se), John Möller (johmo870@student.liu.se) +Linn Friberg, John Möller