Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
drizopoulos committed May 26, 2024
1 parent 72d9668 commit 6e01d06
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions R/basic_methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -1168,9 +1168,9 @@ predict.jmList <- function (object, weights, newdata = NULL, newdata2 = NULL,
cores <- min(con$cores, length(object))
if (cores > 1L) {
have_mc <- have_snow <- FALSE
if (parallel == "multicore") {
if (con$parallel == "multicore") {
have_mc <- .Platform$OS.type != "windows"
} else if (parallel == "snow") {
} else if (con$parallel == "snow") {
have_snow <- TRUE
}
if (!have_mc && !have_snow) cores <- 1L
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/JMbayes2.html

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

2 changes: 1 addition & 1 deletion docs/articles/Multi_State_Processes.html

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

2 changes: 1 addition & 1 deletion docs/articles/Non_Gaussian_Mixed_Models.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ articles:
Super_Learning: Super_Learning.html
Time_Varying_Effects: Time_Varying_Effects.html
Transformation_Functions: Transformation_Functions.html
last_built: 2024-05-26T08:58Z
last_built: 2024-05-26T11:35Z
urls:
reference: https://drizopoulos.github.io/JMbayes2/reference
article: https://drizopoulos.github.io/JMbayes2/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/jm.html

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

0 comments on commit 6e01d06

Please sign in to comment.