From 4cad7e936cab50ef1fe7f001c71bf923231e1470 Mon Sep 17 00:00:00 2001 From: eweine <71828618+eweine@users.noreply.github.com> Date: Wed, 21 Aug 2024 09:46:33 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5d613c8..f4936ce 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # qqconf + +![](https://cranlogs.r-pkg.org/badges/grand-total/qqconf?color=green) + An R Package to Put Simultaneous Testing Bands on QQ and PP Plots To install our code from CRAN, run From b71a7b3d690db75b453afbf555145c4ef06f9a0e Mon Sep 17 00:00:00 2001 From: eweine <71828618+eweine@users.noreply.github.com> Date: Wed, 21 Aug 2024 09:48:34 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4936ce..76f5f24 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ install.packages("qqconf") For an introductory tutorial, please see our [vignette](https://cloud.r-project.org/web/packages/qqconf/vignettes/qqconf_introduction.html). -Full documentation can be found in our [reference manual](https://cloud.r-project.org/web/packages/qqconf/qqconf.pdf) and additional methodological details can be found in [our paper](https://arxiv.org/abs/2111.15082). +Full documentation can be found in our [reference manual](https://cloud.r-project.org/web/packages/qqconf/qqconf.pdf) and additional methodological details can be found in [our paper](https://www.jstatsoft.org/article/view/v106i10). ## Acknowledgements