-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Significantly improved performance of
cuminc
(#95)
* Significantly improved performance of `cuminc` due to removing the for-loop and restructuring the re-encoding of the events. * Even better performance - though breaks table output length. * increment version number * doc updates * Update PULL_REQUEST_TEMPLATE.md --------- Co-authored-by: Daniel Sjoberg <[email protected]>
- Loading branch information
Showing
6 changed files
with
90 additions
and
133 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: tidycmprsk | ||
Title: Competing Risks Estimation | ||
Version: 0.2.0.9001 | ||
Version: 0.2.0.9002 | ||
Authors@R: c( | ||
person(c("Daniel", "D."), "Sjoberg", , "[email protected]", role = c("aut", "cre", "cph"), | ||
comment = c(ORCID = "0000-0003-0862-2018")), | ||
|
@@ -42,4 +42,4 @@ Encoding: UTF-8 | |
Language: en-US | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.1 | ||
RoxygenNote: 7.2.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,10 +11,10 @@ crr | |
cuminc | ||
doi | ||
exponentiate | ||
ggplot | ||
ggsurvfit | ||
mL | ||
ng | ||
purrr | ||
subdistribution | ||
tbl | ||
tibble | ||
|