Rchic

  • Rchic is a package for R that implements most of the tools of the Statistical Implicative Analysis.
  • Rchic is currently in development in github
  • For WINDOWS users, let copy and paste in the R console the following script for seamless installation:

# ONLY THE FIRST TIME YOU INSTALL

install.packages(c("stringr", "tcltk2", "Rcpp"))

if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")

BiocManager::install("Rgraphviz")

install.packages("https://members.femto-st.fr/raphael-couturier/sites/femto-st.fr.raphael-couturier/files/content/rchic/rchic_0.27.zip", repos = NULL, type = "win.binary")

  • Then, each time you want to use RCHIC, execute in the R console:

library(rchic)

rchic()




  • For MAC OS users, let copy and paste in the R console the following script for installation:
# ONLY THE FIRST TIME YOU INSTALL
install.packages(c("stringr", "tcltk2", "Rcpp"))
if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("Rgraphviz")
  • Then, each time you want to use RCHIC, execute in the R console:

library(rchic)

rchic()



  • Linux and MacOS can simply recompile the project available on github
  • You will need to install the package roxygen2
  • For the windows, users interested by recompiling the source need to install Rtools