I have installed using R studio the package ACSNMineR
from CRAN. In the documentation of CRAN: https://cran.r-project.org/web/packages/ACSNMineR/ACSNMineR.pdf, it appears a function named reverselog_trans
, but when I load the package through library(ACSNMineR)
the function that not appear as define. But the version of both the documentation in CRAN and the installed package is the same 0.16.8.25. Moreover, in the documentation of the installed package, it is the function documented but it is not defined.
I am using R version 3.6.3 (2020-02-29), on Linux mint.
Does anybody have a clue on what is going on ??