From b3799fa0f791f1a145b217c14078f27099dfce84 Mon Sep 17 00:00:00 2001 From: Grant McDermott Date: Sun, 3 Dec 2023 21:20:27 -0800 Subject: [PATCH] fix link --- README.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index 175efbb..c5711b7 100644 --- a/README.Rmd +++ b/README.Rmd @@ -41,12 +41,12 @@ install.packages("ggiplot", repos = "https://grantmcdermott.r-universe.dev") ## Quickstart -The [package website]([introductory vignette](http://grantmcdermott.com/ggiplot) +The [package website](http://grantmcdermott.com/ggiplot) provides a number of examples in the help documentation. (Also available by typing `?ggcoefplot` or `?ggiplot` in your R console.) But here are a few quickstart examples to whet your appetite. -Start by loading the **ggiplot** and **fixest** packages. Note that +Start by loading the **ggiplot** and **fixest** packages together. Note that **ggiplot** _only_ supports **fixest** model objects, so the latter must be loaded alongside the former.