From 87493f8b07cf3d7f13403b121872194d7ae2dd57 Mon Sep 17 00:00:00 2001 From: Stephanie Zimmer Date: Fri, 26 Sep 2025 16:47:33 -0400 Subject: [PATCH 1/2] Update links to use public repo dest --- DESCRIPTION | 4 ++-- README.Rmd | 4 ++-- README.md | 4 ++-- man/SampleSelectR-package.Rd | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 436e8e7..6e37a1b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -22,8 +22,8 @@ Imports: rlang, tidytable LazyData: true -URL: https://github.com/rti-international/SampleSelectR -BugReports: https://github.com/rti-international/SampleSelectR/issues +URL: https://github.com/RTIInternational/SampleSelectR +BugReports: https://github.com/RTIInternational/SampleSelectR/issues Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 diff --git a/README.Rmd b/README.Rmd index 7b08f0d..9e5c71b 100644 --- a/README.Rmd +++ b/README.Rmd @@ -16,7 +16,7 @@ knitr::opts_chunk$set( # SampleSelectR -[![R-CMD-check](https://github.com/rti-international/SampleSelectR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rti-international/SampleSelectR/actions/workflows/R-CMD-check.yaml) +[![R-CMD-check](https://github.com/RTIInternational/SampleSelectR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/RTIInternational/SampleSelectR/actions/workflows/R-CMD-check.yaml) [![R-CMD-check](https://github.com/RTIInternational/SampleSelectR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/RTIInternational/SampleSelectR/actions/workflows/R-CMD-check.yaml) @@ -46,7 +46,7 @@ Allocation methods include: ## Installation You can install the development version of SampleSelectR from -[GitHub](https://github.com/rti-international/SampleSelectR) with either the `pak` or `devtools` package: +[GitHub](https://github.com/RTIInternational/SampleSelectR) with either the `pak` or `devtools` package: ```{r} #| eval: false diff --git a/README.md b/README.md index 195019f..bb38559 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ -[![R-CMD-check](https://github.com/rti-international/SampleSelectR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rti-international/SampleSelectR/actions/workflows/R-CMD-check.yaml) +[![R-CMD-check](https://github.com/RTIInternational/SampleSelectR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/RTIInternational/SampleSelectR/actions/workflows/R-CMD-check.yaml) [![R-CMD-check](https://github.com/RTIInternational/SampleSelectR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/RTIInternational/SampleSelectR/actions/workflows/R-CMD-check.yaml) @@ -35,7 +35,7 @@ Allocation methods include: ## Installation You can install the development version of SampleSelectR from -[GitHub](https://github.com/rti-international/SampleSelectR) with either +[GitHub](https://github.com/RTIInternational/SampleSelectR) with either the `pak` or `devtools` package: ``` r diff --git a/man/SampleSelectR-package.Rd b/man/SampleSelectR-package.Rd index db47700..ec80e39 100644 --- a/man/SampleSelectR-package.Rd +++ b/man/SampleSelectR-package.Rd @@ -11,8 +11,8 @@ Randomly select samples with SRS, systematic, and various PPS methods. Also incl \seealso{ Useful links: \itemize{ - \item \url{https://github.com/rti-international/SampleSelectR} - \item Report bugs at \url{https://github.com/rti-international/SampleSelectR/issues} + \item \url{https://github.com/RTIInternational/SampleSelectR} + \item Report bugs at \url{https://github.com/RTIInternational/SampleSelectR/issues} } } From 1f7ce858c4d3933bd63248090c8b068c51495d6d Mon Sep 17 00:00:00 2001 From: Stephanie Zimmer Date: Fri, 26 Sep 2025 16:51:37 -0400 Subject: [PATCH 2/2] Remove duplciate badge --- README.Rmd | 1 - README.md | 1 - 2 files changed, 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index 9e5c71b..a2dfacf 100644 --- a/README.Rmd +++ b/README.Rmd @@ -17,7 +17,6 @@ knitr::opts_chunk$set( [![R-CMD-check](https://github.com/RTIInternational/SampleSelectR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/RTIInternational/SampleSelectR/actions/workflows/R-CMD-check.yaml) -[![R-CMD-check](https://github.com/RTIInternational/SampleSelectR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/RTIInternational/SampleSelectR/actions/workflows/R-CMD-check.yaml) SampleSelectR is an R package developed by RTI International to support the design and implementation of common survey sampling methods. It is designed to make sample design and selection reproducible, efficient, and transparent for survey statisticians and researchers. diff --git a/README.md b/README.md index bb38559..6b54f11 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ -[![R-CMD-check](https://github.com/RTIInternational/SampleSelectR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/RTIInternational/SampleSelectR/actions/workflows/R-CMD-check.yaml) [![R-CMD-check](https://github.com/RTIInternational/SampleSelectR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/RTIInternational/SampleSelectR/actions/workflows/R-CMD-check.yaml)