-
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.
I have something funky going on with mclapply function. Please refer to "create_lmer_fits.Rms" vignette file. Starting at line 70, When I apply boots.lmer function to just one bootstrap data set (the 100th bootstrap data out of 5000), I don't get any error. But when I apply boots.lmer to the first 100 bootstrap samples, I get error. The error says: 'Warning in parallel::mclapply(boots.samples.list, function(boots.dat) { : all scheduled cores encountered errors in user code'. Could you please look into it? Thank you! "UofUEpiBio/PHS7045-advanced-programming#13"
- Loading branch information
Showing
20 changed files
with
314 additions
and
237 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.Rproj.user | ||
.Rhistory | ||
.RData | ||
.Ruserdata |
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 |
---|---|---|
|
@@ -12,8 +12,8 @@ Roxygen: list(markdown = TRUE) | |
RoxygenNote: 7.2.3 | ||
Suggests: knitr, rmarkdown | ||
VignetteBuilder: knitr | ||
Imports: data.table | ||
Depends: data.table, lme4, rlang, parallel, stringr | ||
NeedsCompilation: no | ||
Packaged: 2023-03-14 21:35:01 UTC; u1317537 | ||
Packaged: 2023-03-14 22:14:56 UTC; u1317537 | ||
Author: Hyejung Lee [aut, cre] (<https://orcid.org/0000-0002-5293-4134>) | ||
Maintainer: Hyejung Lee <[email protected]> |
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 |
---|---|---|
|
@@ -2,4 +2,3 @@ | |
|
||
export(boots.lmer) | ||
export(boots.samples) | ||
import(data.table) |
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.