Skip to content

Commit

Permalink
fixing refs/dois for cran
Browse files Browse the repository at this point in the history
  • Loading branch information
bcjaeger committed Oct 11, 2023
1 parent 2a37136 commit 65cf27e
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 29 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Authors@R: c(
family = "Burk",
role = "rev")
)
Description: Fit, interpret, and make predictions with oblique random survival forests. Oblique decision trees are notoriously slow compared to their axis based counterparts, but 'aorsf' runs as fast or faster than axis-based decision tree algorithms for right-censored time-to-event outcomes. Methods to accelerate and interpret the oblique random survival forest are described in Jaeger et al., (2023) <DOI: 10.1080/10618600.2023.2231048>.
Description: Fit, interpret, and make predictions with oblique random survival forests. Oblique decision trees are notoriously slow compared to their axis based counterparts, but 'aorsf' runs as fast or faster than axis-based decision tree algorithms for right-censored time-to-event outcomes. Methods to accelerate and interpret the oblique random survival forest are described in Jaeger et al., (2023) <DOI:10.1080/10618600.2023.2231048>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Expand Down
4 changes: 2 additions & 2 deletions R/roxy.R
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ roxy_cite_jaeger_2023 <- function(){
journal = "Journal of Computational and Graphical Statistics",
date = "Published online 08 Aug 2023",
number = NULL,
# doi = "10.1080/10618600.2023.2231048",
url = "https://doi.org/10.1080/10618600.2023.2231048"
doi = "10.1080/10618600.2023.2231048"
# url = "https://doi.org/10.1080/10618600.2023.2231048"
)

}
Expand Down
35 changes: 18 additions & 17 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ citHeader("To cite aorsf in publications use:")



citEntry(
entry = "Article",
bibentry(
bibtype = "Article",
title = "aorsf: An R package for supervised learning using the oblique random survival forest",
author = personList(as.person("Byron C. Jaeger"),
as.person("Sawyer Welden"),
as.person("Kristin Lenoir"),
as.person("Nicholas M. Pajewski")),
author = c(as.person("Byron C. Jaeger"),
as.person("Sawyer Welden"),
as.person("Kristin Lenoir"),
as.person("Nicholas M. Pajewski")),
journal = "Journal of Open Source Software",
year = "2022",
volume = "7",
Expand All @@ -22,16 +22,16 @@ citEntry(
)
)

citEntry(
entry = "Article",
bibentry(
bibtype = "Article",
title = "Accelerated and interpretable oblique random survival forests",
author = personList(as.person("Byron C. Jaeger"),
as.person("Sawyer Welden"),
as.person("Kristin Lenoir"),
as.person("Jaime L. Speiser"),
as.person("Matthew W. Segar"),
as.person("Ambarish Pandey"),
as.person("Nicholas M. Pajewski")),
author = c(as.person("Byron C. Jaeger"),
as.person("Sawyer Welden"),
as.person("Kristin Lenoir"),
as.person("Jaime L. Speiser"),
as.person("Matthew W. Segar"),
as.person("Ambarish Pandey"),
as.person("Nicholas M. Pajewski")),
journal = "Journal of Computational and Graphical Statistics",
year = "2023",
url = "https://doi.org/10.1080/10618600.2023.2231048",
Expand All @@ -42,9 +42,10 @@ citEntry(
)
)

citEntry(entry = "Article",
bibentry(
bibtype = "Article",
title = "Oblique Random Survival Forests",
author = personList(
author = c(
as.person("Byron C. Jaeger"),
as.person("D. Leann Long"),
as.person("Dustin M. Long"),
Expand Down
2 changes: 1 addition & 1 deletion man/aorsf-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/orsf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions man/orsf_control_custom.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/orsf_vi.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 65cf27e

Please sign in to comment.