Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
JAGS-4.3.2-universal.tar.gz | 2023-04-19 | 1.9 MB | |
JAGS-4.3.2-arm64.tar.gz | 2023-04-19 | 919.9 kB | |
JAGS-4.3.2-x86_64.tar.gz | 2023-04-19 | 1.0 MB | |
R42_compile_script.sh | 2023-04-19 | 11.1 kB | |
version.txt | 2023-04-19 | 6 Bytes | |
README | 2023-04-19 | 1.6 kB | |
compile_script.sh | 2023-04-19 | 11.2 kB | |
JAGS-4.3.1-universal.tar.gz | 2022-05-03 | 1.9 MB | |
JAGS-4.3.1-x86_64.tar.gz | 2022-05-03 | 1.0 MB | |
JAGS-4.3.1-arm64.tar.gz | 2022-05-03 | 915.8 kB | |
Totals: 10 Items | 7.7 MB | 0 |
This directory contains additional material and tools related to JAGS for macOS, including tarballs for arm64, x86_64 and universal (i.e. arm64+x86_64) architectures. ****************************************************************** To download and install one of the tarballs from a terminal, do e.g.: curl -OL https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Mac%20OS%20X/extras/JAGS-4.3.2-universal.tar.gz tar -xvf JAGS-4.3.2-universal.tar.gz -C / [The tar command may need sudo] ****************************************************************** Compilation scripts are provided to show how the build process is set up to maintain full binary compatibility with the official builds of R for macOS. The following versions of the script are provided: - compile_script.sh for compatibility with R versions 4.3.0 and later - R42_compile_script.sh for compatibility with R versions 4.0.x to 4.2.x The scripts will be updated whenever a new version of JAGS is released and/or the build process changes for R. Note that the official binary (signed .pkg installer) is also build using this script. To compile JAGS yourself do e.g.: curl -OL https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Mac%20OS%20X/extras/compile_script.sh chmod 755 compile_script.sh ./compile_script.sh The version.txt file contains the current version string so that automated installation can be made robust to updates to JAGS. ****************************************************************** For help specifically on installing JAGS on macOS please see: https://sourceforge.net/p/mcmc-jags/discussion/610037/thread/115edca29d/