Skip to content

Commit e0d9e39

Browse files
author
aliaksah
committed
JCS branch adjusted
1 parent f8c4ada commit e0d9e39

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

R_script/reproducible_script.R

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################
2-
# FBMS Reproducibility Script (SoftwareX Submission)
2+
# FBMS Reproducibility Script (JCS Submission)
33
# -------------------------------------------------------------
44
# This script reproduces examples in:
55
#
@@ -8,10 +8,10 @@
88
# It installs the correct package versions and runs the two
99
# main examples used in the article.
1010
#
11-
# The script uses minimal, readable checks suitable for SoftwareX:
11+
# The script uses minimal, readable checks suitable for JCS:
1212
# - Mandatory packages are installed if missing
1313
# - 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"
1515
###############################################################
1616

1717

@@ -47,8 +47,8 @@ library(devtools)
4747
# 2. Install FBMS (always from GitHub to enforce correct version)
4848
###############################################################
4949

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",
5252
force = TRUE, build_vignettes = FALSE)
5353

5454
library(FBMS)
@@ -308,7 +308,7 @@ cat(c(time.lme4$callback_msg))
308308

309309
###############################################################
310310
# 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
312312
# on older machines. Please, set run.long.mixed = FALSE, if the
313313
# example exceeds reasonable time.
314314
###############################################################

0 commit comments

Comments
 (0)