Installation on Windows
- Download and install the last R version for Windows : https://cran.r-project.org/bin/windows/base/R-4.5.2-win.exe
- Download and install the last version of iramuteq for Windows on sourcefoge : https://sourceforge.net/projects/iramuteq/files/iramuteq-0.8alpha7/setup-iramuteq-0.8a7.exe/download
- After the first launch of iramuteq, accept the installation of R packages
Installation on Mac OS
- Download and install xquartz: https://www.xquartz.org/
with Apple Silicon (M1, M2,...)
- Download and install the last version of R for Mac OS with Apple Silicon : https://cloud.r-project.org/bin/macosx/big-sur-arm64/base/R-4.5.2-arm64.pkg
- Download and install the last version of iramuteq for Apple silicon : https://sourceforge.net/projects/iramuteq/files/iramuteq-0.8alpha7/iramuteq-0.8a7-macOS-Mx.zip/download
- After the first launch of iramuteq, accept the installation of R packages
with Intel processor
- Download and install the last version of R for Mac OS Intel : https://cloud.r-project.org/bin/macosx/big-sur-x86_64/base/R-4.5.2-x86_64.pkg
- Download and install the last version of iramuteq for Mac OS Intel : https://sourceforge.net/projects/iramuteq/files/iramuteq-0.8alpha7/iramuteq-0.8a7-macOS-Intel.zip/download
- After the first launch of iramuteq, accept the installation of R packages
Installation on Linux
- Install R from repositories of your distribution
- Install iramuteq dependancies from repositories of your distribution : python3.11, wxpython >= 4.2.1, python-xlrd
- Install required R packages from repositories of your distribution if they are available : ca, rgl, ape, proxy, gee, igraph, wordcloud, irlba, textometry, network, intergraph, sna
- Download the last version of iramuteq sources from sourceforge : https://sourceforge.net/projects/iramuteq/files/iramuteq-0.8alpha7/iramuteq-0.8alpha7-sources.tar.gz/download
- Extract the archive
- You can start iramuteq by going in the source folder in a terminal and type : python3 iramuteq.py
- After the first launch of iramuteq, it will ask to install missing R packages: compilation of these packages may take some time...
Installation of the development version
- To use the development version, you need R and all the packages required by iramuteq (ca, rgl, ape, proxy, gee, igraph, wordcloud, irlba, textometry, network, intergraph, sna), python >= 3.11, wxpython >=4.2.1 and de python-xlrd
- The git repository is here: https://gitlab.huma-num.fr/pratinaud/iramuteq
- Development is done on the 3.0 branch