LICENSE
README.md
pyproject.toml
setup.py
brmspy/__init__.py
brmspy/brms.py
brmspy/install.py
brmspy/types.py
brmspy.egg-info/PKG-INFO
brmspy.egg-info/SOURCES.txt
brmspy.egg-info/dependency_links.txt
brmspy.egg-info/not-zip-safe
brmspy.egg-info/requires.txt
brmspy.egg-info/top_level.txt
brmspy/binaries/__init__.py
brmspy/binaries/build.py
brmspy/binaries/config.py
brmspy/binaries/env.py
brmspy/binaries/github.py
brmspy/binaries/r.py
brmspy/binaries/use.py
brmspy/brms_functions/__init__.py
brmspy/brms_functions/brm.py
brmspy/brms_functions/diagnosis.py
brmspy/brms_functions/families.py
brmspy/brms_functions/formula.py
brmspy/brms_functions/io.py
brmspy/brms_functions/prediction.py
brmspy/brms_functions/prior.py
brmspy/brms_functions/stan.py
brmspy/helpers/__init__.py
brmspy/helpers/conversion.py
brmspy/helpers/log.py
brmspy/helpers/priors.py
brmspy/helpers/rtools.py
brmspy/helpers/singleton.py
tests/test_basic.py
tests/test_crossplatform.py
tests/test_families.py
tests/test_integration.py
tests/test_io.py
tests/test_predictions.py
tests/test_priors.py