Skip to content

Commit

Permalink
minor tweaks for cran
Browse files Browse the repository at this point in the history
  • Loading branch information
bcjaeger committed Jan 9, 2024
1 parent d93c186 commit 0492c16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R/roxy.R
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ 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"
doi = "10.1080/10618600"
# url = "https://doi.org/10.1080/10618600.2023.2231048"
)

Expand Down
5 changes: 5 additions & 0 deletions tests/testthat/test-orsf.R
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,11 @@ test_that(
desc = 'robust to threading, outcome formats, scaling, and noising',
code = {

# oobag stat values are a little more dicey
# on other operative systems (e.g. Debian).
# Skip this on CRAN to avoid unnecessary fails.
skip_on_cran()

fits_surv <- lapply(data_list_pbc[-1], function(data){
orsf(data,
formula = time + status ~ .,
Expand Down

0 comments on commit 0492c16

Please sign in to comment.