|
1 | 1 | ############################################################### |
2 | | -# FBMS Reproducibility Script (SoftwareX Submission) |
| 2 | +# FBMS Reproducibility Script (JCS Submission) |
3 | 3 | # ------------------------------------------------------------- |
4 | 4 | # This script reproduces examples in: |
5 | 5 | # |
|
8 | 8 | # It installs the correct package versions and runs the two |
9 | 9 | # main examples used in the article. |
10 | 10 | # |
11 | | -# The script uses minimal, readable checks suitable for SoftwareX: |
| 11 | +# The script uses minimal, readable checks suitable for JCS: |
12 | 12 | # - Mandatory packages are installed if missing |
13 | 13 | # - Optional packages are installed if possible; otherwise skipped |
14 | | -# - FBMS is always installed from a dedicated GitHub branch "softwareX" |
| 14 | +# - FBMS is always installed from a dedicated GitHub branch "JCS" |
15 | 15 | ############################################################### |
16 | 16 |
|
17 | 17 |
|
@@ -47,8 +47,8 @@ library(devtools) |
47 | 47 | # 2. Install FBMS (always from GitHub to enforce correct version) |
48 | 48 | ############################################################### |
49 | 49 |
|
50 | | -message("Installing FBMS from GitHub (branch softwareX)...") |
51 | | -install_github("jonlachmann/FBMS@jsoftwareX", |
| 50 | +message("Installing FBMS from GitHub (branch JCS)...") |
| 51 | +install_github("jonlachmann/FBMS@jJCS", |
52 | 52 | force = TRUE, build_vignettes = FALSE) |
53 | 53 |
|
54 | 54 | library(FBMS) |
@@ -308,7 +308,7 @@ cat(c(time.lme4$callback_msg)) |
308 | 308 |
|
309 | 309 | ############################################################### |
310 | 310 | # 2.3 Serious analysis with lme4 (Section 4). Runs within time |
311 | | -# constraints of softwareX on Apple M1 Max 32 GB, but can be slower |
| 311 | +# constraints of JCS on Apple M1 Max 32 GB, but can be slower |
312 | 312 | # on older machines. Please, set run.long.mixed = FALSE, if the |
313 | 313 | # example exceeds reasonable time. |
314 | 314 | ############################################################### |
|
0 commit comments