Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.87 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.87 KB

ModalAssociationRules.jl

Dev Build Status codecov

Association rules in Julia!

Compilation

This package is currently dependent on unregistered Julia packages. To compile the project, it is necessary to use the dev command of Pkg.jl, Julia's official package manager, targetting specific branch of Sole ecosystem.

The following instructions assume ~/.julia/dev/ as the only working directory.

git clone https://github.com/aclai-lab/SoleBase.jl.git
git clone https://github.com/aclai-lab/MultiData.jl.git
git clone https://github.com/aclai-lab/SoleLogics.jl.git
git clone https://github.com/aclai-lab/SoleData.jl.git
git clone https://github.com/aclai-lab/SoleModels.jl.git
git clone https://github.com/aclai-lab/ModalAssociationRules.jl.git

For each folder, checkout on dev branch and open the Julia REPL to install the dpendencies associated:

SoleBase              -> ]instantiate
MultiData             -> ]dev SoleBase
SoleLogics            -> ]dev SoleBase
SoleData              -> ]dev SoleBase SoleLogics MultiData
SoleModels            -> ]dev SoleBase MultiData SoleLogics SoleData
ModalAssociationRules -> ]dev SoleBase MultiData SoleLogics SoleData SoleModels

When not specified (every time but in SoleBase), also execute ]instantiate.