-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #91 from ukhsa-collaboration/dsr_ci_non_independent
Dsr ci non independent
- Loading branch information
Showing
47 changed files
with
1,955 additions
and
661 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,3 +33,5 @@ vignettes/*.R | |
inst/doc | ||
data-raw | ||
README.Rmd | ||
/doc/ | ||
/Meta/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Package: PHEindicatormethods | ||
Type: Package | ||
Version: 2.0.2 | ||
Version: 2.1.0 | ||
Title: Common Public Health Statistics and their Confidence Intervals | ||
Description: Functions to calculate commonly used public health statistics and | ||
their confidence intervals using methods approved for use in the production | ||
of Public Health England indicators such as those presented via Fingertips | ||
(<http://fingertips.phe.org.uk/>). It provides functions for the generation | ||
(<https://fingertips.phe.org.uk/>). It provides functions for the generation | ||
of proportions, crude rates, means, directly standardised rates, indirectly | ||
standardised rates, standardised mortality ratios, slope and relative index | ||
of inequality and life expectancy. | ||
|
@@ -20,36 +20,39 @@ Description: Functions to calculate commonly used public health statistics and | |
Eayres DP, Williams ES (2004) <doi:10.1136/jech.2003.009654>. | ||
Silcocks PBS et al (2001) <doi:10.1136/jech.55.1.38>. | ||
Low and Low (2004) <doi:10.1093/pubmed/fdh175>. | ||
Authors@R: c(person("Anderson", "Georgina", email = "[email protected]", role = c("aut", "cre")), | ||
person("Fox", "Sebastian", role = c("ctb")), | ||
person("Francis", "Matthew", role = c("ctb")), | ||
person("Fryers", "Paul", email = "[email protected]", role = c("ctb")), | ||
person("Clegg", "Emma", role = c("ctb")), | ||
person("Westermann", "Annabel", email = "[email protected]", role = c("ctb")), | ||
person("Woolner", "Joshua", role = c("ctb")), | ||
person("Fellows", "Charlotte", email = "[email protected]", role = c("ctb")) | ||
Fingertips Public Health Technical Guide: <https://fingertips.phe.org.uk/static-reports/public-health-technical-guidance/>. | ||
Authors@R: c(person("Georgina", "Anderson", email = "[email protected]", role = c("aut", "cre")), | ||
person("Sebastian", "Fox ", role = c("ctb")), | ||
person("Matthew", "Francis ", role = c("ctb")), | ||
person("Paul", "Fryers ", email = "[email protected]", role = c("ctb")), | ||
person("Emma", "Clegg ", role = c("ctb")), | ||
person("Annabel", "Westermann ", role = c("ctb")), | ||
person("Joshua", "Woolner ", role = c("ctb")), | ||
person("Charlotte", "Fellows ", email = "[email protected]", role = c("ctb")), | ||
person("Olivia", "Box Power", email = "[email protected]", role = c("ctb")) | ||
) | ||
BugReports: https://github.com/ukhsa-collaboration/PHEindicatormethods/issues | ||
Depends: R (>= 3.1.0) | ||
Depends: R (>= 4.3.0) | ||
License: GPL-3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Imports: | ||
broom, | ||
broom (>= 1.0.0), | ||
dplyr (>= 1.1.0), | ||
purrr (>= 1.0.0), | ||
rlang (>= 0.4.0), | ||
rlang (>= 1.1.0), | ||
stats, | ||
tibble, | ||
tibble (>= 3.2.0), | ||
tidyselect (>= 1.2.0), | ||
tidyr (>= 1.3.0) | ||
tidyr (>= 1.3.0), | ||
lifecycle | ||
Suggests: | ||
knitr, | ||
readxl, | ||
rmarkdown, | ||
knitr (>= 1.48), | ||
readxl (>= 1.4.0), | ||
rmarkdown (>= 2.28), | ||
testthat (>= 3.0.0), | ||
withr | ||
withr (>= 3.0.0) | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.2 | ||
VignetteBuilder: knitr | ||
Config/testthat/edition: 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.