Skip to content

Commit 8b9c208

Browse files
authored
Merge pull request #15 from EpiForeSITE/repo-name-update
Fix links to point to new repo name
2 parents 900726e + 50be686 commit 8b9c208

5 files changed

Lines changed: 11 additions & 10 deletions

File tree

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
^branching_process\.Rproj$
2+
^branchingprocess\.Rproj$
23
^\.Rproj\.user$
34
^LICENSE\.md$
45
^\.github$

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Description: Quantify outbreak risk posed by individual importers of a transmiss
1616
and Toth et al. (2016) <doi:10.1016/j.epidem.2016.04.002>.
1717
License: MIT + file LICENSE
1818
Encoding: UTF-8
19-
URL: https://github.com/EpiForeSITE/branching_process,
20-
https://epiforesite.github.io/branching_process/
21-
BugReports: https://github.com/EpiForeSITE/branching_process/issues
19+
URL: https://github.com/EpiForeSITE/branchingprocess,
20+
https://epiforesite.github.io/branchingprocess/
21+
BugReports: https://github.com/EpiForeSITE/branchingprocess/issues
2222
Roxygen: list(markdown = TRUE)
2323
RoxygenNote: 7.3.2
2424
Imports:

README.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ output: github_document
66

77
<!-- badges: start -->
88
[![ForeSITE Group](https://github.com/EpiForeSITE/software/raw/e82ed88f75e0fe5c0a1a3b38c2b94509f122019c/docs/assets/foresite-software-badge.svg)](https://github.com/EpiForeSITE)
9-
[![R-CMD-check](https://github.com/EpiForeSITE/branching_process/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/EpiForeSITE/branching_process/actions/workflows/R-CMD-check.yaml)
10-
[![pkgdown](https://github.com/EpiForeSITE/branching_process/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/EpiForeSITE/branching_process/actions/workflows/pkgdown.yaml)
9+
[![R-CMD-check](https://github.com/EpiForeSITE/branchingprocess/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/EpiForeSITE/branchingprocess/actions/workflows/R-CMD-check.yaml)
10+
[![pkgdown](https://github.com/EpiForeSITE/branchingprocess/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/EpiForeSITE/branchingprocess/actions/workflows/pkgdown.yaml)
1111
<!-- badges: end -->
1212

1313
## Calculate Outbreak Probabilities for a Branching Process Model
@@ -31,7 +31,7 @@ Work to create this software tool was made possible by cooperative agreement CDC
3131
You can install the development version of `branchingprocess` from GitHub with:
3232

3333
```r
34-
devtools::install_github("EpiForeSITE/branching_process")
34+
devtools::install_github("EpiForeSITE/branchingprocess")
3535
```
3636
You can install branchingprocess from CRAN with:
3737

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
[![ForeSITE
77
Group](https://github.com/EpiForeSITE/software/raw/e82ed88f75e0fe5c0a1a3b38c2b94509f122019c/docs/assets/foresite-software-badge.svg)](https://github.com/EpiForeSITE)
8-
[![R-CMD-check](https://github.com/EpiForeSITE/branching_process/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/EpiForeSITE/branching_process/actions/workflows/R-CMD-check.yaml)
9-
[![pkgdown](https://github.com/EpiForeSITE/branching_process/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/EpiForeSITE/branching_process/actions/workflows/pkgdown.yaml)
8+
[![R-CMD-check](https://github.com/EpiForeSITE/branchingprocess/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/EpiForeSITE/branchingprocess/actions/workflows/R-CMD-check.yaml)
9+
[![pkgdown](https://github.com/EpiForeSITE/branchingprocess/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/EpiForeSITE/branchingprocess/actions/workflows/pkgdown.yaml)
1010
<!-- badges: end -->
1111

1212
## Calculate Outbreak Probabilities for a Branching Process Model
@@ -40,7 +40,7 @@ You can install the development version of `branchingprocess` from
4040
GitHub with:
4141

4242
``` r
43-
devtools::install_github("EpiForeSITE/branching_process")
43+
devtools::install_github("EpiForeSITE/branchingprocess")
4444
```
4545

4646
You can install branchingprocess from CRAN with:

inst/CITATION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ bibentry(
1111
),
1212
year=2025,
1313
note=note,
14-
url="https://epiforesite.github.io/branching_process/"
14+
url="https://epiforesite.github.io/branchingprocess/"
1515
)

0 commit comments

Comments
 (0)