I am interested in the source code of the package https://rdrr.io/cran/fclust/, particularly the functions RI.F
and ARI.F
, but could only find the R implementations
which are just link to the C++ code. Where is the source code of the C++ parts of a package usually available? Where in this case?
I am not sure if the package is Open Source to be honest and I am not sure if there is a place where the source code is "usually available".