-
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.
adds test_left_censorship, and all the docs to do it
- Loading branch information
Showing
44 changed files
with
998 additions
and
119 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 |
---|---|---|
@@ -1,24 +1,44 @@ | ||
Package: ICIKendallTau | ||
Title: Calculates information-content-informed Kendall-tau | ||
Version: 1.0.5 | ||
Date: 2024-04-08 | ||
Authors@R: c(person(given = c("Robert", "M"), family = "Flight", role = | ||
c("aut", "cre"), email = "rflight79@gmail.com", comment = | ||
c(ORCID = "0000-0001-8141-7788")), person(given = c("Hunter", | ||
"NB"), family = "Moseley", role = "aut", comment = c(ORCID = | ||
"0000-0003-3995-5368"))) | ||
Version: 1.1.0 | ||
Authors@R: c( | ||
person( | ||
given = c("Robert", "M"), | ||
family = "Flight", | ||
role = c("aut", "cre"), | ||
email = "rflight79@gmail.com", | ||
comment = c(ORCID = "0000-0001-8141-7788")), | ||
person( | ||
given = c("Hunter", "NB"), | ||
family = "Moseley", | ||
role = "aut", | ||
comment = c(ORCID = "0000-0003-3995-5368"))) | ||
Description: Provides functions for calculating | ||
information-content-informed Kendall-tau. This version of | ||
Kendall-tau allows for the inclusion of missing values. | ||
VignetteBuilder: knitr | ||
LazyData: true | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.3.1 | ||
LinkingTo: Rcpp | ||
Imports: Rcpp, purrr, utils, stringr | ||
Suggests: furrr, future, testthat (>= 3.0.0), microbenchmark, | ||
rmarkdown, knitr, dplyr, logger | ||
URL: https://moseleybioinformaticslab.github.io/ICIKendallTau | ||
https://github.com/moseleybioinformaticslab/ICIKendallTau | ||
Imports: Rcpp, | ||
purrr, | ||
utils, | ||
stringr, | ||
stats | ||
Suggests: furrr, | ||
future, | ||
testthat (>= 3.0.0), | ||
microbenchmark, | ||
rmarkdown, | ||
knitr, | ||
dplyr, | ||
logger, | ||
withr, | ||
naniar | ||
URL: https://moseleybioinformaticslab.github.io/ICIKendallTau/ | ||
https://github.com/moseleybioinformaticslab/ICIKendallTau/ | ||
BugReports: https://github.com/moseleybioinformaticslab/ICIKendallTau/issues | ||
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
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
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.