Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
^branching_process\.Rproj$
^branchingprocess\.Rproj$
^\.Rproj\.user$
^LICENSE\.md$
^\.github$
Expand Down
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Description: Quantify outbreak risk posed by individual importers of a transmiss
and Toth et al. (2016) <doi:10.1016/j.epidem.2016.04.002>.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/EpiForeSITE/branching_process,
https://epiforesite.github.io/branching_process/
BugReports: https://github.com/EpiForeSITE/branching_process/issues
URL: https://github.com/EpiForeSITE/branchingprocess,
https://epiforesite.github.io/branchingprocess/
BugReports: https://github.com/EpiForeSITE/branchingprocess/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
Expand Down
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ output: github_document

<!-- badges: start -->
[![ForeSITE Group](https://github.com/EpiForeSITE/software/raw/e82ed88f75e0fe5c0a1a3b38c2b94509f122019c/docs/assets/foresite-software-badge.svg)](https://github.com/EpiForeSITE)
[![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)
[![pkgdown](https://github.com/EpiForeSITE/branching_process/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/EpiForeSITE/branching_process/actions/workflows/pkgdown.yaml)
[![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)
[![pkgdown](https://github.com/EpiForeSITE/branchingprocess/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/EpiForeSITE/branchingprocess/actions/workflows/pkgdown.yaml)
<!-- badges: end -->

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

```r
devtools::install_github("EpiForeSITE/branching_process")
devtools::install_github("EpiForeSITE/branchingprocess")
```
You can install branchingprocess from CRAN with:

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

[![ForeSITE
Group](https://github.com/EpiForeSITE/software/raw/e82ed88f75e0fe5c0a1a3b38c2b94509f122019c/docs/assets/foresite-software-badge.svg)](https://github.com/EpiForeSITE)
[![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)
[![pkgdown](https://github.com/EpiForeSITE/branching_process/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/EpiForeSITE/branching_process/actions/workflows/pkgdown.yaml)
[![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)
[![pkgdown](https://github.com/EpiForeSITE/branchingprocess/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/EpiForeSITE/branchingprocess/actions/workflows/pkgdown.yaml)
<!-- badges: end -->

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

``` r
devtools::install_github("EpiForeSITE/branching_process")
devtools::install_github("EpiForeSITE/branchingprocess")
```

You can install branchingprocess from CRAN with:
Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ bibentry(
),
year=2025,
note=note,
url="https://epiforesite.github.io/branching_process/"
url="https://epiforesite.github.io/branchingprocess/"
)
Loading