-
Notifications
You must be signed in to change notification settings - Fork 1
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 #35 from gorkang/dev
Dev
- Loading branch information
Showing
86 changed files
with
827 additions
and
382 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,6 @@ cran-comments.md | |
^cran-comments\.md$ | ||
^CRAN-RELEASE$ | ||
^codecov\.yml$ | ||
^_pkgdown\.yml$ | ||
^docs$ | ||
^pkgdown$ |
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 |
---|---|---|
|
@@ -9,3 +9,4 @@ inst/doc | |
DEV/ | ||
.binder/ | ||
google-analytics.html | ||
docs |
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,8 +1,8 @@ | ||
Package: BayesianReasoning | ||
Type: Package | ||
Title: Plot Positive and Negative Predictive Values for Medical Tests | ||
Version: 0.3.1 | ||
Date: 2020-06-29 | ||
Version: 0.3.2 | ||
Date: 2020-07-03 | ||
Authors@R: c(person("Gorka", "Navarrete", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7678-8656"))) | ||
Maintainer: Gorka Navarrete <[email protected]> | ||
Description: Functions to plot and help understand positive and negative predictive values (PPV and NPV), and their relationship with sensitivity, specificity, and prevalence. See Akobeng, A.K. (2007) <doi:10.1111/j.1651-2227.2006.00180.x> for a theoretical overview of the technical concepts and Navarrete et al. (2015) for a practical explanation about the importance of their understanding <doi:10.3389/fpsyg.2015.01327>. | ||
|
@@ -14,9 +14,7 @@ Imports: dplyr, | |
tidyr, | ||
magrittr, | ||
tibble, | ||
ggforce, | ||
shinythemes, | ||
shinyjs | ||
ggforce | ||
License: CC0 | ||
RoxygenNote: 7.1.1 | ||
URL: https://github.com/gorkang/BayesianReasoning | ||
|
@@ -26,5 +24,6 @@ Suggests: | |
testthat, | ||
knitr, | ||
rmarkdown, | ||
covr | ||
covr, | ||
patchwork | ||
VignetteBuilder: knitr |
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
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.